Searched defs:devfs_bootdev_set_list (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/fw/
H A Duefi64.py32 from bootmgmt.pysol import devfs_bootdev_set_list, libdevinfo_errdict namespace
68 retval = devfs_bootdev_set_list(efisys_devs)
69 self._debug('devfs_bootdev_set_list(%s) => %d', (str(efisys_devs),
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py640 _libdi.devfs_bootdev_set_list.argtypes = [c_void_p, c_uint]
796 def devfs_bootdev_set_list(list_of_devices, options=0): function
800 rv = _libdi.devfs_bootdev_set_list(list_string, options)
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c830 devfs_bootdev_set_list(const char *dev_name, const uint_t options) function

Completed in 30 milliseconds