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

/osnet-11/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c59 void (*fstyp_fini)(fstyp_mod_handle_t handle); member in struct:fstyp_ops
140 fstyp_fini(h);
149 fstyp_fini(struct fstyp_handle *h) function
493 mp->ops.fstyp_fini = (void (*)(fstyp_mod_handle_t))
503 ((mp->ops.fstyp_fini) == NULL) ||
524 mp->ops.fstyp_fini(mp->mod_handle);
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py922 _libfstyp.fstyp_fini.argtypes = [c_void_p]
946 def fstyp_fini(handle): function
947 _libfstyp.fstyp_fini(handle)
1350 "fstyp_fini",

Completed in 35 milliseconds