Searched refs:inuse (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif_arp.h144 uint32_t inuse; /* # of ARP entries in routing table */ member in struct:arpstat
/xnu-2422.115.4/bsd/kern/
H A Dkern_cs.c275 int inuse; member in struct:__anon108
324 if (csr_state.csr_map_base != 0 || csr_state.inuse) {
445 if (csr_state.csr_map_base == 0 || csr_state.inuse) {
484 csr_state.inuse = 1;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c597 int unhash, attrerr, busyerror, error, inuse, busied, force; local
615 inuse = (nfs_mount_state_in_use_start(nmp, NULL) == 0);
661 if (inuse)
675 if (inuse)
695 if (inuse)
707 if (inuse)
740 if (inuse && nfs_mount_state_in_use_end(nmp, error))
773 /* Leave it if inuse or it has multiple hard links. */
813 /* vnode now inuse after silly remove? */
H A Dnfs4_vnops.c3574 int error = 0, error2, willsplit = 0, delay, slpflag, busy = 0, inuse = 0, restart, inqueue = 0; local
3617 inuse = 1;
3621 inuse = 0;
3626 inuse = 0;
3661 inuse = 0;
3670 inuse = 1;
3684 inuse = 0;
3774 inuse = 0;
3780 inuse = 1;
3807 inuse
6913 int inuse = 0, adlockerror = ENOENT, busyerror = ENOENT, adbusyerror = ENOENT, nofpbusyerror = ENOENT; local
[all...]
H A Dnfs_vnops.c3753 int error = 0, nfsvers, namedattrs, inuse, gotattr = 0, flushed = 0, setsize = 0; local
3783 inuse = vnode_isinuse(vp, 0);
3784 if ((ap->a_flags & VNODE_REMOVE_NODELETEBUSY) && inuse) {
3789 if (inuse && !gotattr) {
3795 if (!inuse || (np->n_sillyrename && (nvattr.nva_nlink > 1))) {
3797 if (!inuse && !flushed) { /* flush all the buffers first */
3847 if (!error && !inuse && !np->n_sillyrename) {
4002 int error, nfsvers, inuse=0, tvprecycle=0, locked=0; local
4052 inuse = vnode_isinuse(tvp, 0);
4053 if (inuse
[all...]
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c335 static int hfs_set_summary (struct hfsmount *hfsmp, uint32_t summarybit, uint32_t inuse);
3790 * The argument 'inuse' will set the value of the bit in question to one or zero
3796 * inuse - the value to assign to the bit.
3804 static int hfs_set_summary (struct hfsmount *hfsmp, uint32_t summarybit, uint32_t inuse) { argument
3821 if (inuse) {
4584 int inuse = 0; local
4623 inuse = 1;
4635 return (inuse);
/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c756 arpstat.inuse++;
856 arpstat.inuse--;

Completed in 175 milliseconds