Searched refs:used (Results 1 - 21 of 21) sorted by relevance

/darwin-on-arm/xnu/osfmk/console/arm/
H A Dserial_console.c10 * may not be used to create, or enable the creation or redistribution of,
42 int used; member in struct:__anon876
101 console_ring.used = 0;
147 return console_ring.len - console_ring.used;
153 if (console_ring.used < console_ring.len) {
154 console_ring.used++;;
170 if (console_ring.used > 0) {
171 console_ring.used--;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_debug.c10 * may not be used to create, or enable the creation or redistribution of,
128 unsigned int used; /* actually this many objects */
187 used = 0;
202 if (used < room) {
204 &((vm_info_object_t *) addr)[used];
250 used++;
263 if (used <= room)
270 size = round_page(2 * used * sizeof(vm_info_object_t));
284 if (used == 0) {
291 round_page(used * sizeo
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dinftrees.c10 * may not be used to create, or enable the creation or redistribution of,
51 lens shorts, which is used as a work area. type is the type of code
74 unsigned used; /* code entries in table used */ local
126 The length counts are used for other purposes as well, i.e. finding
178 filled is at next and has curr index bits. The code being used is huff
192 counts are used for this, and so count[] is decremented as codes are
195 used keeps track of how many table entries have been allocated from the
211 base = extra = work; /* dummy value--not used */
235 used
[all...]
/darwin-on-arm/xnu/osfmk/console/i386/
H A Dserial_console.c10 * may not be used to create, or enable the creation or redistribution of,
43 int used; member in struct:__anon877
102 console_ring.used = 0;
148 return console_ring.len - console_ring.used;
154 if (console_ring.used < console_ring.len) {
155 console_ring.used++;;
171 if (console_ring.used > 0) {
172 console_ring.used--;
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit_internal.h19 * its contributors may be used to endorse or promote products derived
57 char used; /* Record currently in use? */ member in struct:au_record
/darwin-on-arm/xnu/osfmk/ipc/
H A Dmach_debug.c10 * may not be used to create, or enable the creation or redistribution of,
318 unsigned int total, used; local
332 used = 0;
339 for (index = 1, used = 0;
344 used++;
350 *usedp = used;
/darwin-on-arm/xnu/bsd/net/
H A Dif_pppvar.h10 * may not be used to create, or enable the creation or redistribution of,
63 * University may not be used to endorse or promote products derived
74 #warning if_pppvar.h is not used by the darwin kernel
80 * Supported network protocols. These values are used for
99 pid_t sc_xfer; /* used in transferring unit */
H A Dif_bridge.c10 * may not be used to create, or enable the creation or redistribution of,
48 * 4. The name of Wasabi Systems, Inc. may not be used to endorse
3066 int error = 0, used = 0; local
3095 used = 1;
3108 if (used == 0)
3500 * than what's already used by the worker thread, i.e. this is already single
4081 int error = 0, used = 0; local
4127 used = 1;
4148 if (used == 0) {
4167 if (used
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c10 * may not be used to create, or enable the creation or redistribution of,
285 * first word of the zone page is re-used to maintain a linked list of
439 * Logging can also be used to help identify the source of a zone corruption. First, identify the zone
440 * that is being corrupted, then add "-zc zlog=<zone name>" to the boot-args. When -zc is used in conjunction
865 if (trace->zt_depth != 0) /* if this slot was previously used but not currently in use */
891 /* Slot previously used but not currently in use */
954 /* These functions outside of CONFIG_ZLEAKS because they are also used in
1118 * This size will be used unless
1194 * already used all the available stat slots, then keep
1250 /* High priority VM privileged thread used t
2986 vm_size_t used; local
3159 vm_size_t used; local
3309 vm_size_t used; local
[all...]
H A Dlocks.c10 * may not be used to create, or enable the creation or redistribution of,
938 vm_size_t used; local
997 used = (*lockgroup_infoCntp) * sizeof *lockgroup_info;
999 if (used != lockgroup_info_size)
1000 bzero((char *) lockgroup_info, lockgroup_info_size - used);
/darwin-on-arm/xnu/SETUP/config/
H A Dmain.c44 * University may not be used to endorse or promote products derived
58 static char sccsid[] __attribute__((used)) = "@(#)main.c 5.9 (Berkeley) 6/18/88";
H A Dmkswapconf.c42 * University may not be used to endorse or promote products derived
50 static char sccsid[] __attribute__((used)) = "@(#)mkswapconf.c 5.6 (Berkeley) 6/18/88";
H A Dmkglue.c44 * University may not be used to endorse or promote products derived
51 static char sccsid[] __attribute__((used)) = "@(#)mkglue.c 5.6 (Berkeley) 6/18/88";
H A Dmkheaders.c44 * University may not be used to endorse or promote products derived
52 static char sccsid[] __attribute__((used)) = "@(#)mkheaders.c 5.5 (Berkeley) 6/18/88";
H A Dmkmakefile.c44 * University may not be used to endorse or promote products derived
52 static char sccsid[] __attribute__((used)) = "@(#)mkmakefile.c 5.21 (Berkeley) 6/18/88";
355 * Read in the information about files used in making the system.
722 /* not presently used and probably broken, use ORDERED instead */
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh48 * may not be used to create, or enable the creation or redistribution of,
H A Dmake_symbol_aliasing.sh52 * may not be used to create, or enable the creation or redistribution of,
H A Dcdefs.h10 * may not be used to create, or enable the creation or redistribution of,
49 * may be used to endorse or promote products derived from this software
85 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
138 /* __unused denotes variables and functions that may not be used, preventing
139 * the compiler from warning about it if not used.
144 * to the compiler that they are not used (and would thust be discarded).
146 #define __used __attribute__((used))
246 * used without a prototype in scope.
278 * The __DARWIN_ALIAS macros are used to do symbol renaming; they allow
282 * __DARWIN_ALIAS is used b
[all...]
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c10 * may not be used to create, or enable the creation or redistribution of,
438 chudxnu_private_interrupt_callback(void *foo) __attribute__((used));
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_mbuf.c10 * may not be used to create, or enable the creation or redistribution of,
88 /* This function is used to provide mcl_to_paddr via symbol indirection,
265 /* This function is used to provide m_free via symbol indirection, please avoid
273 /* This function is used to provide m_freem via symbol indirection, please avoid
291 /* This function is used to provide m_trailingspace via symbol indirection,
353 /* This function is used to provide m_adj via symbol indirection, please avoid
365 int used = (size_t)mbuf_data(m) - (size_t)mbuf_datastart(m) + local
368 if ((size_t)(amount + used) > mbuf_maxlen(m))
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm.c14 * its contributors may be used to endorse or promote products derived
99 rec->used = 1;
185 rec->used = 0;

Completed in 165 milliseconds