Searched refs:one (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME46 OS-specific directories; this allows one to build for
47 all varients (x86/sparc/Solaris/Linux) in one place.
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_port.h202 * allocate a new one. This avoids deadlocks during notification message
298 * Compares two timestamps, and returns TRUE if one
301 * as long as one and two aren't too far apart.
304 #define IP_TIMESTAMP_ORDER(one, two) ((int) ((one) - (two)) < 0)
326 /* Grow one of a port's tables of notifcation requests */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c173 char one[] = "fd/1"; local
181 if ((error = devfs_make_symlink(root_devnode, out, 0555, one, &stdout_ent))) {
235 /* Only one thread can add to the hash at a time */
/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h445 * Scheduler algorithm indirection. If only one algorithm is
447 * If more than one is enabled, calls are dispatched through
452 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c957 // send one last counts notification
1295 // send one last counts notification
1536 unsigned int one = 1; local
1538 if (mbuf_allocpacket(MBUF_WAITOK, size, &one, &msg) != 0)
1695 unsigned int one = 1; local
1697 if (mbuf_allocpacket(MBUF_WAITOK, sizeof(nstat_msg_src_added), &one, &msg) != 0)
1797 // using this socket, one for read and one for write. Two threads probably
1830 // send one last descriptor message so client may see last state
H A Dkpi_interface.c422 * to clear one or more of the associated flags in IFEF_AWDL_MASK,
1308 goto one;
1315 one:
1753 /* There is already a measurement in progress; skip this one */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1808 IORegistryEntry * one; local
1827 (one = (IORegistryEntry *) parents->getObject( index ));
1829 oneDepth = one->getDepth( plane );
2031 // done set didn't contain this one, so recurse
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c115 #warning You have only one pty defined, redefining to 32.
193 * If we can't allocate a new one, act as if we had run out

Completed in 111 milliseconds