HomeSort by relevance Sort by last modified time
    Searched defs:dl_next (Results 1 - 7 of 7) sorted by null

  /loficc/crypto/usr/src/lib/libdtrace/common/
dt_list.h 38 struct dt_list *dl_next; member in struct:dt_list
42 #define dt_list_next(elem) ((void *)(((dt_list_t *)(elem))->dl_next))
  /loficc/crypto/usr/src/uts/common/fs/zfs/sys/
zfs_znode.h 132 struct zfs_dirlock *dl_next; /* next in z_dirlocks list */ member in struct:zfs_dirlock
  /loficc/crypto/usr/src/lib/auditd_plugins/binfile/
binfile.c 93 dirlist_t *dl_next; member in struct:dirlist_s
139 n2 = n1->dl_next;
169 node_p = &(endnode->dl_next);
204 node->dl_next = *listhead;
206 node->dl_next = node;
208 node_p = &(node->dl_next);
294 node->dl_next = listhead;
296 node->dl_next = node;
298 node_p = &(node->dl_next);
333 thisdir = listhead->dl_next;
    [all...]
  /loficc/crypto/usr/src/uts/common/sys/fs/
cachefs_dlog.h 217 off32_t dl_next; /* daemon links modifies together */ member in struct:cfs_dlog_modify
  /loficc/crypto/usr/src/cmd/cmd-inet/usr.lib/pppoe/
options.c 154 struct device_list *dl_next; member in struct:device_list
354 dln = dlp->dl_next;
585 dlpp = &dln->dl_next;
592 dlpp = &(*dlpp)->dl_next;
    [all...]
  /loficc/crypto/usr/src/uts/common/sys/
sysevent_impl.h 266 struct evch_dlelem *dl_next; member in struct:evch_dlelem
  /loficc/crypto/usr/src/uts/common/sys/crypto/
dca.h 179 dca_listnode_t *dl_next; member in struct:dca_listnode
771 #define QEMPTY(q) ((q)->dl_next == (q))

Completed in 600 milliseconds