Home
last modified time | relevance | path

Searched refs:osd_methods (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_osd.c58 osd_method_t *osd_methods; /* (m) */ member
77 ((osdm).osd_methods[((slot) - 1) * (osdm).osd_nmethods + (method)])
127 osdm[type].osd_methods = realloc(osdm[type].osd_methods, in osd_register()
454 osdm[i].osd_methods = NULL; in osd_init()
/freebsd/sys/security/mac_do/
H A Dmac_do.c1985 static const osd_method_t osd_methods[PR_MAXMETHOD] = { variable
2634 osd_jail_slot = osd_jail_register(dealloc_jail_osd, osd_methods); in mac_do_init()