Searched refs:next_p (Results 1 – 4 of 4) sorted by relevance
56 struct nscd_hash *next_p; member148 idx_p = idx_p->next_p; in scan_hash()196 nscd_hash_t *next_p = NULL, *prev_p = NULL; in _nscd_add_db_entry() local215 next_p = idx_p; in _nscd_add_db_entry()226 next_p = idx_p->next_p; in _nscd_add_db_entry()240 if (idx_p->next_p == NULL) { in _nscd_add_db_entry()249 idx_p = idx_p->next_p; in _nscd_add_db_entry()265 prev_p->next_p = hash_entry; in _nscd_add_db_entry()268 hash_entry->next_p = next_p; in _nscd_add_db_entry()269 if (next_p != NULL) in _nscd_add_db_entry()[all …]
85 char* next_p; member284 mp->next_p = oldp; in onematch()331 mp->next_p = oldp; in onematch()530 if (*(a = mp->next_p) != '&') in grpmatch()
1266 ddi_irm_req_t *next_p; local1268 next_p = list_head(req_list);1270 while (next_p && (next_p->ireq_nreq > req_p->ireq_nreq))1271 next_p = list_next(req_list, next_p);1273 list_insert_before(req_list, next_p, req_p);
1869 mcst_addr_t *next_p = NULL; in vsw_del_mcst_vsw() local1880 next_p = vswp->mcap->nextp; in vsw_del_mcst_vsw()1882 vswp->mcap = next_p; in vsw_del_mcst_vsw()