Searched refs:actual (Results 1 - 16 of 16) sorted by relevance

/xnu-2782.1.97/osfmk/chud/
H A Dchud_thread.c199 unsigned int actual; /* this many things */ local
240 actual = 0;
251 task_list[actual++] = task;
265 thread_list[actual++] = thread;
274 if (actual < maxthings)
275 size_needed = actual * sizeof (mach_port_t);
277 if (actual == 0) {
299 for (i = 0; i < actual; i++)
308 for (i = 0; i < actual; i++)
324 *count = actual;
337 mach_msg_type_number_t actual; local
[all...]
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_attrlist.c71 attribute_set_t actual; member in struct:_attrlist_buf
118 * attribute that tells the caller where to look, and the actual variable width data.
1095 bzero(&ab.actual, sizeof (ab.actual));
1103 ab.actual.commonattr |= ATTR_CMN_NAME;
1107 ab.actual.commonattr |= ATTR_CMN_DEVID;
1111 ab.actual.commonattr |= ATTR_CMN_FSID;
1119 ab.actual.commonattr |= ATTR_CMN_OBJTAG;
1142 ab.actual.commonattr |= ATTR_CMN_SCRIPT;
1146 ab.actual
[all...]
H A Dvfs_subr.c3322 int actual=0; local
3324 actual = 0;
3327 if (actual <= count) {
3328 fsidlst[actual] = mp->mnt_vfsstat.f_fsid;
3329 actual++;
3333 return (actual);
3338 * fill in the array of fsid_t's up to a max of 'count', the actual
3339 * number filled in will be set in '*actual'. If there are more fsid_t's
3340 * than room in fsidlst then ENOMEM will be returned and '*actual' will
3341 * have the actual coun
3345 sysctl_vfs_getvfslist(fsid_t *fsidlst, int count, int *actual) argument
3364 int actual, error; local
[all...]
/xnu-2782.1.97/osfmk/vm/
H A Dvm_debug.c552 unsigned int actual, space;
577 actual = pmap_list_resident_pages(pmap,
580 if (actual <= space)
591 size = vm_map_round_page(actual * sizeof(vm_offset_t),
594 if (actual == 0) {
600 *pages_count = actual;
601 size_used = vm_map_round_page(actual * sizeof(vm_offset_t),
653 unsigned int potential, actual;
665 actual = vm_page_info(info, potential);
666 if (actual <
[all...]
H A Dvm_pageout.c4099 unsigned char actual[9]; local
4103 for (i = 0; i < sizeof (actual); i++) {
4104 actual[i] = (unsigned char) top_address[i*PAGE_SIZE];
4105 if (actual[i] != expect[i]) {
4110 "actual [%x %x %x %x %x %x %x %x %x] "
4113 actual[0], actual[1], actual[2], actual[3],
4114 actual[
[all...]
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.c815 unsigned int actual; /* this many things */ local
858 actual = 0;
871 task_list[actual++] = task;
887 thread_list[actual++] = thread;
897 if (actual < maxthings)
898 size_needed = actual * sizeof (mach_port_t);
900 if (actual == 0) {
921 for (i = 0; i < actual; i++)
929 for (i = 0; i < actual; i++)
946 *count = actual;
[all...]
H A Dmisc_protos.h91 vm_size_t *actual);
H A Dstack.c231 * guard page. Skip past it to get the actual stack base address.
523 unsigned int actual; /* this many things */
538 actual = threads_count;
542 size_needed = actual * sizeof(thread_t);
567 assert(i <= actual);
H A Dtask.c1682 mach_msg_type_number_t actual; local
1705 actual = task->thread_count;
1708 size_needed = actual * sizeof (mach_port_t);
1731 for (thread = (thread_t)queue_first(&task->threads); i < actual;
1739 actual = j;
1740 size_needed = actual * sizeof (mach_port_t);
1745 if (actual == 0) {
1762 for (i = 0; i < actual; ++i)
1774 *count = actual;
1778 for (i = 0; i < actual;
[all...]
/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_memory_object.c680 Their actual success is determined by the fact that they provide a page or not,
959 unsigned int actual; local
970 actual = vstruct_list.vsl_count;
975 psize = vm_map_round_page(actual * sizeof (*pagers),
988 osize = vm_map_round_page(actual * sizeof (*objects),
1106 unsigned int actual; local
1151 actual = ps_vstruct_allocated_pages(entry, pages, potential);
1155 if (actual <= potential)
1162 size = vm_map_round_page(actual * sizeof (*pages),
1175 while (actual < potentia
[all...]
/xnu-2782.1.97/osfmk/ipc/
H A Dmach_port.c160 ipc_entry_num_t actual; local
205 actual = *actualp;
206 names[actual] = name;
207 types[actual] = type;
208 *actualp = actual+1;
239 ipc_entry_num_t actual; /* this many names */ local
335 actual = 0;
351 types, &actual);
357 if (actual == 0) {
369 size_used = actual * sizeo
1234 ipc_entry_num_t actual; /* this many members */ local
[all...]
H A Dipc_mqueue.c1034 * but we keep counting the actual number of members to let
1051 ipc_entry_num_t actual = 0; local
1066 if (actual < maxnames)
1067 names[actual] = port_mq->imq_receiver_name;
1068 actual++;
1073 *actualp = actual;
/xnu-2782.1.97/tools/tests/libMicro/
H A DREADME45 directly. Note that the actual binaries are created in
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c336 systrace_init(struct sysent *actual, systrace_sysent_t **interposed) argument
349 struct sysent *a = &actual[i];
718 machtrace_init(const mach_trap_t *actual, machtrace_sysent_t **interposed) argument
729 const mach_trap_t *a = &actual[i];
H A Ddtrace_glue.c1259 size_t actual; local
1263 int error = copyinstr((const user_addr_t)src, (char *)dst, (vm_size_t)len, &actual);
1298 size_t actual; local
1308 if (copyoutstr((const void *)src, dst, (size_t)len, &actual)) {
/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c104 * change a credential, and we can track actual credential changes that
839 size_t actual; /* not used */ local
845 error = copyoutstr(CAST_DOWN(void *,workp->kr_extend), uaddr, MAXPATHLEN, &actual);
880 * actual request outstanding.
1029 * actual request response may be destroyed
1046 size_t actual; /* notused */ local
1049 error = copyinstr(extl.el_extend, CAST_DOWN(void *, workp->kr_extend), MAXPATHLEN, &actual);
4105 * about the actual count. If they specify an input count, however,

Completed in 106 milliseconds