Searched refs:le_prev (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_queue.h301 struct type **le_prev; /* address of previous next element */ \
324 (var)->field.le_prev = NULL; \
329 (listelm)->field.le_next->field.le_prev = \
332 (elm)->field.le_prev = &(listelm)->field.le_next; \
336 (elm)->field.le_prev = (listelm)->field.le_prev; \
338 *(listelm)->field.le_prev = (elm); \
339 (listelm)->field.le_prev = &(elm)->field.le_next; \
344 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
346 (elm)->field.le_prev
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h389 struct type **le_prev; /* address of previous next element */ \
411 LIST_NEXT((listelm), field)->field.le_prev = \
414 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
418 (elm)->field.le_prev = (listelm)->field.le_prev; \
420 *(listelm)->field.le_prev = (elm); \
421 (listelm)->field.le_prev = &LIST_NEXT((elm), field); \
426 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
428 (elm)->field.le_prev = &LIST_FIRST((head)); \
435 LIST_NEXT((elm), field)->field.le_prev
[all...]
H A Ddb_am.h36 struct __db_foreign_info **le_prev; member in struct:__db_foreign_info::__anon285
H A Ddb.in1360 struct __db **le_prev;
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsys-queue.h263 struct type **le_prev; /* address of previous next element */ \
293 (listelm)->field.le_next->field.le_prev = \
296 (elm)->field.le_prev = &(listelm)->field.le_next; \
300 (elm)->field.le_prev = (listelm)->field.le_prev; \
302 *(listelm)->field.le_prev = (elm); \
303 (listelm)->field.le_prev = &(elm)->field.le_next; \
308 (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
310 (elm)->field.le_prev = &(head)->lh_first; \
315 (elm)->field.le_next->field.le_prev
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h431 struct type **le_prev; /* address of previous next element */ \
442 LIST_FIRST((head))->field.le_prev != \
449 LIST_NEXT((elm), field)->field.le_prev != \
455 if (*(elm)->field.le_prev != (elm)) \
485 LIST_NEXT((listelm), field)->field.le_prev = \
488 (elm)->field.le_prev = &LIST_NEXT((listelm), field); \
493 (elm)->field.le_prev = (listelm)->field.le_prev; \
495 *(listelm)->field.le_prev = (elm); \
496 (listelm)->field.le_prev
[all...]
H A Dunpcb.h102 u_int32_t le_prev; member in struct:_unpcb_list_entry
209 u_int64_t le_prev; member in struct:xunpcb64_list_entry
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c481 if (cp->c_hash.le_next || cp->c_hash.le_prev) {
484 cp->c_hash.le_prev = NULL;
502 cp->c_hash.le_prev = NULL;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c1525 cp->unp_link.le_prev = (u_int32_t)
1526 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1530 cp->unp_link.le_prev = (struct unpcb_compat **)
1531 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1544 cp->unp_reflink.le_prev =
1545 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev);
1549 cp->unp_reflink.le_prev =
1550 (struct unpcb_compat **)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev);
1763 xu.xunp_link.le_prev = (u_int64_t)
1764 VM_KERNEL_ADDRPERM(unp->unp_link.le_prev);
[all...]
H A Dposix_sem.c326 if (pcp->psem_hash.le_prev == 0)
327 panic("psem namecache purge le_prev");
332 pcp->psem_hash.le_prev = NULL;
H A Dposix_shm.c363 if (pcp->pshm_hash.le_prev == 0)
364 panic("namecache purge le_prev");
369 pcp->pshm_hash.le_prev = 0;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h235 u_int32_t le_prev; member in struct:_inpcb_list_entry
348 u_int64_t le_prev; member in struct:inpcb64_list_entry
391 u_int64_t le_prev; member in struct:xinpcb_list_entry
H A Dtcp_timer.c116 LIST_NEXT((elm),field)->field.le_prev != \
122 if (*(elm)->field.le_prev != (elm)) \
1097 tp->tentry.le.le_prev = NULL;
1326 tp->tentry.le.le_prev = NULL;
H A Din_arp.c103 * la_le.{le_next,le_prev}, la_rt
275 if (la->la_le.le_next != NULL || la->la_le.le_prev != NULL) {
855 la->la_le.le_prev = NULL;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c215 if ((bp)->b_hash.le_prev != (struct buf **)0xdeadbeef) \
216 panic("%p: b_hash.le_prev is not deadbeef", (bp));
220 (bp)->b_hash.le_prev = (struct buf **)0xdeadbeef;
250 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next;
252 bp->b_hash.le_prev = &(head)->lh_first;
253 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
254 panic("blistenterhead: le_prev is deadbeef");
280 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
281 panic("bremhash le_prev is deadbeef");
286 bp->b_hash.le_next->b_hash.le_prev
[all...]
H A Dvfs_cache.c1675 ncp->nc_hash.le_prev != 0)) {
1688 if (ncp->nc_hash.le_prev != 0) {
1945 ncp->nc_hash.le_prev = NULL;
H A Dvfs_fsevents.c868 if (kfse->dest->kevent_list.le_prev != NULL) {
884 if (kfse->kevent_list.le_prev != NULL) {
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cache.c551 node->file_list.le_prev = NULL;
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_node.c440 if (np->n_hash.le_prev) {
442 np->n_hash.le_prev = NULL;
/macosx-10.9.5/xnu-2422.115.4/bsd/netkey/
H A Dkey.c342 (!((elm)->chain.le_next == NULL && (elm)->chain.le_prev == NULL))
3687 if (newsav->spihash.le_prev || newsav->spihash.le_next)
3833 if (newsav->spihash.le_prev || newsav->spihash.le_next)
3887 if (sav->spihash.le_prev || sav->spihash.le_next)
4017 if (sav->spihash.le_prev || sav->spihash.le_next)
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1350 struct __db **le_prev; member in struct:__db::__anon159
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1339 struct __db **le_prev; member in struct:__db::__anon184
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1348 struct __db **le_prev; member in struct:__db::__anon208
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1387 struct __db **le_prev; member in struct:__db::__anon239
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1387 struct __db **le_prev; member in struct:__db::__anon263

Completed in 449 milliseconds

12