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

12

/macosx-10.10/OpenLDAP-499.27/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.10/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.10/OpenSSH-189/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.10/xnu-2782.1.97/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.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c483 if (cp->c_hash.le_next || cp->c_hash.le_prev) {
486 cp->c_hash.le_prev = NULL;
504 cp->c_hash.le_prev = NULL;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_usrreq.c1530 cp->unp_link.le_prev = (u_int32_t)
1531 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1535 cp->unp_link.le_prev = (struct unpcb_compat **)
1536 VM_KERNEL_ADDRPERM(up->unp_link.le_prev);
1549 cp->unp_reflink.le_prev =
1550 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev);
1554 cp->unp_reflink.le_prev =
1555 (struct unpcb_compat **)VM_KERNEL_ADDRPERM(up->unp_reflink.le_prev);
1770 xu.xunp_link.le_prev = (u_int64_t)
1771 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.c359 if (pcp->pshm_hash.le_prev == 0)
360 panic("namecache purge le_prev");
365 pcp->pshm_hash.le_prev = 0;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h255 u_int32_t le_prev; member in struct:_inpcb_list_entry
368 u_int64_t le_prev; member in struct:inpcb64_list_entry
411 u_int64_t le_prev; member in struct:xinpcb_list_entry
H A Dtcp_timer.c112 LIST_NEXT((elm),field)->field.le_prev != \
118 if (*(elm)->field.le_prev != (elm)) \
1286 tp->tentry.le.le_prev = NULL;
1535 tp->tentry.le.le_prev = NULL;
H A Din_arp.c103 * la_le.{le_next,le_prev}, la_rt
278 if (la->la_le.le_next != NULL || la->la_le.le_prev != NULL) {
858 la->la_le.le_prev = NULL;
H A Din_pcb.c2180 inp->inp_hash.le_prev = NULL;
2184 inp->inp_portlist.le_prev = NULL;
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_bio.c197 if ((bp)->b_hash.le_prev != (struct buf **)0xdeadbeef) \
198 panic("%p: b_hash.le_prev is not deadbeef", (bp));
202 (bp)->b_hash.le_prev = (struct buf **)0xdeadbeef;
232 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next;
234 bp->b_hash.le_prev = &(head)->lh_first;
235 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
236 panic("blistenterhead: le_prev is deadbeef");
262 if (bp->b_hash.le_prev == (struct buf **)0xdeadbeef)
263 panic("bremhash le_prev is deadbeef");
268 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) {
1941 ncp->nc_hash.le_prev = NULL;
H A Dvfs_fsevents.c870 if (kfse->dest->kevent_list.le_prev != NULL) {
886 if (kfse->kevent_list.le_prev != NULL) {
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cache.c551 node->file_list.le_prev = NULL;
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c483 if (np->n_hash.le_prev) {
485 np->n_hash.le_prev = NULL;
/macosx-10.10/BerkeleyDB-21/db/build_brew/
H A Ddb.h1350 struct __db **le_prev; member in struct:__db::__anon159
/macosx-10.10/BerkeleyDB-21/db/build_s60/
H A Ddb.h1339 struct __db **le_prev; member in struct:__db::__anon184
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1348 struct __db **le_prev; member in struct:__db::__anon208
/macosx-10.10/BerkeleyDB-21/db/build_wince/
H A Ddb.h1387 struct __db **le_prev; member in struct:__db::__anon239
/macosx-10.10/BerkeleyDB-21/db/build_windows/
H A Ddb.h1387 struct __db **le_prev; member in struct:__db::__anon263

Completed in 243 milliseconds

12