Searched refs:grp_attributes (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dkpi_ipfilter.c461 lck_grp_attr_t *grp_attributes = 0; local
465 grp_attributes = lck_grp_attr_alloc_init();
466 if (grp_attributes == 0) {
472 lck_grp = lck_grp_alloc_init("IP Filter", grp_attributes);
503 if (grp_attributes) {
504 lck_grp_attr_free(grp_attributes);
505 grp_attributes = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c145 lck_grp_attr_t *grp_attributes; local
151 grp_attributes = lck_grp_attr_alloc_init();
152 kauth_lck_grp = lck_grp_alloc_init("kauth", grp_attributes);
153 lck_grp_attr_free(grp_attributes);

Completed in 26 milliseconds