Searched refs:dummy (Results 1 - 25 of 37) sorted by relevance

12

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_xxx.c95 size_t dummy=0; local
109 (void *)command, sizeof(command), (size_t *)&dummy);
H A Dkern_mib.c178 char dummy[65]; local
272 bzero(dummy, sizeof(dummy));
273 if(!PEGetMachineName(dummy,64))
275 dummy[64] = 0;
276 return(SYSCTL_OUT(req, dummy, strlen(dummy) + 1));
278 bzero(dummy, sizeof(dummy));
279 if(!PEGetModelName(dummy,6
[all...]
H A Dbsd_init.c1007 lightning_bolt(__unused void *dummy) argument
H A Ddecmpfs.c1735 static int dummy = 0; // prevent syslog from coalescing printfs local
1737 DebugLog("%s: %d memcpy %lld at %lld\n", vnpath(vp, path, sizeof(path)), dummy++, size, (uint64_t)offset);
H A Dkern_prot.c1952 size_t dummy=0; local
1964 MAXLOGNAME - 1, (size_t *)&dummy);
H A Dsysv_shm.c975 shminit(__unused void *dummy) argument
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dmutex.c61 " [-t] (create dummy thread so we are multithreaded)\n"
101 dummy(void *arg) function
147 if (pthread_create(&tid, NULL, dummy, NULL) != 0) {
/darwin-on-arm/xnu/bsd/sys/
H A Dvm.h142 int32_t dummy; member in struct:vmspace
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_traps.h300 char dummy_l_[PADL_(uint32_t)]; uint32_t dummy; char dummy_r_[PADR_(uint32_t)];
349 int32_t dummy;
355 int32_t dummy;
361 int32_t dummy;
367 int32_t dummy;
373 int32_t dummy;
522 int32_t dummy;
528 int32_t dummy;
564 int32_t dummy;
/darwin-on-arm/xnu/bsd/netat/
H A Dat_aarp.h114 char dummy[2]; /* pad out to struct size of 32 */ member in struct:__anon333
H A Dadsp.h367 u_char dummy[2]; /*### LD */ member in struct:TRioParams
379 u_char dummy[3]; /* ### LD */ member in struct:TRattnParams
/darwin-on-arm/xnu/osfmk/i386/
H A Dthread.h102 * so we need a couple of dummy 32-bit words here.
104 uint32_t dummy[2]; member in struct:x86_kernel_state
/darwin-on-arm/xnu/bsd/miscfs/deadfs/
H A Ddead_vnops.c267 dead_ebadf(__unused void *dummy) argument
278 dead_badop(__unused void *dummy) argument
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_vm.c161 unsigned int dummy; local
254 unsigned int dummy; local
/darwin-on-arm/xnu/libkern/zlib/
H A Dzutil.c38 struct internal_state {int dummy;}; /* for buggy compilers */ member in struct:internal_state
/darwin-on-arm/xnu/pexpert/gen/
H A Ddevice_tree.c154 unsigned int dummy; local
162 if (DTGetProperty(child, "name", (void **)&str, &dummy) != kSuccess) {
/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c172 raw_ctlinput(int cmd, __unused struct sockaddr *arg, __unused void *dummy) argument
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h77 * Add overflow support for {gprof,prof,old,dummy}_mcount counters.
353 prof_cnt_t dummy; /* # of calls to _dummy_mcount */ member in struct:profile_stats
396 struct hasharc *dummy_ptr; /* pointer to dummy gprof record */
H A Dprofile-asm.s63 * Keep {dummy,prof,gprof,old}_mcount counts in double precision.
541 LCL(dummy) = LCL(cnt)+8 /* # of _dummy_mcount calls */
542 LCL(old_mcount) = LCL(dummy)+8 /* # of old mcount calls */
644 #define V_dummy LCL(dummy)
1159 movl V_dummy_ptr(%ebx),%edx /* dummy cache entry */
1161 movl %edx,H_cache_ptr+0(%eax) /* store dummy cache ptrs */
H A Dprofile-md.c74 * Add overflow support for {gprof,prof,old,dummy}_mcount counters.
224 * All profiling variables, and a dummy gprof record.
953 fprintf(stream, "%12s calls to _dummy_mcount\n", PROF_CNT_TO_DECIMAL((char *)0, stats->dummy));
1196 PROF_CNT_LADD(old_stats->dummy, new_stats->dummy);
/darwin-on-arm/xnu/bsd/conf/
H A DMASTER249 pseudo-device dummy 2 # <dummy>
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h1378 struct internal_state {int dummy;}; /* hack for buggy compilers */ member in struct:internal_state
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c539 fifo_ebadf(__unused void *dummy) argument
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dqtif2kraw.c97 unsigned char dummy; member in struct:colors::__anon898
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c448 long dummy; local

Completed in 134 milliseconds

12