| /xnu-12377.41.6/tools/lldbmacros/tests/lldb_tests/ |
| H A D | test_valuemock.py | 78 proc.p_list.le_next = 5 80 self.assertTrue(proc.p_list.le_next, 5)
|
| H A D | test_scripted_process.py | 313 mock.p_list.le_next = 0x12345678
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_shutdown.c | 644 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown() 649 for (p = zombproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown() 665 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown() 703 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown() 708 for (p = zombproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown() 725 for (p = allproc.lh_first; p; p = p->p_list.le_next) { in proc_shutdown()
|
| H A D | uipc_usrreq.c | 1750 cp->unp_link.le_next = (u_int32_t) in unpcb_to_compat() 1751 VM_KERNEL_ADDRHASH(up->unp_link.le_next); in unpcb_to_compat() 1755 cp->unp_link.le_next = (struct unpcb_compat *) in unpcb_to_compat() 1756 VM_KERNEL_ADDRHASH(up->unp_link.le_next); in unpcb_to_compat() 1769 cp->unp_reflink.le_next = in unpcb_to_compat() 1770 (u_int32_t)VM_KERNEL_ADDRHASH(up->unp_reflink.le_next); in unpcb_to_compat() 1774 cp->unp_reflink.le_next = in unpcb_to_compat() 1775 (struct unpcb_compat *)VM_KERNEL_ADDRHASH(up->unp_reflink.le_next); in unpcb_to_compat() 1850 unp = unp->unp_link.le_next) { 1983 unp = unp->unp_link.le_next) { [all …]
|
| H A D | posix_sem.c | 318 nnp = pcp->psem_hash.le_next; in psem_cache_search() 337 nnp = pcp->psem_hash.le_next; in psem_cache_search() 423 for (p = pcpp->lh_first; p != 0; p = p->psem_hash.le_next) { in psem_cache_add() 458 if (pcp->psem_hash.le_next == pcp) { in psem_cache_delete()
|
| H A D | vsock_domain.c | 256 assert(pcb->bound.le_next == NULL); in vsock_unbind_pcb_locked() 279 pcb->bound.le_next = NULL; in vsock_unbind_pcb_locked()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | unpcb.h | 105 u_int32_t le_next; member 214 u_int64_t le_next; member
|
| H A D | queue.h | 487 struct type *le_next; /* next element */ \ 510 &((elm)->field.le_next))) \ 567 #define LIST_NEXT(elm, field) ((elm)->field.le_next) 576 TRASHIT((elm)->field.le_next); \
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_srvcache.c | 246 rp = rp->rc_hash.le_next) { in nfsrv_getcache() 388 rp = rp->rc_hash.le_next) { in nfsrv_updatecache()
|
| H A D | nfs_serv.c | 1617 wp = wp->nd_tq.le_next; in nfsrv_writegather() 1630 wp = wp->nd_hash.le_next; in nfsrv_writegather() 1635 wp = wp->nd_hash.le_next; in nfsrv_writegather() 1644 wp = nd->nd_hash.le_next; in nfsrv_writegather() 1665 owp = nd->nd_tq.le_next; in nfsrv_writegather() 1815 for (nd = slp->ns_tq.lh_first; nd; nd = nd->nd_tq.le_next) { in nfsrv_writegather()
|
| H A D | nfs_syscalls.c | 1767 nnwp = nwp->nd_tq.le_next; in nfsrv_slpfree()
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | net.py | 383 ifmulti = cast(ifmulti.ifma_link.le_next, 'ifmultiaddr *') 406 inmulti = cast(inmulti.inm_link.le_next, 'in_multi *') 427 in6multi = cast(in6multi.in6m_entry.le_next, 'in6_multi *') 1705 pcb = cast(pcb.inp_list.le_next, 'inpcb *') 1727 reass_entry = reass_entry.tqe_q.le_next 1729 pcb = cast(pcb.inp_hash.le_next, 'inpcb *') 1758 pcb = cast(pcb.phd_hash.le_next, 'inpcbport *') 1819 pcb = pcb.evp_link.le_next 1887 unp = unp.unp_link.le_next 2134 next_entry = timer_entry.te_le.le_next
|
| H A D | mbufs.py | 1288 mc = cast(mc.mc_list.le_next, 'mcache *')
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_bio.c | 226 (bp)->b_hash.le_next = (struct buf *)0; \ 235 (bp)->b_vnbufs.le_next = NOLIST; \ 256 if ((bp->b_hash.le_next = (head)->lh_first) != NULL) { in blistenterhead() 257 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next; in blistenterhead() 277 for (; nbp != NULL; nbp = nbp->b_hash.le_next) { in binshash() 293 if (bp->b_hash.le_next == bp) { in bremhash() 297 if (bp->b_hash.le_next != NULL) { in bremhash() 298 bp->b_hash.le_next->b_hash.le_prev = bp->b_hash.le_prev; in bremhash() 300 *bp->b_hash.le_prev = (bp)->b_hash.le_next; in bremhash() 2284 if (bp->b_vnbufs.le_next != NOLIST) { in brelvp_locked() [all …]
|
| H A D | vfs_quota.c | 508 for (dq = dqh->lh_first; dq; dq = dq->dq_hash.le_next) { in dqget() 1055 nextdq = dq->dq_hash.le_next; in dqflush()
|
| H A D | vfs_cache.c | 3432 next = entry->hash_chain.le_next; in resize_string_ref_table() 3506 for (entry = head->lh_first; entry != NULL; chain_len++, entry = entry->hash_chain.le_next) { in add_name_internal() 3585 for (entry = head->lh_first; entry != NULL; entry = entry->hash_chain.le_next) { in vfs_removename() 3633 for (entry = head->lh_first; entry != NULL; entry = entry->hash_chain.le_next) { in dump_string_table()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_pcb.h | 375 u_int32_t le_next; member 489 u_int64_t le_next; member 533 u_int64_t le_next; member
|
| H A D | in_arp.c | 287 if (la->la_le.le_next != NULL || la->la_le.le_prev != NULL) { in arp_llinfo_free() 732 la = la->la_le.le_next; in in_arpdrain() 759 la = la->la_le.le_next; in arp_timeout() 829 la = la->la_le.le_next; in arp_probe() 1083 la->la_le.le_next = NULL; in arp_rtrequest()
|
| H A D | raw_ip.c | 1268 inp = inp->inp_list.le_next) { 1376 inp = inp->inp_list.le_next) {
|
| H A D | tcp_timer.c | 448 …nsafe_forge_single(struct tcpcb *, ((uintptr_t)te - offsetof(struct tcpcb, tentry.te_le.le_next)))) 453 &((elm)->field.le_next)) \ 1881 tp->tentry.te_le.le_next = NULL; in tcp_remove_timer()
|
| H A D | in_pcblist.c | 392 inp = inp->inp_list.le_next) { in get_pcblist_n()
|
| H A D | in_pcb.c | 2920 inp->inp_hash.le_next = NULL; in in_pcbremlists() 2924 inp->inp_portlist.le_next = NULL; in in_pcbremlists()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | nd6.h | 608 #define ndpr_next ndpr_entry.le_next 683 #define pfr_next pfr_entry.le_next
|
| H A D | in6_var.h | 1143 (step).i_in6m = (step).i_in6m->in6m_entry.le_next; \
|
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 216 for (fd = fc->lh_first; fd != 0; fd = fd->fd_hash.le_next) { in fdesc_allocvp()
|