| /xnu-11215/iokit/Kernel/ |
| H A D | IOKitDebug.cpp | 555 bool user; in IOTrackingAdd() local 583 if (user) { in IOTrackingAdd() 601 if (user && (pid != site->user[0].pid)) { in IOTrackingAdd() 610 if (user) { in IOTrackingAdd() 628 if (user) { in IOTrackingAdd() 629 bcopy(&btUser[0], &site->user[0].bt[0], userCount * sizeof(site->user[0].bt[0])); in IOTrackingAdd() 632 site->user[0].pid = pid; in IOTrackingAdd() 849 IOTrackingUser * user; in IOTrackingReset() local 860 user->link.next = user->link.prev = NULL; in IOTrackingReset() 1254 IOTrackingUser * user; in IOTrackingDebug() local [all …]
|
| H A D | IOUserClient.cpp | 1354 OSDictionary * user = NULL; in CopyConsoleUser() local 1365 user->retain(); in CopyConsoleUser() 1371 return user; in CopyConsoleUser() 1386 user->retain(); in CopyUserOnConsole() 1392 return user; in CopyUserOnConsole() 1451 if (user) { in clientHasPrivilege() 1457 user->release(); in clientHasPrivilege() 1483 if (user) { in clientHasPrivilege() 1484 user->release(); in clientHasPrivilege() 1491 if (user) { in clientHasPrivilege() [all …]
|
| /xnu-11215/tests/sched/ |
| H A D | yield_aggressor.c | 161 natural_t user; member 176 cpu_time->user = load.cpu_ticks[CPU_STATE_USER] + load.cpu_ticks[CPU_STATE_NICE]; in record_cpu_time() 196 …pdwriter_new_value(writer, "user_time", pdunit_milliseconds_cpu, delta_times->user * MS_PER_CPU_TI… in write_time_values() 264 delta_times.user = finish_times.user - start_times.user; in run_yielding_test() 267 T_LOG("User CPU ticks: %d", delta_times.user); in run_yielding_test() 270 natural_t total_ticks = delta_times.sys + delta_times.user + delta_times.idle; in run_yielding_test()
|
| /xnu-11215/osfmk/default_pager/ |
| H A D | Makefile | 49 -user /dev/null \ 58 -user /dev/null \ 105 -user $*_user.c \ 115 -user /dev/null \
|
| /xnu-11215/osfmk/voucher/ |
| H A D | Makefile | 61 -user /dev/null \ 70 -user /dev/null \ 103 -user $*_user.c \ 113 -user /dev/null \
|
| /xnu-11215/osfmk/bank/ |
| H A D | Makefile | 67 -user /dev/null \ 76 -user /dev/null \ 109 -user $*_user.c \ 119 -user /dev/null \
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_port.defs | 151 * a dead name (again, with multiple user refs). 159 * Releases one send/send-once/dead-name user ref. 161 * correct type of right. This allows a user task 171 * A port set always has one user ref. 172 * A send-once right always has one user ref. 173 * A dead name always has one or more user refs. 174 * A send right always has one or more user refs. 175 * A receive right always has one user ref. 192 * user ref count for the right. Only dead names 319 * the task gains a user ref for the port. [all …]
|
| H A D | Makefile | 301 -user /dev/null \ 310 -user /dev/null \ 437 -user $*_user.c \ 447 -user /dev/null \
|
| H A D | thread_act.defs | 174 * execute any further user or meta- instructions. 190 * Cause any user or meta- instructions currently being 202 * Cause any user or meta- instructions currently being
|
| /xnu-11215/osfmk/UserNotification/ |
| H A D | Makefile | 65 -user $*.c \ 75 -user /dev/null \
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 9 …base read and Intel devices can track time spent in the kernel (system) separately from user space. 14 not between user and system. 21 These interfaces report counter data to user space and are backed by Recount. 91 The user/kernel transition code calls `recount_leave_user` or `recount_enter_user`, which performs … 97 Idle time has no user component and doesn't consume instructions or cycles, so a full usage structu… 110 When reporting just user and system time, taking the sequence lock as a reader introduced unaccepta… 121 …rs are not sampled directly by Recount so the values cannot be tracked at user/kernel/secure granu…
|
| /xnu-11215/ |
| H A D | README.md | 108 * $ make REMOTEBUILD=user@remotehost # perform build on remote host 229 a. `DATAFILES` : To make header file available in user level - 237 user level - 240 d. `EMBEDDED_PRIVATE_DATAFILES` : To make header file available in user 258 internal in user level - 286 files to a location that is available to everyone in user level. 323 for Apple internal in user level. 387 want to export a function only to kernel level but not user level. 398 exposed in user/kernel headers installed within the AppleInternal 401 kernel and Apple internal kernel extensions and omitted from user [all …]
|
| /xnu-11215/doc/mach_ipc/ |
| H A D | kmsg.md | 10 pointers from user controled data. There are 4 layouts that we'll present in 219 the size of user and kernel descriptors aren't the same and the kernel has to 230 user controlled data in the same allocation. 350 the size of user and kernel descriptors aren't the same and the kernel has to 374 - a user type prefixed with `u_`,
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOWorkGroup.iig | 47 …* Applications that open user clients to a DriverKit driver can send a workgroup to use in the dri… 53 * kern_return_t ret = IOConnectTrap3(connect, // user client connection (io_connect_t) 60 …* Once the workgroup port has been sent to the driver, the driver should be notified with a user-d…
|
| H A D | IOEventLink.iig | 60 * Applications that open user clients to a DriverKit driver can set up an eventlink 69 * kern_return_t ret = IOConnectTrap3(connect, // user client connection (io_connect_t) 76 …nk port has been sent to the driver, the driver should be notified with a user-defined external me… 92 * user client, the old IOEventLink will be replaced.
|
| H A D | IOService.iig | 271 * @brief Request create a new user client for a client process. 274 … the call by calling IOService::Create() with a plist entry describing the new user client object. 290 …* IOServiceDEXTEntitlements - Array of entitlements to be checked against a user clie… 407 * @abstract Construct a matching dictionary for user class matching. 413 * @abstract Construct a matching dictionary for user class matching.
|
| /xnu-11215/osfmk/kextd/ |
| H A D | Makefile | 46 -user kextd_mach.c \
|
| /xnu-11215/osfmk/gssd/ |
| H A D | Makefile | 46 -user gssd_mach.c \
|
| /xnu-11215/osfmk/lockd/ |
| H A D | Makefile | 47 -user lockd_mach.c \
|
| /xnu-11215/tools/tests/MPMMTest/ |
| H A D | README | 12 and will report the latency and throughput that the server achieved. The user
|
| /xnu-11215/osfmk/device/ |
| H A D | Makefile | 80 -user /dev/null \
|
| /xnu-11215/tests/ |
| H A D | Makefile | 148 -header /dev/null -user /dev/null \ 212 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 218 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 227 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 236 -user $@ -header $(subst _$*_,_,$(@:.c=.h)) \ 349 -user /dev/null \ 1025 -header /dev/null -user /dev/null \ 1034 -header /dev/null -user /dev/null \ 1044 -header /dev/null -user /dev/null \ 1055 -user /dev/null \ [all …]
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_backtrace.c | 56 SYSCTL_PROC(_kern_backtrace, OID_AUTO, user,
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_ipc.sub | 74 "(ipc/mig) user specified array not large enough for return info", /* 7 */
|
| /xnu-11215/bsd/sys/ |
| H A D | user.h | 422 struct user { struct
|