Searched refs:LIST_EMPTY (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_fid.c261 if (LIST_EMPTY(&slotPtr->fid_list)) {
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vfsops.c1495 if (LIST_EMPTY(&nowait_processes)) {
1683 if (LIST_EMPTY(&notrigger_processes)) {
1885 if (LIST_EMPTY(&homedirmounter_processes)) {
2506 if (!LIST_EMPTY(&nowait_processes)) {
2517 if (!LIST_EMPTY(&notrigger_processes)) {
2528 if (!LIST_EMPTY(&homedirmounter_processes)) {
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dqueue.h118 #undef LIST_EMPTY macro
396 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Diptap.c246 if (LIST_EMPTY(&iptap_list))
453 if (LIST_EMPTY(&iptap_list))
H A Dbridgestp.c2131 if (LIST_EMPTY(&bs->bs_bplist) || mif == NULL) {
2202 KASSERT(LIST_EMPTY(&bs->bs_bplist), ("bstp still active"));
H A Dif_vlan.c907 return (LIST_EMPTY(&vlp->vlp_vlan_list));
H A Dpf_norm.c416 VERIFY(LIST_EMPTY(&frag->fr_cache) ||
H A Ddlil.c4908 VERIFY(LIST_EMPTY(&ifp->if_multiaddrs));
5092 if (!LIST_EMPTY(&ifp->if_multiaddrs)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c992 if (!force && (!LIST_EMPTY(&np->n_dirtyblkhd) || !LIST_EMPTY(&np->n_cleanblkhd)))
993 NP(np, "nfs_reclaim: dropping %s buffers", (!LIST_EMPTY(&np->n_dirtyblkhd) ? "dirty" : "clean"));
1346 if (np->n_mount == mp && !LIST_EMPTY(&np->n_dirtyblkhd))
H A Dnfs_bio.c1410 if (LIST_EMPTY(listheadp)) {
1439 while (!LIST_EMPTY(iterheadp)) {
3026 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3122 if (LIST_EMPTY(&commitlist)) {
3262 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3392 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3402 if (!LIST_EMPTY(&np->n_dirtyblkhd)) {
3408 if (!LIST_EMPTY(&np->n_dirtyblkhd))
3593 if (!LIST_EMPTY(&(np)->n_dirtyblkhd) || !LIST_EMPTY(
[all...]
H A Dnfs_socket.c1777 !LIST_EMPTY(&nmp->nm_monlist) ||
1923 if (!LIST_EMPTY(&nmp->nm_monlist)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c1407 while (!LIST_EMPTY(&local_iterblkhd)) {
1462 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd))
1477 if (LIST_EMPTY(&vp->v_cleanblkhd) && LIST_EMPTY(&vp->v_dirtyblkhd))
1486 while (!LIST_EMPTY(&local_iterblkhd)) {
1558 while (!LIST_EMPTY(&local_iterblkhd)) {
1655 while (!LIST_EMPTY(&local_iterblkhd)) {
1747 if (LIST_EMPTY(listheadp)) {
1775 while (!LIST_EMPTY(iterhead
[all...]
H A Dvfs_subr.c3669 if ( !LIST_EMPTY(&vp->v_nclinks) || !LIST_EMPTY(&vp->v_ncchildren))
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dsys-queue.h64 #undef LIST_EMPTY macro
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dike_session.c180 while (!LIST_EMPTY(&session->ph2tree)) {
185 while (!LIST_EMPTY(&session->ph1tree)) {
H A Dvpn_control.c1029 if (LIST_EMPTY(&lcconf->vpnctl_comm_socks))
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_input.c1027 !LIST_EMPTY(&tp->t_segq)) {
2235 LIST_EMPTY(&tp->t_segq)) {
2426 LIST_EMPTY(&tp->t_segq) &&
4021 LIST_EMPTY(&tp->t_segq) &&
H A Dtcp_timer.c1364 if (!LIST_EMPTY(&listp->lhead)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dqueue.h464 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c1123 if ((deadparent != 0) && (LIST_EMPTY(&parent->p_children)))
H A Dkern_proc.c1707 if (LIST_EMPTY(&l->lc_members)) {
/macosx-10.9.5/xnu-2422.115.4/security/
H A Dmac_base.c713 if (LIST_EMPTY(&mle->mle_listeners)) {
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMAssertions.c2637 if (LIST_EMPTY(&assertType->activeTimed) ) {
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_inode.c3201 if (LIST_EMPTY(&vol->inodes) && NVolPostponedRelease(vol)) {
H A Dntfs_vfsops.c3704 if (!LIST_EMPTY(&vol->inodes)) {

Completed in 433 milliseconds

12