Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

devfs_bootdev_modifiable (3DEVINFO)

Name

devfs_bootdev_modifiable -

Synopsis

#include <device_info.h>
int devfs_bootdev_modifiable(void)

Description

Indicates whether this platform supports the devfs_bootdev_set_list() operation.


Note -  Restrictions: SPARC only.

Return Values

The devfs_bootdev_modifiable() function returns the following values:

0

The devfs_bootdev_set_list() operation is supported.

<0

Operation failed:

DEVFS_NOTSUP

Operation not supported.

.