Searched defs:di_devlink_init (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py550 _libdi.di_devlink_init.restype = c_void_p
551 _libdi.di_devlink_init.argtypes = [c_char_p, c_int]
567 def di_devlink_init(drvname=None, flags=0): function
569 hdl = c_void_p(_libdi.di_devlink_init(drvname, flags))
1333 "di_devlink_init",
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c75 * of interfaces (which includes di_devlink_init()/_fini()) allows
85 * Applications which need to lookup the database, call di_devlink_init().
86 * di_devlink_init() checks the database file (if one exists). If the
1983 di_devlink_init(const char *name, uint_t flags) function
2007 * then he must perform a di_devlink_init with the DI_MAKE_LINK

Completed in 60 milliseconds