Searched refs:it (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dmemcmp.s10 * http://www.opensource.apple.com/apsl/ and read it before using this
25 // Uses Thumb2 if it is available, otherwise generates ARM code.
97 it lo
/darwin-on-arm/xnu/security/
H A Dmac_port.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
104 mac_port_label_associate(struct label *it, struct label *st, struct label *port) argument
109 MAC_PERFORM(port_label_associate, it, st, port);
H A Dmac_mach_internal.h16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
90 void mac_port_label_associate(struct label *it, struct label *st, struct label *plabel);
H A Dmac_policy.h16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
151 space for policy-specific data. In most cases, it is permitted to
152 sleep during label initialization operations; it will be noted when
153 it is not permitted.
157 creation, where a label is made specific to the object it is associated
248 storage associated with the label so that it may be destroyed.
319 @warning Even if a policy returns 0, it should behave correctly in
430 storage associated with the label so that it may be destroyed.
627 with the label so that it may be destroyed.
928 label so that it ma
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_array.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
102 /* If array->maxitems is zero, it means we are either rebuilding an array
223 * we destroy the array and build it from scratch for the copy.
355 const u_char *it; local
361 it = item;
364 if (pool->buffer <= it && it < pool->buffer + array->pool_capacity) {
365 diff = it - pool->buffer;
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
54 * http://www.opensource.apple.com/apsl/ and read it before using this file.
H A Dmake_symbol_aliasing.sh11 # http://www.opensource.apple.com/apsl/ and read it before using this
58 * http://www.opensource.apple.com/apsl/ and read it before using this file.
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s336 cmp r1, #2 @ is it data or i&d?
399 cmp r1, #2 @ is it data or i&d?
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
58 This program is free software; you can redistribute it and/or modify
59 it under the terms of the GNU General Public License as published by
63 This program is distributed in the hope that it will be useful,
972 quotes and backslashes, so that it's suitable for yyerror. The
1420 /* Discard the shifted token unless it is eof. */
1452 users should not rely upon it. Assigning to YYVAL
1453 unconditionally makes the parser a bit smaller, and it avoids a
1684 error, discard it. */
1745 /* Pop the current state because it canno
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_subr.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
292 * allocator. Doing it this way allows us to protect both structures
295 * we avoid changing most of the rest of the code (although it needs
415 _max_protohdr = max_protohdr; /* round it up */
475 * tcp_template used to store this data in mbufs, but we now recopy it out
562 * and discard the mbuf containing it and any other attached mbufs.
822 * empty reassembly queue and hooking it to the argument
830 struct inp_tp *it; local
840 it = (struct inp_tp *)(void *)inp;
841 tp = &it
[all...]

Completed in 35 milliseconds