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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py611 _libdi.di_fini.restype = None
612 _libdi.di_fini.argtypes = [c_void_p]
761 def di_fini(hdl): function
762 _libdi.di_fini(hdl)
850 di_fini(hdl)
913 di_fini(hdl)
1346 "di_fini",
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c348 di_fini(di_node_t root) function
352 DPRINTF((DI_INFO, "di_fini: freeing a snapshot\n"));
358 DPRINTF((DI_ERR, "di_fini called with NIL arg\n"));

Completed in 33 milliseconds