Searched refs:check (Results 1 - 24 of 24) sorted by relevance

/xnu-2422.115.4/libkern/kxld/
H A Dkxld_versionmin.c43 check(versionmin);
44 check(src);
45 check((src->cmd == LC_VERSION_MIN_MACOSX) || (src->cmd == LC_VERSION_MIN_IPHONEOS));
85 check(versionmin);
86 check(buf);
87 check(header_offset);
H A Dkxld_srcversion.c43 check(srcversion);
44 check(src);
75 check(srcversion);
76 check(buf);
77 check(header_offset);
H A Dkxld_uuid.c43 check(uuid);
44 check(src);
75 check(uuid);
76 check(buf);
77 check(header_offset);
H A Dkxld_dict.c86 check(dict);
87 check(hash);
88 check(cmp);
119 check(dict);
134 check(iter);
135 check(dict);
146 check(dict);
157 check(dict);
171 check(dict);
172 check(ke
[all...]
H A Dkxld_sym.c71 check(sym);
72 check(strtab);
73 check(src);
106 check(sym);
107 check(strtab);
108 check(src);
138 check(sym);
139 check(name);
159 check(sym);
322 check(sy
[all...]
H A Dkxld_sect.c64 check(sect);
65 check(macho);
66 check(src);
112 check(sect);
113 check(macho);
114 check(src);
158 check(sect);
189 check(sect);
190 check(segname);
191 check(sectnam
[all...]
H A Dkxld_seg.c81 check(seg);
82 check(src);
110 check(seg);
111 check(src);
185 check(segarray);
186 check(section_order);
277 check(seg);
278 check(section_order);
439 check(seg);
460 check(se
[all...]
H A Dkxld_symtab.c120 check(symtab);
121 check(src);
122 check(macho);
273 check(iter);
274 check(symtab);
275 check(test);
288 check(symtab);
304 check(symtab);
317 check(symtab);
327 check(symta
[all...]
H A Dkxld_vtable.c89 check(vtable);
90 check(vtable_sym);
91 check(object);
149 check(vtable_entry_size);
150 check(vtable_header_size);
182 check(vtable);
183 check(vtable_sym);
184 check(sect);
185 check(relocator);
266 check(vtabl
[all...]
H A Dkxld_kext.c121 check(kext);
122 check(kext_object);
146 check(kext);
170 check(kext);
192 check(kext);
224 check(kext);
225 check(interface);
337 check(kext);
338 check(defined_symbols);
339 check(defined_cxx_symbol
[all...]
H A Dkxld_reloc.c194 check(relocator);
264 check(relocarray);
265 check(srcs);
389 check(relocator);
390 check(relocs);
433 check(relocator);
444 check(relocator);
454 check(relocator);
468 check(reloc);
572 check(locreloc
[all...]
H A Dkxld_array.c58 check(array);
218 check(dstarray);
219 check(srcarray);
303 check(array);
328 check(array);
357 check(array);
358 check(item);
359 check(_idx);
450 check(array);
H A Dkxld_object.c211 check(object);
212 check(file);
213 check(name);
328 check(object);
350 check(object);
420 check(object);
421 check(file);
422 check(size);
718 check(object);
794 check(objec
[all...]
H A Dkxld.c116 check(_context);
117 check(allocate_callback);
118 check(logging_callback);
207 check(context);
508 check(context);
H A Dkxld_util.c290 check(file);
291 check(size);
461 check(file);
462 check(size);
638 check(file);
694 check(file);
/xnu-2422.115.4/security/
H A Dmac_internal.h302 * MAC_CHECK performs the designated check by walking the policy
307 #define MAC_CHECK(check, args...) do { \
317 if (mpc->mpc_ops->mpo_ ## check != NULL) \
319 mpc->mpc_ops->mpo_ ## check (args), \
328 if (mpc->mpc_ops->mpo_ ## check != NULL) \
330 mpc->mpc_ops->mpo_ ## check (args), \
338 * MAC_GRANT performs the designated check by walking the policy
344 #define MAC_GRANT(check, args...) do { \
354 if (mpc->mpc_ops->mpo_ ## check != NULL) { \
355 if (mpc->mpc_ops->mpo_ ## check (arg
[all...]
/xnu-2422.115.4/libkern/zlib/
H A Dinflate.c61 * - Remove distance extra == 0 check in inflate_fast()--only helps for lengths
78 * - Simplified bad distance check in inflate_fast()
404 /* check function to use adler32() for zlib or z_crc32() for gzip */
406 # define UPDATE(check, buf, len) \
407 (state->flags ? z_crc32(check, buf, len) : adler32(check, buf, len))
409 # define UPDATE(check, buf, len) adler32(check, buf, len)
412 /* check macros for header crc */
414 # define CRC2(check, wor
[all...]
H A Dinflate.h57 DICTID, /* i: waiting for dictionary check value */
60 TYPEDO, /* i: same, but skip check to exit inflate on new block */
72 CHECK, /* i: waiting for 32-bit check value */
74 DONE, /* finished check, done -- remain here until reset */
111 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
/xnu-2422.115.4/bsd/dev/i386/
H A Dfbt_x86.c817 uintptr_t check = (uintptr_t)instr - j; local
820 if (check < (uintptr_t)symbolStart)
823 if (check + sizeof (uintptr_t) > (uintptr_t)limit)
826 ptr = *(uint8_t **)check;
/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h52 * check(assertion)
1246 replace "check(<b args>)" with "__Check(<args>)" \
1290 #ifndef check
1291 #define check(assertion) __Check(assertion) macro
/xnu-2422.115.4/libkern/c++/
H A DOSUnserialize.y45 // when changing code check in both OSUnserialize.y and OSUnserialize.cpp
643 printf("OSUnserialize: allocation check failed, count = %d.\n",
H A DOSMetaClass.cpp445 * We can't safely cast or check 'className'.
1036 * Check to see if the 'check' object has this object in its metaclass chain.
1037 * Returns check if it is indeed a kind of the current meta class, 0 otherwise.
1045 const OSMetaClassBase * check) const
1050 for (fromMeta = check->getMetaClass(); ; fromMeta = fromMeta->superClassLink) {
1052 return const_cast<OSMetaClassBase *>(check); // Discard const
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd73 # CC/CXX get defined by make(1) by default, so we can't check them
/xnu-2422.115.4/bsd/net/
H A Ddlil.c506 "Require MACF system info check to expose link-layer address");
2111 * Must be called on an attached ifnet (caller is expected to check.)
2226 * Must be called on an attached ifnet (caller is expected to check.)
4256 net_thread_is_marked(u_int32_t check) argument
4258 if (check != 0) {
4260 return (uth->uu_network_marks & check);
4267 net_thread_is_unmarked(u_int32_t check) argument
4269 if (check != 0) {
4271 return (~uth->uu_network_marks & check);
4858 /* Sanity check */
[all...]

Completed in 198 milliseconds