Lines Matching refs:nip
73 nss_action_list nip; in internal_getgrouplist() local
75 if (__nss_database_get (nss_database_initgroups, &nip) in internal_getgrouplist()
76 && nip != NULL) in internal_getgrouplist()
80 else if (__nss_database_get (nss_database_group, &nip) in internal_getgrouplist()
81 && nip != NULL) in internal_getgrouplist()
87 nip = __nss_action_parse ("files"); in internal_getgrouplist()
91 while (nip && nip->module) in internal_getgrouplist()
95 initgroups_dyn_function fct = __nss_lookup_function (nip, in internal_getgrouplist()
98 status = compat_call (nip, user, group, &start, size, groupsp, in internal_getgrouplist()
130 && nss_next_action (nip, status) == NSS_ACTION_RETURN) in internal_getgrouplist()
133 nip++; in internal_getgrouplist()