Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c58 struct nscd_hash *next_p; member
150 idx_p = idx_p->next_p; in scan_hash()
198 nscd_hash_t *next_p = NULL, *prev_p = NULL; in _nscd_add_db_entry() local
217 next_p = idx_p; in _nscd_add_db_entry()
228 next_p = idx_p->next_p; in _nscd_add_db_entry()
242 if (idx_p->next_p == NULL) { in _nscd_add_db_entry()
251 idx_p = idx_p->next_p; in _nscd_add_db_entry()
267 prev_p->next_p = hash_entry; in _nscd_add_db_entry()
270 hash_entry->next_p = next_p; in _nscd_add_db_entry()
271 if (next_p != NULL) in _nscd_add_db_entry()
[all …]
/titanic_41/usr/src/cmd/tnf/prex/
H A Dqueue.c43 q->next_p = q->prev_p = q; in queue_init()
60 queue_node_t *hnode_p = h->next_p; in queue_prepend()
63 h->next_p = q; in queue_prepend()
66 qtail_p->next_p = hnode_p; in queue_prepend()
88 htail_p->next_p = q; in queue_append()
91 qtail_p->next_p = h; in queue_append()
108 n = q->next_p; in queue_remove()
113 q->next_p->prev_p = q->prev_p; in queue_remove()
114 q->prev_p->next_p = q->next_p; in queue_remove()
116 q->next_p = q->prev_p = q; in queue_remove()
[all …]
H A Dqueue.h47 queue_node_t *next_p; member
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dload_node.c116 char *p, *next_p; in search_path() local
120 for (p = fpath; p != NULL; p = next_p) { in search_path()
121 if ((next_p = strchr(p, ':')) != NULL) in search_path()
122 *next_p++ = '\0'; in search_path()
/titanic_41/usr/src/lib/libtnfctl/
H A Dprobes.c353 objlist_t *entry_p, *cur_p, *next_p; in per_loadobj() local
395 next_p = hndl->objlist; in per_loadobj()
396 while (next_p) { in per_loadobj()
397 cur_p = next_p; in per_loadobj()
398 next_p = next_p->next; in per_loadobj()
H A Dcomb.c114 uintptr_t *down_p, uintptr_t *next_p, boolean_t *ret_val);
327 uintptr_t addr, uintptr_t *down_p, uintptr_t *next_p, in iscomb() argument
423 *next_p = nextaddr; in iscomb()
/titanic_41/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);
/titanic_41/usr/src/lib/efcode/engine/
H A Dpackage.c590 char *p, *next_p; in locate_package() local
603 for (p = fpath; p != NULL; p = next_p) { in locate_package()
604 if ((next_p = strchr(p, ':')) != NULL) in locate_package()
605 *next_p++ = '\0'; in locate_package()
/titanic_41/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()