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

/xnu-2422.115.4/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.
94 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.
161 space for policy-specific data. In most cases, it is permitted to
162 sleep during label initialization operations; it will be noted when
163 it is not permitted.
167 creation, where a label is made specific to the object it is associated
258 storage associated with the label so that it may be destroyed.
331 @warning Even if a policy returns 0, it should behave correctly in
445 storage associated with the label so that it may be destroyed.
649 with the label so that it may be destroyed.
950 label so that it ma
[all...]
/xnu-2422.115.4/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;
/xnu-2422.115.4/bsd/netinet6/
H A Dmld6_var.h16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
167 * is passed to ip6_output(), however we must account for it in the
234 int it; /* interface_timers_running6 */ member in struct:mld_tparams
H A Dmld6.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
146 * of in6_multi records and find it that way; this is done with in6_multihead
524 * always embed the KAME scope ID in the address provided, so strip it
855 * If this was not sent to the all-nodes group, ignore it.
911 * look up the single group to process it.
927 /* XXX Clear embedded scope ID as userland won't expect it. */
941 * below the threshold, reset it.
1080 * behaviour; discard it.
1133 mtp.it = mli->mli_v2_timer = MLD_RANDOM_DELAY(timer);
1173 mtp.it
[all...]
/xnu-2422.115.4/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.
/xnu-2422.115.4/bsd/netinet/
H A Digmp_var.h16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
314 int it; /* interface_timers_running */ member in struct:igmp_tparams
H A Digmp.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
270 * of in_multi records and find it that way; this is done with in_multihead
838 * igmp_group is always ignored. Do not drop it as a userland
839 * daemon may wish to see it.
932 * If this was not sent to the all-hosts group, ignore it.
990 * look up the single group to process it.
1017 * below the threshold, reset it.
1135 * behaviour; discard it.
1198 itp.it = igi->igi_v3_timer = IGMP_RANDOM_DELAY(timer);
1238 itp.it
[all...]
H A Dtcp_subr.c16 * http://www.opensource.apple.com/apsl/ and read it before using this file.
286 * allocator. Doing it this way allows us to protect both structures
289 * we avoid changing most of the rest of the code (although it needs
434 _max_protohdr = max_protohdr; /* round it up */
477 * tcp_template used to store this data in mbufs, but we now recopy it out
563 * and discard the mbuf containing it and any other attached mbufs.
837 * empty reassembly queue and hooking it to the argument
845 struct inp_tp *it; local
855 it = (struct inp_tp *)(void *)inp;
856 tp = &it
[all...]
/xnu-2422.115.4/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...]

Completed in 108 milliseconds