Searched refs:le_next (Results 1 - 25 of 58) sorted by relevance

123

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap_queue.h300 struct type *le_next; /* next element */ \
316 for((var) = (head)->lh_first; (var); (var) = (var)->field.le_next)
323 (var)->field.le_next = NULL; \
328 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
329 (listelm)->field.le_next->field.le_prev = \
330 &(elm)->field.le_next; \
331 (listelm)->field.le_next = (elm); \
332 (elm)->field.le_prev = &(listelm)->field.le_next; \
337 (elm)->field.le_next
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_chash.c161 for (cp = CNODEHASH(hfsmp, inum)->lh_first; cp; cp = cp->c_hash.le_next) {
238 for (cp = CNODEHASH(hfsmp, inum)->lh_first; cp; cp = cp->c_hash.le_next) {
312 for (cp = CNODEHASH(hfsmp, inum)->lh_first; cp; cp = cp->c_hash.le_next) {
483 if (cp->c_hash.le_next || cp->c_hash.le_prev) {
485 cp->c_hash.le_next = NULL;
503 cp->c_hash.le_next = NULL;
540 for (cp = CNODEHASH(hfsmp, cnid)->lh_first; cp; cp = cp->c_hash.le_next) {
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsys-queue.h262 struct type *le_next; /* next element */ \
272 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
292 if (((elm)->field.le_next = (listelm)->field.le_next) != NULL) \
293 (listelm)->field.le_next->field.le_prev = \
294 &(elm)->field.le_next; \
295 (listelm)->field.le_next = (elm); \
296 (elm)->field.le_prev = &(listelm)->field.le_next; \
301 (elm)->field.le_next = (listelm); \
303 (listelm)->field.le_prev = &(elm)->field.le_next; \
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dunpcb.h101 u_int32_t le_next; member in struct:_unpcb_list_entry
208 u_int64_t le_next; member in struct:xunpcb64_list_entry
H A Dqueue.h430 struct type *le_next; /* next element */ \
450 &((elm)->field.le_next)) \
507 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
516 TRASHIT((elm)->field.le_next); \
/macosx-10.10.1/network_cmds-457/netstat.tproj/
H A Dunix.c209 (long)xunp->xunp_refs, (long)xunp->xunp_reflink.le_next);
215 (long)unp->unp_refs.lh_first, (long)unp->unp_reflink.le_next);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_shutdown.c477 for (p = allproc.lh_first; p; p = p->p_list.le_next) {
481 for (p = zombproc.lh_first; p; p = p->p_list.le_next) {
498 for (p = allproc.lh_first; p; p = p->p_list.le_next) {
536 for (p = allproc.lh_first; p; p = p->p_list.le_next) {
540 for (p = zombproc.lh_first; p; p = p->p_list.le_next) {
H A Duipc_usrreq.c1528 cp->unp_link.le_next = (u_int32_t)
1529 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1533 cp->unp_link.le_next = (struct unpcb_compat *)
1534 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1547 cp->unp_reflink.le_next =
1548 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_next);
1552 cp->unp_reflink.le_next =
1553 (struct unpcb_compat *)VM_KERNEL_ADDRPERM(up->unp_reflink.le_next);
1627 unp = unp->unp_link.le_next) {
1752 unp = unp->unp_link.le_next) {
[all...]
H A Dkern_proc.c234 for (uip = uipp->lh_first; uip != 0; uip = uip->ui_hash.le_next)
996 for (p = PIDHASH(pid)->lh_first; p != 0; p = p->p_hash.le_next) {
999 for (q = p->p_hash.le_next; q != 0; q = q->p_hash.le_next) {
1021 for (p = zombproc.lh_first; p != 0; p = p->p_list.le_next)
1056 for (pgrp = PGRPHASH(pgid)->lh_first; pgrp != 0; pgrp = pgrp->pg_hash.le_next)
1089 for (sess = SESSHASH(sessid)->lh_first; sess != 0; sess = sess->s_hash.le_next)
1499 for (p = pgrp->pg_members.lh_first; p != 0; p = p->p_pglist.le_next) {
1502 p = p->p_pglist.le_next)
1519 p = p->p_pglist.le_next) {
[all...]
/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav_nodehash.c117 for (pt = nhp->lh_first; pt != NULL; pt = pt->pt_hash.le_next)
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c280 tmp_nrp = tmp_nrp->nr_hash.le_next) {
334 for (nrp = nrhead->lh_first; nrp; nrp = nrp->nr_hash.le_next) {
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dkernelcore.py57 value : an object thats of type (element_type) head->le_next. Always a pointer object
68 next_el = elt.__getattr__(field_name).le_next
347 proc_val = cast(proc_val.p_list.le_next, 'proc *')
369 proc_val = cast(proc_val.p_list.le_next, 'proc *')
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c801 while (chain->chain.le_next
802 && chain->chain.le_next->rule->fw_number
805 while (chain->chain.le_next->rule->fw_number
808 chain = chain->chain.le_next;
944 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
956 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
984 for (; fcp; fcp = fcp->chain.le_next) {
1011 for (fcp = ip6_fw_chain.lh_first; fcp; fcp = fcp->chain.le_next)
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_srvcache.c239 rp = rp->rc_hash.le_next) {
378 rp = rp->rc_hash.le_next) {
H A Dnfs_node.c221 for (np = nhpp->lh_first; np != 0; np = np->n_hash.le_next) {
398 np->n_monlink.le_next = NFSNOLIST;
975 if (np->n_monlink.le_next != NFSNOLIST) {
984 if (np->n_monlink.le_next != NFSNOLIST) {
986 np->n_monlink.le_next = NFSNOLIST;
H A Dnfs_bio.c221 if (fbp->nb_vnbufs.le_next != NFSNOLIST) {
223 fbp->nb_vnbufs.le_next = NFSNOLIST;
245 if (fbp->nb_vnbufs.le_next != NFSNOLIST) {
247 fbp->nb_vnbufs.le_next = NFSNOLIST;
324 for (; bp != NULL; bp = bp->nb_hash.le_next)
804 if (bp->nb_vnbufs.le_next != NFSNOLIST) {
806 bp->nb_vnbufs.le_next = NFSNOLIST;
917 bp->nb_vnbufs.le_next = NFSNOLIST;
956 bp->nb_vnbufs.le_next = NFSNOLIST;
1090 if (bp->nb_vnbufs.le_next !
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_cache.c437 g_next_file_cache_node = node->file_list.le_next;
546 g_next_file_cache_node = node->file_list.le_next;
550 node->file_list.le_next = NULL;
812 next_node = node->entries.le_next;
954 next_node = child_node->entries.le_next;
1053 next_node = node->entries.le_next;
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c1721 for (p = ncpp->lh_first; p != 0; p = p->nc_hash.le_next)
1908 next = entry->nc_hash.le_next;
2033 for (ncp = ncpp->lh_first; ncp != 0; ncp = ncp->nc_hash.le_next) {
2109 next = entry->hash_chain.le_next;
2179 for (entry = head->lh_first; entry != NULL; chain_len++, entry = entry->hash_chain.le_next) {
2242 for (entry = head->lh_first; entry != NULL; entry = entry->hash_chain.le_next) {
2281 for (entry=head->lh_first; entry != NULL; entry=entry->hash_chain.le_next) {
H A Dvfs_bio.c201 (bp)->b_hash.le_next = (struct buf *)0; \
210 (bp)->b_vnbufs.le_next = NOLIST; \
231 if ((bp->b_hash.le_next = (head)->lh_first) != NULL)
232 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next;
250 for(; nbp != NULL; nbp = nbp->b_hash.le_next) {
264 if (bp->b_hash.le_next == bp)
267 if (bp->b_hash.le_next != NULL)
268 bp->b_hash.le_next->b_hash.le_prev = bp->b_hash.le_prev;
269 *bp->b_hash.le_prev = (bp)->b_hash.le_next;
1880 if (bp->b_vnbufs.le_next !
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h254 u_int32_t le_next; member in struct:_inpcb_list_entry
367 u_int64_t le_next; member in struct:inpcb64_list_entry
410 u_int64_t le_next; member in struct:xinpcb_list_entry
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Ddb_am.h35 struct __db_foreign_info *le_next; member in struct:__db_foreign_info::__anon285
H A Dqueue.h388 struct type *le_next; /* next element */ \
431 #define LIST_NEXT(elm, field) ((elm)->field.le_next)
/macosx-10.10.1/lsof-53/lsof/dialects/darwin/kmem/
H A Ddlsof.h327 #define NCACHE_NXT nc_hash.le_next /* link in NCACHE */
H A Ddproc.c695 kpn = (KA_T)(((KA_T)p->p_list.le_next == Akp) ? NULL
696 : p->p_list.le_next);
/macosx-10.10.1/remote_cmds-47/ypserv.tproj/
H A Dypserv_db.c269 for (d = doms.lh_first ; d != NULL ; d = d->domsl.le_next) {
274 for (m = d->dmaps.lh_first ; m != NULL ; m = m->mapsl.le_next)

Completed in 680 milliseconds

123