/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_list.c | 50 q->dl_next = NULL; in dt_list_append() 53 assert(p->dl_next == NULL); in dt_list_append() 54 p->dl_next = q; in dt_list_append() 56 assert(dlp->dl_next == NULL); in dt_list_append() 57 dlp->dl_next = q; in dt_list_append() 65 dt_list_t *q = dlp->dl_next; /* q = head list element */ in dt_list_prepend() 67 dlp->dl_next = p; in dt_list_prepend() 69 p->dl_next = q; in dt_list_prepend() 86 if (p == NULL || p->dl_next == NULL) { in dt_list_insert() 91 q->dl_next = p->dl_next; in dt_list_insert() [all …]
|
H A D | dt_list.h | 38 struct dt_list *dl_next; member 42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next))
|
/titanic_50/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 94 dirlist_t *dl_next; member 150 n2 = n1->dl_next; in freedirlist() 176 node_new->dl_next = node_new; in dupdirnode() 203 node_p = &(endnode->dl_next); in growauditlist() 238 node->dl_next = *listhead; in growauditlist() 240 node->dl_next = node; in growauditlist() 242 node_p = &(node->dl_next); in growauditlist() 298 thisdir = listhead->dl_next; in loadauditlist() 302 thisdir = thisdir->dl_next; in loadauditlist() 324 n1 = n1->dl_next; in loadauditlist() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 151 struct device_list *dl_next; member 351 dln = dlp->dl_next; in free_device_list() 582 dlpp = &dln->dl_next; in set_device() 589 dlpp = &(*dlpp)->dl_next; in set_device() 1224 for (; dlp != NULL; dlp = dlp->dl_next) in count_devs() 1249 for (; dlp != NULL; dlp = dlp->dl_next) in devs_to_list() 1368 for (dlp = slp->sl_dev; dlp != NULL; dlp = dlp->dl_next) in organize_state() 1412 dlp = dlp->dl_next) { in organize_state() 1614 dlpp = &dlp->dl_next; in get_device_list() 1617 dl2pp = &dlp->dl_next; in get_device_list() [all …]
|
/titanic_50/usr/src/uts/common/os/ |
H A D | evchannels.c | 107 hp->dh_head.dl_prev = hp->dh_head.dl_next = &hp->dh_head; in evch_dl_init() 117 hp->dh_head.dl_prev = hp->dh_head.dl_next = NULL; in evch_dl_fini() 123 return (hp->dh_head.dl_next != NULL ? 1 : 0); in evch_dl_is_init() 135 x->dl_next = el; in evch_dl_add() 137 el->dl_next = y; in evch_dl_add() 149 p->dl_prev->dl_next = p->dl_next; in evch_dl_del() 150 p->dl_next->dl_prev = p->dl_prev; in evch_dl_del() 152 p->dl_next = NULL; in evch_dl_del() 164 for (p = hp->dh_head.dl_next; p != &hp->dh_head; p = p->dl_next) { in evch_dl_search() 194 return (hp->dh_head.dl_next); in evch_dl_next() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | release.c | 96 dlpn = dlp->dl_next; in send_declines() 163 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_release()
|
H A D | renew.c | 453 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_extending() 528 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in stop_extending()
|
H A D | states.h | 239 dhcp_lease_t *dl_next; /* Note: must be first */ member
|
H A D | bound.c | 261 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_bound() 665 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) in configure_v6_leases()
|
H A D | states.c | 683 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in cancel_smach_timers() 1587 dlpn = dlp->dl_next; in verify_smach()
|
H A D | interface.c | 1655 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in expired_lif_state() 1688 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in find_expired_lif()
|
H A D | agent.c | 1431 dlnext = dlp->dl_next; in rtsock_event()
|
H A D | README.v6 | 932 dhcp_lease_t.dl_next linkage in per-state-machine list of leases
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.h | 56 struct mem_dimm_list *dl_next; member
|
H A D | mem_mdesc.c | 170 dlp->dl_next = bm->bm_dlist; in mdesc_init_n1() 381 dlp->dl_next = bmp->bm_dlist; in mdesc_init_n2() 496 nl = dl->dl_next; in mem_mdesc_fini()
|
H A D | mem.c | 294 dl = dl->dl_next; in calc_phys_addr()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 231 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) { in zfs_dirent_lock() 253 dl->dl_next = dzp->z_dirlocks; in zfs_dirent_lock() 360 prev_dl = &cur_dl->dl_next; in zfs_dirent_unlock() 361 *prev_dl = dl->dl_next; in zfs_dirent_unlock()
|
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 178 dca_listnode_t *dl_next; member 773 #define QEMPTY(q) ((q)->dl_next == (q))
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | dca.c | 1306 q->dl_next = q; in dca_initq() 1319 node->dl_next = q; in dca_enqueue() 1321 node->dl_next->dl_prev = node; in dca_enqueue() 1322 node->dl_prev->dl_next = node; in dca_enqueue() 1328 node->dl_next->dl_prev = node->dl_prev; in dca_rmqueue() 1329 node->dl_prev->dl_next = node->dl_next; in dca_rmqueue() 1330 node->dl_next = NULL; in dca_rmqueue() 1342 if ((node = q->dl_next) == q) { in dca_dequeue() 1372 if ((node = q->dl_next) == q) { in dca_peekqueue()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 167 struct zfs_dirlock *dl_next; /* next in z_dirlocks list */ member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 263 struct evch_dlelem *dl_next; member
|