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

/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
/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;
H A Dhfs_catalog.c213 if ((preflight) && ((preflight->id_hash.le_next || preflight->id_hash.le_prev))) {
216 preflight->id_hash.le_prev = NULL;
/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;
/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;
/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) {
/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)
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_bio.c1417 listheadp->lh_first->nb_vnbufs.le_prev = &iterheadp->lh_first;

Completed in 194 milliseconds