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

123

/macosx-10.9.5/OpenLDAP-491.1/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.9.5/xnu-2422.115.4/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) {
310 for (cp = CNODEHASH(hfsmp, inum)->lh_first; cp; cp = cp->c_hash.le_next) {
481 if (cp->c_hash.le_next || cp->c_hash.le_prev) {
483 cp->c_hash.le_next = NULL;
501 cp->c_hash.le_next = NULL;
538 for (cp = CNODEHASH(hfsmp, cnid)->lh_first; cp; cp = cp->c_hash.le_next) {
/macosx-10.9.5/OpenSSH-186/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.9.5/xnu-2422.115.4/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.9.5/network_cmds-433/netstat.tproj/
H A Dunix.c214 (long)xunp->xunp_refs, (long)xunp->xunp_reflink.le_next);
220 (long)unp->unp_refs.lh_first, (long)unp->unp_reflink.le_next);
/macosx-10.9.5/xnu-2422.115.4/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.c1523 cp->unp_link.le_next = (u_int32_t)
1524 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1528 cp->unp_link.le_next = (struct unpcb_compat *)
1529 VM_KERNEL_ADDRPERM(up->unp_link.le_next);
1542 cp->unp_reflink.le_next =
1543 (u_int32_t)VM_KERNEL_ADDRPERM(up->unp_reflink.le_next);
1547 cp->unp_reflink.le_next =
1548 (struct unpcb_compat *)VM_KERNEL_ADDRPERM(up->unp_reflink.le_next);
1622 unp = unp->unp_link.le_next) {
1745 unp = unp->unp_link.le_next) {
[all...]
H A Dkern_proc.c226 for (uip = uipp->lh_first; uip != 0; uip = uip->ui_hash.le_next)
936 for (p = PIDHASH(pid)->lh_first; p != 0; p = p->p_hash.le_next) {
939 for (q = p->p_hash.le_next; q != 0; q = q->p_hash.le_next) {
961 for (p = zombproc.lh_first; p != 0; p = p->p_list.le_next)
996 for (pgrp = PGRPHASH(pgid)->lh_first; pgrp != 0; pgrp = pgrp->pg_hash.le_next)
1029 for (sess = SESSHASH(sessid)->lh_first; sess != 0; sess = sess->s_hash.le_next)
1439 for (p = pgrp->pg_members.lh_first; p != 0; p = p->p_pglist.le_next) {
1442 p = p->p_pglist.le_next)
1459 p = p->p_pglist.le_next) {
[all...]
/macosx-10.9.5/webdavfs-352.92.2/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.9.5/xnu-2422.115.4/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.9.5/xnu-2422.115.4/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
331 proc_val = cast(proc_val.p_list.le_next, 'proc *')
342 proc_val = cast(proc_val.p_list.le_next, 'proc *')
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dip6_fw.c800 while (chain->chain.le_next
801 && chain->chain.le_next->rule->fw_number
804 while (chain->chain.le_next->rule->fw_number
807 chain = chain->chain.le_next;
940 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
952 for (fcp = chainptr->lh_first; fcp; fcp = fcp->chain.le_next) {
980 for (; fcp; fcp = fcp->chain.le_next) {
1007 for (fcp = ip6_fw_chain.lh_first; fcp; fcp = fcp->chain.le_next)
/macosx-10.9.5/xnu-2422.115.4/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.9.5/webdavfs-352.92.2/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.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c1722 for (p = ncpp->lh_first; p != 0; p = p->nc_hash.le_next)
1912 next = entry->nc_hash.le_next;
2037 for (ncp = ncpp->lh_first; ncp != 0; ncp = ncp->nc_hash.le_next) {
2113 next = entry->hash_chain.le_next;
2183 for (entry = head->lh_first; entry != NULL; chain_len++, entry = entry->hash_chain.le_next) {
2246 for (entry = head->lh_first; entry != NULL; entry = entry->hash_chain.le_next) {
2285 for (entry=head->lh_first; entry != NULL; entry=entry->hash_chain.le_next) {
H A Dvfs_bio.c219 (bp)->b_hash.le_next = (struct buf *)0; \
228 (bp)->b_vnbufs.le_next = NOLIST; \
249 if ((bp->b_hash.le_next = (head)->lh_first) != NULL)
250 (head)->lh_first->b_hash.le_prev = &(bp)->b_hash.le_next;
268 for(; nbp != NULL; nbp = nbp->b_hash.le_next) {
282 if (bp->b_hash.le_next == bp)
285 if (bp->b_hash.le_next != NULL)
286 bp->b_hash.le_next->b_hash.le_prev = bp->b_hash.le_prev;
287 *bp->b_hash.le_prev = (bp)->b_hash.le_next;
1864 if (bp->b_vnbufs.le_next !
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h234 u_int32_t le_next; member in struct:_inpcb_list_entry
347 u_int64_t le_next; member in struct:inpcb64_list_entry
390 u_int64_t le_next; member in struct:xinpcb_list_entry
/macosx-10.9.5/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.9.5/lsof-52/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.9.5/remote_cmds-41.90.1/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 251 milliseconds

123