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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c108 STATIC int sysctl_sysctl_next_ls (struct sysctl_oid_list *lsp,
687 struct sysctl_oid_list *lsp = &sysctl__children, *lsp2; local
692 if (!lsp) {
707 SLIST_FOREACH(oid, lsp, oid_link) {
733 lsp = lsp2;
747 * Parameters: lsp The OID list to look in
774 sysctl_sysctl_next_ls (struct sysctl_oid_list *lsp, int *name, u_int namelen, argument
780 SLIST_FOREACH(oidp, lsp, oid_link) {
790 lsp = (struct sysctl_oid_list *)oidp->oid_arg1;
792 if (!SLIST_FIRST(lsp))
879 struct sysctl_oid_list *lsp = &sysctl__children; local
917 struct sysctl_oid_list *lsp = &sysctl__children; local
1097 struct sysctl_oid_list *lsp = &sysctl__children; local
1378 struct sysctl_oid_list *lsp = &sysctl__children; local
[all...]
H A Dkern_authorization.c204 kauth_listener_t lsp; local
209 MALLOC(lsp, kauth_listener_t, sizeof(*lsp), M_KAUTH, M_WAITOK);
210 if (lsp == NULL)
212 lsp->kl_identifier = identifier;
213 lsp->kl_idata = idata;
214 lsp->kl_callback = callback;
215 return(lsp);

Completed in 22 milliseconds