| /xnu-8020.121.3/libkern/zlib/ |
| H A D | infback.c | 151 have = strm->avail_in; \ 162 strm->avail_in = have; \ 178 if (have == 0) { \ 179 have = in(in_desc, &next); \ 180 if (have == 0) { \ 193 have--; \ 275 unsigned have, left; /* available input and output */ in inflateBack() local 298 have = next != Z_NULL ? strm->avail_in : 0; in inflateBack() 360 if (copy > have) copy = have; in inflateBack() 363 have -= copy; in inflateBack() [all …]
|
| H A D | inflate.c | 128 local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, 432 have = strm->avail_in; \ 443 strm->avail_in = have; \ 459 if (have == 0) goto inf_leave; \ 460 have--; \ 584 unsigned have, left; /* available input and output */ in inflate() local 607 in = have; in inflate() 710 if (copy > have) copy = have; in inflate() 721 have -= copy; in inflate() 732 if (have == 0) goto inf_leave; in inflate() [all …]
|
| H A D | inflate.h | 137 unsigned have; /* number of code lengths in lens[] */ member
|
| /xnu-8020.121.3/bsd/miscfs/devfs/ |
| H A D | README | 52 Front nodes representing directories and symlinks have their own 53 "devnode" structs, and may therefore differ. (have different vnodes) 54 i.e. if you have two devfs trees mounted, you can change the 62 in the 'backing' node for that object. Once you have erased 'front' 68 without going via the cdevsw table.. they may not even have 74 Because non device nodes (directories and symlinks) have their own 75 "devnode" structs on each layer, these may have different 77 e.g. if you have a chroot tree like erf.tfs.com has, you 82 Directories also have backing nodes but there is nothing to stop 103 plane that controls to the mount being updated.. that would have the [all …]
|
| /xnu-8020.121.3/libkern/libkern/c++/ |
| H A D | OSPtr.h | 53 # error It seems that you have defined IOKIT_ENABLE_SHARED_PTR to \ 63 off on enabling shared pointers in IOKit APIs until we have \
|
| /xnu-8020.121.3/doc/ |
| H A D | xnu_build_consolidation.md | 6 …argets are small (e.g. when they both support the same ISA), XNU has traditionally required to have 113 …me cases, certain statically-allocated arrays/structures need to be cache line-aligned, or have one 115 following macros have been added to provide a reasonably close upper bound: 132 for different targets. These are named `ARM[64]_BOARD_CONFIG_[TARGET_NAME]`, and have historically …
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | tty_pty.c | 92 #warning You have only one pty defined, redefining to 32.
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | README.md | 163 … on command. For example a command like `showtaskvme 0xabcdef00` will put have cmd_args=['0xabcdef… 211 Just printing the value of first_zone as (zone_t) 0xd007c000 wouldnt have been much help. But with … 225 …of `GetTypeSummary()` is displayed. [In case you do not wish to have header then still define it a… 285 If you still have difficulty you can look at the python documentation at http://docs.python.org 290 …A. Many lldb macros have syntax that accepts pointers (eg showtaskstacks etc). In order to have yo… 299 …oad-script-from-symbol-file true' in your ~/.lldbinit file. If you do not have access you can alte… 335 * All Classes and functions should have a doc string describing what the function does 388 …sizeof_fmt() to humanize size strings in KB, MB etc. The convention is to have functions that do s… 407 …* In case of memory corruption, the lldbmacros may have followed wrong pointer dereferencing. This…
|
| /xnu-8020.121.3/iokit/DriverKit/ |
| H A D | IODataQueueDispatchSource.iig | 101 * @param handler Handler block to be invoked after any callbacks have completed. 148 … * @param sendDataServiced Flag that indicates a DataServiced notification would have sent. 162 …* @param sendDataAvailable Flag that indicates a DataAvailable notification would have been …
|
| H A D | IOWorkGroup.iig | 49 …* The application will have to first create an workgroup object. The application then should copy … 117 …* @discussion The workgroup must have been joined with Join(). Use the same token in Join() for t…
|
| H A D | OSAction.iig | 50 * and have the following declaration: 113 * @param handler Handler block to be invoked after any callbacks have completed.
|
| H A D | IOBufferMemoryDescriptor.iig | 90 …* @discussion IOBufferMemoryDescriptor have capacity allocated at Create() but no valid data unti…
|
| /xnu-8020.121.3/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 95 parameter must be a file descriptor that references a directory that you have opened for reading. 149 have been placed into the attribute buffer. 244 In that time a number of volume format implementations have been created without 266 A directory which is a firmlink will have the
|
| /xnu-8020.121.3/tests/ |
| H A D | stackshot_accuracy.m | 51 /* ssh won't let the session die if we still have file handles open to its output. */ 217 /* skip threads that don't have enough frames */ 349 T_SKIP("This device doesn't have CONFIG_FREEZE enabled."); 416 T_SKIP("This device doesn't have CONFIG_FREEZE enabled.");
|
| H A D | stackshot_idle_25570396.m | 217 * stackshot. Where this is called, the blocking jobs have been cleared from the work queue, 220 * ignoring the worker threads that have become active.
|
| H A D | stackshot_tests.m | 1285 …// L0-L2 table and non-compressed L3 block entries should always have bit 1 set; assumes L0-L2 blo… 1308 T_ASSERT_TRUE(seen_page_table_snapshot, "check that we have seen a page table snapshot"); 1309 T_ASSERT_TRUE(seen_asid, "check that we have seen an ASID"); 1680 T_DECL(special_reply_port, "test that tasks using special reply ports have correct waitinfo") 2070 T_ASSERT_TRUE(seen_thread_group_snapshot, "check that we have seen a thread group snapshot"); 2434 … T_FAIL("post-exec child %llu shouldn't have a delta task snapshot", postexec_child_unique_pid); 2478 * we get here, then we have found the shared cache UUID 2496 …region_flags, (uint64_t)kTaskSharedRegionNone, "Kernel proc (pid 0) should have no shared region"); 2505 …T_QUIET; T_ASSERT_NOTNULL(sharedregion_info, "kTaskSharedRegionOther should have a shared_cache_dy… 2609 T_QUIET; T_ASSERT_NOTNULL(task_cpu_architecture[@"cputype"], "have cputype"); [all …]
|
| /xnu-8020.121.3/osfmk/lockd/ |
| H A D | lockd_mach.defs | 67 /* Ping lockd, have launchd start it if its not running */
|
| /xnu-8020.121.3/makedefs/ |
| H A D | MakeInc.dir | 17 # the subdirectories have been recursed into
|
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | mach_port.defs | 123 * New port sets are empty. New ports don't have any 126 * New sets, ports, and dead names have one user reference. 195 * and send rights can have a positive delta. 263 * Puts the member port (the task must have receive rights)
|
| H A D | thread_act.defs | 97 * target thread. This will have to change in the future because 139 * These have different semantics than the new activation versions.
|
| /xnu-8020.121.3/doc/allocators/ |
| H A D | api-basics.md | 128 we have typically found that there is a large array of data, 143 - variable sized allocations should have a single owner and not be refcounted; 290 However, if you have non default structors, or members of your class/struct 291 have non default structors, you will need to manually enroll it into `kalloc_type`.
|
| /xnu-8020.121.3/osfmk/conf/ |
| H A D | copyright.osf | 43 # The OSF/RI shall have the right to terminate this license immediately by
|
| /xnu-8020.121.3/osfmk/console/art/ |
| H A D | progress.m | 36 printf("Image must have no more than 256 unique pixel colors\n");
|
| /xnu-8020.121.3/libkdd/ |
| H A D | KCDStructTypeDescription.m | 115 * this type should have it's dict merged into the parent container,
|
| H A D | README.md | 88 it in the buffer for sending data. The consumer can parse the type information and have knowledge o…
|