Searched refs:where (Results 1 - 23 of 23) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c96 char* where; member in struct:__anon1364
230 ts->where = mmap(0,4096, PROT_READ, MAP_SHARED, fd, 0);
231 (void) fprintf(stderr, "benchmark_initworker: mmap result is %i\n",ts->where);
232 *mappedfile = (int) ts->where;
235 if ((long)ts->where == -1) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_pcsamples.c68 int pcsamples_control(int *name, u_int namelen, user_addr_t where, size_t *sizep);
230 pcsamples_control(int *name, __unused u_int namelen, user_addr_t where, size_t *sizep) argument
294 if(copyout (&pc_bufinfo, where, sizeof(pc_bufinfo)))
313 ret = pcsamples_read(where, sizep);
350 ret = pcsamples_read(where, sizep);
360 if (copyin(where, &pc_bufinfo, sizeof(pc_bufinfo)))
376 if (copyin(where, pcsample_comm, size))
H A Dkdebug.c1787 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t *sizep) argument
1851 if (copyout(&kd_bufinfo, where, sizeof(kd_bufinfo)))
1858 if (copyout(&kd_bufinfo, where, size))
1868 ret = kdbg_getentropy(where, sizep, value);
1968 if (copyin(where, &kd_Reg, sizeof(kd_regtype))) {
1982 if (copyout(&kd_Reg, where, sizeof(kd_regtype))) {
1989 ret = kdbg_read(where, sizep, NULL, NULL);
2078 if (copyin(where, &kd_Reg, sizeof(kd_regtype))) {
2091 if (copyin(where, &kd_Reg, sizeof(kd_regtype))) {
2100 ret = kdbg_readmap(where, size
[all...]
H A Dkern_sysctl.c203 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t * sizep);
209 pcsamples_ops(int *name, u_int namelen, user_addr_t where, size_t *sizep,
214 sysctl_procargs(int *name, u_int namelen, user_addr_t where,
217 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, size_t *sizep,
331 * Notes: This code is invoked for the first OID element where the
357 * also cause problems for output on architectures where
1325 user_addr_t where = req->oldptr;/* user buffer copy out address */ variable
1327 user_addr_t dp = where;
1329 int buflen = where != USER_ADDR_NULL ? req->oldlen : 0;
1411 if (where !
1847 sysctl_procargsx(int *name, u_int namelen, user_addr_t where, size_t *sizep, proc_t cur_proc, int argc_yes) argument
[all...]
H A Duipc_socket2.c734 * discarded and mbufs are compacted where possible.
844 sblastrecordchk(struct sockbuf *sb, const char *where) argument
857 panic("sblastrecordchk from %s", where);
862 sblastmbufchk(struct sockbuf *sb, const char *where) argument
883 panic("sblastmbufchk from %s", where);
1300 sb_empty_assert(struct sockbuf *sb, const char *where) argument
1305 "lastrecord %p\n", where, sb, sb->sb_so, sb->sb_cc,
1341 * of where we get to in the tree and then zeroing the
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1197 IORegistryEntry * where = 0; local
1229 where = aliasEntry;
1230 if( where)
1239 if( 0 == where) {
1242 where = fromEntry;
1243 if( 0 == where)
1249 where = 0;
1253 next = where->getChildFromComponent( &path, plane );
1255 where = next;
1258 if( where) {
[all...]
H A DIOService.cpp4761 IOService * where; local
4776 where = this;
4784 match = where->matchInternal(table, options, &done);
4793 match = where->matchPropertyTable( table, &score );
4798 LOG("%s: family specific matching fails\n", where->getName());
4830 where = where->getProvider();
4831 if (where && (where = where
[all...]
H A DIONVRAM.cpp1276 bool IODTNVRAM::searchNVRAMProperty(IONVRAMDescriptor *hdr, UInt32 *where) argument
1295 *where = offset;
1302 *where = nvEnd;
1304 *where = 0;
H A DIOPMrootDomain.cpp3315 const OSSymbol * feature, uint32_t where, uint32_t * featureID )
3326 feature->getCStringNoCopy(), where, featureID);
5941 // This mirrors the hardware's USB wake event latch, where a latched
3314 publishPMSetting( const OSSymbol * feature, uint32_t where, uint32_t * featureID ) argument
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dmem.c149 vm_offset_t where; local
173 if (kmem_alloc(kernel_map, &where, size)
179 error = uiomove((caddr_t) (where + o), c, uio);
180 kmem_free(kernel_map, where, PAGE_SIZE);
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dmem.c150 vm_offset_t where; local
173 if (kmem_alloc(kernel_map, &where, size)
179 error = uiomove((caddr_t) (where + o), c, uio);
180 kmem_free(kernel_map, where, PAGE_SIZE);
H A Ddis_tables.c3240 * int n, where n is indicated in the subsequent
3242 * where, although the 3 looks like an operand,
3462 char *where;
3470 where = opcode + strlen(opcode) - 1;
3471 while (where > opcode && *where != ' ')
3472 --where;
3473 if (*where == ' ')
3474 ++where;
3477 if (strncmp(where, unsigned_op
[all...]
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1466 uint32_t *where; local
1475 where = (uint32_t*)(vinfo.v_baseaddr +
1480 uint32_t *store = where;
1488 where = (uint32_t*)(((unsigned char*)where)+vinfo.v_rowbytes);
1490 uint32_t *store = where, lastpixel = 0;
1512 where = (uint32_t*)(((unsigned char*)where)+vinfo.v_rowbytes);
1523 uint32_t *where; local
1532 where
1576 uint32_t *where; local
1729 uint32_t *where; local
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_map_store_ll.c103 * specified location (after "where").
109 #define _vm_map_copy_insert_ll(map, where, copy) \
115 VMCI_where = (where); \
H A Dvm_map.c2496 /* This is the case where we are going to map */
5267 * we pick up where we left off, back fills should
7048 * Pick up in the destination map where we left off.
7237 * specified location (after "where").
7243 #define vm_map_copy_insert(map, where, copy) \
7245 vm_map_store_copy_insert(map, where, copy); \
7599 * where copy is taking place now
12987 /* This is the place where we'll call out to create a code
/darwin-on-arm/xnu/iokit/IOKit/
H A DIONVRAM.h116 UInt32 *where);
H A DIORegistryEntry.h851 IORegCursor * where; member in class:IORegistryIterator
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME60 where the reference and compare files contain the output of different
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dshadow.c135 bitmap_offset(off_t where) argument
139 b.byte = where / NBBY;
140 b.bit = where % NBBY;
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h421 const OSSymbol * feature, uint32_t where, uint32_t * featureID );
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c227 * to the loopback interface instead of the interface where the
1049 * to the loopback interface instead of the interface where
1455 ip_reass(struct mbuf *m, struct ipq *fp, struct ipq *where, argument
1463 ip_reass(struct mbuf *m, struct ipq *fp, struct ipq *where)
1498 insque((void*)fp, (void*)where);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c286 * several places where dtrace_provider_lock is held by the framework as it
443 #define DTRACE_TLS_THRKEY(where) { \
449 (where) = ((curthread->t_did + DIF_VARIABLE_MAX) & \
455 #define DTRACE_TLS_THRKEY(where) { \
459 (where) = ((thr + DIF_VARIABLE_MAX) & \
464 #define DTRACE_TLS_THRKEY(where) { \
469 (where) = (((thr << 32 | pid) + DIF_VARIABLE_MAX) & \
13560 * Logical XOR, where are you?
14637 dtrace_mstate_t *mstate, dtrace_vstate_t *vstate, int where)
14685 ent->dtht_where = where;
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1731 * in the case where we're not on the free
4081 * drain; it exists for use in the VFS name cache, where we really do want to block behind
4407 * also need to make sure that the vnode isn't on a list where "new_vnode"
4629 /* The file systems must pass the address of the location where
5143 * XXX: We should enummerate the possible errno values here, and where
5821 * ismember pointer to where to put the answer
5914 * ismember pointer to where to put the answer
5982 * ismember pointer to where to put the answer
6027 const char *where = "uninitialized"; local
6028 # define _SETWHERE(c) where
[all...]

Completed in 308 milliseconds