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

/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c468 lck_grp_attr_t *grp_attributes = 0; local
472 grp_attributes = lck_grp_attr_alloc_init();
473 if (grp_attributes == 0) {
479 lck_grp = lck_grp_alloc_init("IP Filter", grp_attributes);
500 if (grp_attributes) {
501 lck_grp_attr_free(grp_attributes);
502 grp_attributes = 0;
/darwin-on-arm/xnu/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 22 milliseconds