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

/darwin-on-arm/xnu/tools/tests/testkext/
H A Dtestvmx.cpp10 #error VMX only supported on i386/x86_64
/darwin-on-arm/xnu/osfmk/i386/
H A DDiagnostics.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
45 #error This file is not useful on non-Intel
H A Dmisc_protos.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
83 boolean_t on);
H A Dbsd_i386.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
668 thread_setsinglestep(thread_t thread, int on) argument
676 if (on)
685 if (on) {
700 /* XXX this should be a struct savearea so that CHUD will work better on x86 */
718 * Based on osfmk/chud/i386/chud_thread_i386.c:chudxnu_thread_get_state(), which see.
/darwin-on-arm/xnu/bsd/sys/
H A Dkpi_socket.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
74 @discussion Accepts an incoming connection on a socket. See 'man 2
77 @param so The listening socket you'd like to accept a connection on.
87 occurs on the socket. This may be NULL.
91 @result 0 on success otherwise the errno error.
102 @result 0 on success otherwise the errno error.
108 @discussion Initiates a connection on the socket. See 'man 2
117 @result 0 on success, EINPROGRESS for a non-blocking connect that
133 @discussion Allows a caller to wait on a socket connect.
136 @result 0 on succes
[all...]
H A Dmake_posix_availability.sh15 # distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
57 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
H A Dmake_symbol_aliasing.sh15 # distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
61 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_upcall.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
270 * Make sure nothing is queued on the up-call queues
306 * worker thread dequeue them and pass them on to nfsrv_rcv.
317 DPRINT("\tUp-call queued on %d for wakeup of %p\n", qi, myqueue);
350 * Set the up-call routine on the socket associated with the passed in
357 int on = 1; local
386 sock_setsockopt(slp->ns_so, SOL_SOCKET, SO_UPCALLCLOSEWAIT, &on, sizeof(on));
H A Dkrpc_subr.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
91 * Note: will not work on variable-sized rpc args/results.
146 * Returns non-zero error on failure.
256 int on = 1; local
257 if ((error = sock_setsockopt(so, SOL_SOCKET, SO_BROADCAST, &on, sizeof(on))))
530 * XXX - Should not rely on making the entire reply
H A Dnfs_socket.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
116 int nfsrv_sock_max_rec_queue_length = 128; /* max # RPC records queued on (UDP) socket */
207 * describes for TCP. The cwnd size is chopped in half on a retransmit timeout
232 /* no more addresses on current server, go to first address of next server */
237 /* no more servers on current location, go to first server of next location */
291 /* mounting root export on server */
574 * Set common socket options on an nfs_socket.
587 int on = 1, proto; local
595 sock_setsockopt(nso->nso_so, SOL_SOCKET, SO_KEEPALIVE, &on, sizeof(on));
1927 int error, on = 1; local
2158 int error, on = 1, ip; local
4862 int error = 0, on = 1, try, sendat = 2, soproto, recv, optlen, restoreto = 0; local
[all...]
H A Dnfs_vnops.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
508 * on UNIX systems). So, we'll assume that it is OK,
532 * permissions are changed on the server, accesses might still fail later.
668 * on the node and, for NFSv4, perform an OPEN request on the server.
823 NP(np, "nfs_vnop_open: deny mode foregone on create, %d", kauth_cred_getuid(nofp->nof_owner->noo_cred));
896 * 2 - To put a worst case upper bound on cache inconsistency between
987 // XXX It would be nice if we still had the O_EXLOCK/O_SHLOCK flags that were on the open
1105 * to update the open file structure (and the state on the server) appropriately.
1418 /* check if the node changed on u
2509 int n, on, error = 0; local
[all...]
H A Dnfs_syscalls.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
224 * They do read-ahead and write-behind operations on the block I/O cache.
226 * The pool of up to nfsiod_thread_max threads is launched on demand and exit
229 * Each thread puts an nfsiod on the free list and sleeps on it. When it wakes
231 * it will put the struct at the head of free list and sleep on it.
233 * put it on the work queue, and wake whatever thread is waiting on that struct.
313 * Grab an nfsiod struct to work on, do some work, then drop it
343 * new work that arrives will be serviced on
735 int error = 0, sodomain, sotype, soprotocol, on = 1; local
[all...]
H A Dnfs_bio.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
285 panic("nfsbuf not on free list");
337 * Called by vnode_pager() on pageout request of non-dirty page.
533 * process some entries on the delayed write queue
620 * Returns errno on error, 0 otherwise.
922 panic("nfsbuf on freelist");
961 panic("nfsbuf on freelist");
1017 * Abort the pages on error or: if this is an invalid or
1107 panic("nfsbuf on freelist");
1119 panic("nfsbuf on freelis
1902 int error = 0, n = 0, on = 0; local
[all...]
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_blue.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
124 * more information on Blue is available from
364 blue_suspendq(struct blue *bp, class_queue_t *q, boolean_t on) argument
366 #pragma unused(bp, q, on)
H A Dclassq_sfb.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
67 * Based on the NS code with the following parameters:
182 /* Place the flow control entries in current bin on level 0 */
818 /* Already on flow control list; just return */
1153 sfb_suspendq(struct sfb *sp, class_queue_t *q, boolean_t on) argument
1160 if ((on && (sp->sfb_flags & SFBF_SUSPENDED)) ||
1161 (!on && !(sp->sfb_flags & SFBF_SUSPENDED)))
1167 (on ? "suspend" : "resume"));
1173 if_name(ifp), sp->sfb_qid, (on ? "SUSPENDED" : "RUNNING"));
1176 if (on) {
[all...]
H A Dclassq_red.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
523 red_suspendq(red_t *rp, class_queue_t *q, boolean_t on) argument
525 #pragma unused(rp, q, on)
H A Dclassq_rio.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
523 rio_suspendq(rio_t *rp, class_queue_t *q, boolean_t on) argument
525 #pragma unused(rp, q, on)
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
410 int n, on; local
453 on = uio->uio_offset % bsize;
469 if ((on > n) || error) {
475 n = min((unsigned)(n - on), uio_resid(uio));
477 error = uiomove((char *)buf_dataptr(bp) + on, n, uio);
478 if (n + on == bsize)
505 int n, on; local
554 on = uio->uio_offset % bsize;
556 n = min((unsigned)(bsize - on), uio_resi
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME33 As long as cc is in your path, (gcc on Linux),
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
139 /* Drop reference on listening socket */
176 * disallow further operations on it.
355 int on)
359 if (on) {
550 * if the destination is on LAN or not. Skip
563 * Set the socket traffic class based on the passed DSCP code point
1003 int on)
1007 if (on)
353 sock_nointerrupt( socket_t sock, int on) argument
1001 sock_setpriv( socket_t sock, int on) argument
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
563 * Here we have, on "m"
859 * on inner IPv6 packet (since they are now encapsulated).
1072 * on the outgoing interface, and the caller did not
1082 * arrived on the interface to which we are about
1114 * above, but must not be transmitted on a network.
1118 * destination group on the loopback interface.
1792 * The MTU on the route is larger than the MTU on
1799 * if MTU on th
2690 int deftclass = 0, on; local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
167 pages that are disjoint, depending on the interface MTU
225 @param interface The interface being sent or received on.
239 @param interface The interface being sent on.
277 function that will be called on an interface. Until this
296 @param interface The interface the packet was received on.
313 @discussion ifnet_event_func is called when an event occurs on a
315 @param interface The interface the event occurred on.
326 @param interface The interface the packet is being sent on.
404 Zero upon success, EADDRNOTAVAIL on invali
[all...]
H A Drtsock.c19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
468 * That circular route was ignored on previous version of MacOS X because of a routing bug
498 * IFA and/or IFP, we set the requested interface on
555 * Lookup the best match based on the key-mask pair;
640 * flags on the default route without changing the
659 /* rt_setif, called above does this for us on darwin */
882 * rt_setgate() on this route. We cannot hold the
1894 rt_aggdrain(int on) argument
1898 if (on)
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
224 * going to fail the boot, so these won't be cleaned up on error.
306 /* To enable paging and write/execute protections on the kext
310 * This isn't necessary on x86_64 because kexts have their own VM
424 /* If we're not on a developer device, skip and free developer kexts.
434 "Kext %s not loading on non-dev device.", bundleID->getCStringNoCopy());
442 #error Pick the right way to free prelinked data on this arch
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h19 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
135 * When the thread is on a wait queue, these first three fields
143 wait_queue_t wait_queue; /* wait queue we are currently on */
157 boolean_t wake_active; /* wake event on stop */
170 #define TH_FN_REFUNNEL 0x2 /* re-acquire funnel on dispatch */
182 #define TH_RUN 0x04 /* running or on runq */
252 processor_t last_processor; /* processor last dispatched on */
309 ipc_object_t object; /* object received on */
354 /* Kernel holds on this thread */
403 * callstack on it
[all...]

Completed in 260 milliseconds