HomeSort by: relevance | last modified time | path
    Searched refs:le_next (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/sntp/libevent/compat/sys/
queue.h 152 struct type *le_next; /* next element */ \
162 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
177 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
178 (listelm)->field.le_next->field.le_prev = \
179 &(elm)->field.le_next; \
180 (listelm)->field.le_next = (elm); \
181 (elm)->field.le_prev = &(listelm)->field.le_next; \
186 (elm)->field.le_next = (listelm); \
188 (listelm)->field.le_prev = &(elm)->field.le_next; \
    [all...]
  /src/external/bsd/openldap/dist/include/
ldap_queue.h 304 struct type *le_next; /* next element */ \
320 for((var) = (head)->lh_first; (var); (var) = (var)->field.le_next)
327 (var)->field.le_next = NULL; \
332 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
333 (listelm)->field.le_next->field.le_prev = \
334 &(elm)->field.le_next; \
335 (listelm)->field.le_next = (elm); \
336 (elm)->field.le_prev = &(listelm)->field.le_next; \
341 (elm)->field.le_next = (listelm);
    [all...]
  /src/sys/sys/
queue.h 187 struct type *le_next; /* next element */ \
197 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
202 (var) = ((var)->field.le_next))
229 if ((elm)->field.le_next && \
230 (elm)->field.le_next->field.le_prev != \
231 &(elm)->field.le_next) \
238 (elm)->field.le_next = (void *)1L; \
252 if (((elm)->field.le_next = (listelm)->field.le_next) != \
254 (listelm)->field.le_next->field.le_prev =
    [all...]
  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 144 f = f->list.le_next)
163 f = f->list.le_next;
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 145 f = f->list.le_next)
164 f = f->list.le_next;
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 145 f = f->list.le_next)
164 f = f->list.le_next;
  /src/sys/arch/x86/include/
pmap_pv.h 64 #define pve_next pve_list.le_next
  /src/sys/dev/isa/
elink.c 82 er = er->er_link.le_next)
if_ep_isa.c 173 er = er->er_link.le_next)
  /src/external/bsd/nvi/dist/common/
cut.h 71 cbp != NULL; cbp = cbp->q.le_next) \
  /src/sys/ddb/
db_lwp.c 93 db_read_bytes((db_addr_t)&l->l_list.le_next, sizeof(l), (char *)&l);
db_xxx.c 360 db_read_bytes((db_addr_t)&lp->l_sleepchain.le_next, sizeof(lp),
  /src/sys/altq/
altq_afmap.c 194 afm = afm->afm_list.le_next)
206 afm = afm->afm_list.le_next) {
235 afm = afm->afm_list.le_next) {
296 head = head->afh_chain.le_next)
322 head = head->afh_chain.le_next) {
  /src/lib/libkvm/
kvm_file.c 104 for (fp = fhead.lh_first; fp != 0; fp = fp->f_list.le_next) {
153 fhead.lh_first = fp->f_list.le_next;
  /src/sys/arch/amiga/dev/
grfabs.c 78 for (m = monitors->lh_first; m != NULL; m = m->link.le_next) {
122 for (m = monitors->lh_first; m != NULL; m = m->link.le_next) {
gvpio.c 200 np = np->next.le_next) {
  /src/sys/arch/atari/dev/
grfabs.c 202 dm = dm->link.le_next;
211 dm = dm->link.le_next;
  /src/external/bsd/libevent/dist/include/event2/
event_struct.h 93 struct type *le_next; /* next element */ \
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
event_struct.h 94 struct type *le_next; /* next element */ \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c 137 le->le_next = BSWAP_16(le->le_next);
408 *chunkp != CHAIN_END; chunkp = &le->le_next) {
468 chunk != CHAIN_END; chunk = le->le_next) {
574 *zeh->zeh_chunkp = le->le_next;
605 chunk != CHAIN_END; chunk = le->le_next) {
618 chunk != CHAIN_END; chunk = le->le_next) {
692 chunk != CHAIN_END; chunk = le->le_next) {
732 *chunkp != CHAIN_END; chunkp = &le2->le_next) {
738 le->le_next = *chunkp
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap_leaf.h 135 uint16_t le_next; /* next entry in hash chain */ member in struct:zap_leaf_chunk::zap_leaf_entry
  /src/sys/fs/nfs/common/
nfs.h 677 (lelm)->field.le_next = (head)->lh_first; \
678 (lelm)->field.le_next->field.le_prev = \
679 &(lelm)->field.le_next; \
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 265 struct type *le_next; /* next element */ \
308 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
  /src/usr.bin/netstat/
mroute.c 217 for (; mfcp != 0; mfcp = mfc.mfc_hash.le_next) {
  /src/crypto/dist/ipsec-tools/src/racoon/
rsalist.c 62 #define LIST_NEXT(elm, field) ((elm)->field.le_next)

Completed in 51 milliseconds

1 2