Home
last modified time | relevance | path

Searched refs:next_p (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c215 next_p = idx_p; in _nscd_add_db_entry()
226 next_p = idx_p->next_p; in _nscd_add_db_entry()
268 hash_entry->next_p = next_p; in _nscd_add_db_entry()
317 next_p = idx_p->next_p; in _nscd_delete_db_entry()
324 next_p = idx_p->next_p; in _nscd_delete_db_entry()
332 next_p = idx_p->next_p; in _nscd_delete_db_entry()
339 prev_p->next_p = next_p; in _nscd_delete_db_entry()
353 idx_p = next_p; in _nscd_delete_db_entry()
462 hp->prev_p->next_p = hp->next_p; in _nscd_delete_db_entry_cookie()
536 next_p = hp->next_p; in _nscd_free_db()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c85 char* next_p; member
284 mp->next_p = oldp; in onematch()
331 mp->next_p = oldp; in onematch()
530 if (*(a = mp->next_p) != '&') in grpmatch()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr_irm.c1266 ddi_irm_req_t *next_p; local
1268 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);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1869 mcst_addr_t *next_p = NULL; in vsw_del_mcst_vsw() local
1880 next_p = vswp->mcap->nextp; in vsw_del_mcst_vsw()
1882 vswp->mcap = next_p; in vsw_del_mcst_vsw()