Home
last modified time | relevance | path

Searched refs:dl_next (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_list.c48 q->dl_next = NULL; in dt_list_append()
52 p->dl_next = q; in dt_list_append()
55 dlp->dl_next = q; in dt_list_append()
65 dlp->dl_next = p; in dt_list_prepend()
67 p->dl_next = q; in dt_list_prepend()
89 q->dl_next = p->dl_next; in dt_list_insert()
91 p->dl_next = q; in dt_list_insert()
92 q->dl_next->dl_prev = q; in dt_list_insert()
101 p->dl_prev->dl_next = p->dl_next; in dt_list_delete()
103 dlp->dl_next = p->dl_next; in dt_list_delete()
[all …]
H A Ddt_list.h36 struct dt_list *dl_next; member
40 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next))
/illumos-gate/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c94 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 …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.c280 struct dwarfstring_list_s *dl_next; member
287 l->dl_next = 0; in dwarfstring_list_constructor()
312 prev->dl_next = next; in dwarfstring_list_add_new()
326 nextl = curl->dl_next; in dwarfstring_list_destructor()
328 curl->dl_next = 0; in dwarfstring_list_destructor()
331 nextl = curl->dl_next; in dwarfstring_list_destructor()
333 curl->dl_next = 0; in dwarfstring_list_destructor()
612 for ( ; cur ; cur = cur->dl_next) { in _dwarf_construct_linkedto_path()
636 for ( ; cur ; cur = cur->dl_next,++setptrindex) { in _dwarf_construct_linkedto_path()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c152 struct device_list *dl_next; member
352 dln = dlp->dl_next; in free_device_list()
583 dlpp = &dln->dl_next; in set_device()
590 dlpp = &(*dlpp)->dl_next; in set_device()
1225 for (; dlp != NULL; dlp = dlp->dl_next) in count_devs()
1413 dlp = dlp->dl_next) { in organize_state()
1615 dlpp = &dlp->dl_next; in get_device_list()
1618 dl2pp = &dlp->dl_next; in get_device_list()
1630 *dlpp = dlp->dl_next; in get_device_list()
1633 dlpp = &dlp->dl_next; in get_device_list()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c111 hp->dh_head.dl_prev = hp->dh_head.dl_next = &hp->dh_head; in evch_dl_init()
121 hp->dh_head.dl_prev = hp->dh_head.dl_next = NULL; in evch_dl_fini()
127 return (hp->dh_head.dl_next != NULL ? 1 : 0); in evch_dl_is_init()
139 x->dl_next = el; in evch_dl_add()
141 el->dl_next = y; in evch_dl_add()
153 p->dl_prev->dl_next = p->dl_next; in evch_dl_del()
154 p->dl_next->dl_prev = p->dl_prev; in evch_dl_del()
156 p->dl_next = NULL; in evch_dl_del()
168 for (p = hp->dh_head.dl_next; p != &hp->dh_head; p = p->dl_next) { in evch_dl_search()
198 return (hp->dh_head.dl_next); in evch_dl_next()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drelease.c96 dlpn = dlp->dl_next; in send_declines()
163 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_release()
H A Drenew.c454 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_extending()
530 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in stop_extending()
H A Dstates.h253 dhcp_lease_t *dl_next; /* Note: must be first */ member
H A Dbound.c264 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in dhcp_bound()
668 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) in configure_v6_leases()
H A Dstates.c686 for (dlp = dsmp->dsm_leases; dlp != NULL; dlp = dlp->dl_next) { in cancel_smach_timers()
1602 dlpn = dlp->dl_next; in verify_smach()
H A Dinterface.c1655 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 Dagent.c1572 dlnext = dlp->dl_next; in rtsock_event()
H A DREADME.v6930 dhcp_lease_t.dl_next linkage in per-state-machine list of leases
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c248 for (dl = dzp->z_dirlocks; dl != NULL; dl = dl->dl_next) { in zfs_dirent_lock()
270 dl->dl_next = dzp->z_dirlocks; in zfs_dirent_lock()
377 prev_dl = &cur_dl->dl_next; in zfs_dirent_unlock()
378 *prev_dl = dl->dl_next; in zfs_dirent_unlock()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h178 dca_listnode_t *dl_next; member
773 #define QEMPTY(q) ((q)->dl_next == (q))
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca.c1299 q->dl_next = q; in dca_initq()
1312 node->dl_next = q; in dca_enqueue()
1314 node->dl_next->dl_prev = node; in dca_enqueue()
1315 node->dl_prev->dl_next = node; in dca_enqueue()
1321 node->dl_next->dl_prev = node->dl_prev; in dca_rmqueue()
1322 node->dl_prev->dl_next = node->dl_next; in dca_rmqueue()
1323 node->dl_next = NULL; in dca_rmqueue()
1335 if ((node = q->dl_next) == q) { in dca_dequeue()
1365 if ((node = q->dl_next) == q) { in dca_peekqueue()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h182 struct zfs_dirlock *dl_next; /* next in z_dirlocks list */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h263 struct evch_dlelem *dl_next; member