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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_newsysctl.c462 struct sysctl_oid_list *lsp = &sysctl__children, *lsp2; local
466 if (!lsp) {
479 SLIST_FOREACH(oid, lsp, oid_link) {
503 lsp = lsp2;
511 sysctl_sysctl_next_ls (struct sysctl_oid_list *lsp, int *name, u_int namelen, argument
517 SLIST_FOREACH(oidp, lsp, oid_link) {
527 lsp = (struct sysctl_oid_list *)oidp->oid_arg1;
529 if (!SLIST_FIRST(lsp))
533 if (!sysctl_sysctl_next_ls (lsp, 0, 0, next+1,
547 lsp
578 struct sysctl_oid_list *lsp = &sysctl__children; local
595 struct sysctl_oid_list *lsp = &sysctl__children; local
695 struct sysctl_oid_list *lsp = &sysctl__children; local
969 struct sysctl_oid_list *lsp = &sysctl__children; local
[all...]
H A Dkern_authorization.c202 kauth_listener_t lsp; local
207 MALLOC(lsp, kauth_listener_t, sizeof(*lsp), M_KAUTH, M_WAITOK);
208 if (lsp == NULL)
210 lsp->kl_identifier = identifier;
211 lsp->kl_idata = idata;
212 lsp->kl_callback = callback;
213 return(lsp);

Completed in 75 milliseconds