Searched refs:uint64_t (Results 226 - 250 of 590) sorted by relevance

1234567891011>>

/xnu-2782.1.97/bsd/sys/
H A Dproc.h330 extern uint64_t proc_uniqueid(proc_t);
337 extern uint64_t proc_puniqueid(proc_t);
345 extern uint64_t proc_was_throttled(proc_t);
346 extern uint64_t proc_did_throttle(proc_t);
348 extern uint64_t proc_coalitionid(proc_t);
H A Dfsevents.h143 #define FSEVENTS_GET_CURRENT_ID _IOR('s', 103, uint64_t)
162 uint64_t nlink; // only filled in if the vnode is marked as a hardlink
H A Duio_internal.h130 uint64_t iov_base; /* Base address. */
131 uint64_t iov_len; /* Length. */
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_timer_tests.c16 do_simple_kevent(struct kevent64_s *kev, uint64_t expected)
19 uint64_t elapsed_usecs, delta_usecs;
59 uint64_t nowus, expected, deadline;
105 uint64_t expected = 0;
220 uint64_t nowms, deadline;
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dcommpage_tests.c24 int get_sys_uint64(const char *sel, uint64_t *val);
38 uint64_t sys_u64;
41 volatile uint64_t *comm_u64;
161 uint64_t count;
243 int get_sys_uint64(const char *sel, uint64_t *val)
/xnu-2782.1.97/bsd/dev/i386/
H A Dsysctl.c235 uint64_t addr;
246 extern uint64_t panic_restart_timeout;
251 uint64_t nstime;
260 nanoseconds_to_absolutetime(((uint64_t)new_value) * NSEC_PER_SEC, &panic_restart_timeout);
347 (void *)offsetof(i386_cpu_info_t, cpuid_features), sizeof(uint64_t),
357 (void *)offsetof(i386_cpu_info_t, cpuid_extfeatures), sizeof(uint64_t),
696 uint64_t pmap_pv_hashlist_walks;
697 uint64_t pmap_pv_hashlist_cnts;
715 uint64_t firmware_Conventional_bytes = 0;
716 uint64_t firmware_RuntimeServices_byte
[all...]
/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_sha1.c8 static uint64_t getCount(SHA1_CTX *ctx)
13 static void setCount(SHA1_CTX *ctx, uint64_t count)
29 uint64_t count = getCount(sha1_ctx);
/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.h144 uint64_t rtcPop; /* next timer pop programmed */
145 uint64_t rtcDeadline; /* next etimer-requested deadline */
210 uint64_t package_idle_exits;
H A Dlapic_native.c84 static uint64_t lapic_last_master_error = 0;
85 static uint64_t lapic_error_time_threshold = 0;
170 static uint64_t
173 return (((uint64_t)*LAPIC_MMIO(ICRD)) << 32) | ((uint64_t)*LAPIC_MMIO(ICR));
223 static uint64_t
625 lapic_set_tsc_deadline_timer(uint64_t deadline)
631 uint64_t
778 uint64_t abstime = mach_absolute_time();
915 lapic_interrupt_counts(uint64_t intr
[all...]
H A Dmp.h112 extern uint64_t LastDebuggerEntryAllowance;
205 uint64_t time;
212 uint64_t count[MP_LAST];
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.h152 uint64_t quantum_end; /* time when current quantum ends */
153 uint64_t last_dispatch; /* time of last dispatch */
155 uint64_t deadline; /* current deadline */
H A Dstartup.c709 if ((serverperfmode != 0) && ((uint64_t)sane_size >= (uint64_t)(16 * 1024 * 1024 *1024ULL))) {
710 scale = (int)((uint64_t)sane_size / (uint64_t)(8 * 1024 * 1024 *1024ULL));
715 } else if ((uint64_t)sane_size >= (uint64_t)(3 * 1024 * 1024 *1024ULL))
/xnu-2782.1.97/osfmk/vm/
H A Dvm_external.c246 uint64_t bit, byte;
264 uint64_t bit, byte;
279 uint64_t bit, byte;
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c172 uint64_t max_preemption_latency_tsc = 0;
211 uint64_t pde_mapped_size = PDE_MAPPED_SIZE;
533 indx = (int32_t)(*((uint64_t *)(&pv_h->qlink.next)) >> 48);
535 indx |= (int32_t)(*((uint64_t *)(&pv_h->qlink.prev)) >> 48);
537 *((uint64_t *)(&pv_h->qlink.next)) |= ((uint64_t)0xffff << 48);
538 *((uint64_t *)(&pv_h->qlink.prev)) |= ((uint64_t)0xffff << 48);
551 *((uint64_t *)(&pv_h->qlink.next)) &= ~((uint64_t)
[all...]
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccder.h111 size_t ccder_sizeof_implicit_uint64(ccder_tag implicit_tag, uint64_t value);
132 size_t ccder_sizeof_uint64(uint64_t value);
183 uint64_t value,
187 uint8_t *ccder_encode_uint64(uint64_t value,
250 const uint8_t *ccder_decode_uint64(uint64_t* r,
269 const uint8_t *ccder_decode_eckey(uint64_t *version,
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dlockstat.c205 void (*lockstat_probe)(dtrace_id_t, uint64_t, uint64_t,
206 uint64_t, uint64_t, uint64_t);
220 (*lockstat_probe)(id, (uintptr_t)lp, (uint64_t)rwflag, 0,0,0);
/xnu-2782.1.97/osfmk/device/
H A Ddevice.defs100 type io_user_scalar_t = uint64_t;
101 type io_user_reference_t = uint64_t;
108 type io_user_scalar_t = uint64_t;
109 type io_user_reference_t = uint64_t;
119 type io_scalar_inband64_t = array[*:16] of uint64_t;
120 type io_async_ref64_t = array[*:8] of uint64_t;
527 out state : uint64_t;
529 out accumulated_busy_time : uint64_t
687 out entry_id : uint64_t
719 out authorization_id : uint64_t
[all...]
/xnu-2782.1.97/osfmk/prng/
H A Drandom.c64 uint64_t bytes_generated;
65 uint64_t bytes_reseeded;
164 uint64_t
168 uint64_t result;
169 uint64_t nonce;
303 uint64_t nonce;
/xnu-2782.1.97/bsd/netinet/
H A Dip_id.c124 static uint64_t random_id_collisions = 0;
125 static uint64_t random_id_total = 0;
/xnu-2782.1.97/bsd/nfs/
H A Dnfsnode.h103 uint64_t nb_verf; /* V3 write verifier */
289 uint64_t key; /* cookie */
290 uint64_t lbn; /* lbn of buffer */
325 uint64_t nva_nlink; /* number of references to file */
326 uint64_t nva_fileid; /* file id */
328 uint64_t nva_size; /* file size in bytes */
329 uint64_t nva_bytes; /* bytes of disk space held by file */
330 uint64_t nva_change; /* change attribute */
483 uint64_t nfl_start; /* starting offset */
484 uint64_t nfl_en
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp189 uint64_t
192 uint64_t pID;
/xnu-2782.1.97/libkern/uuid/
H A Duuid.c59 static uint64_t
99 uint64_t time;
/xnu-2782.1.97/libsyscall/mach/
H A Dmach_port.c526 rv = _kernelrpc_mach_port_construct_trap(task, options, (uint64_t) context, name);
529 rv = _kernelrpc_mach_port_construct(task, options, (uint64_t) context, name);
543 rv = _kernelrpc_mach_port_destruct_trap(task, name, srdelta, (uint64_t) guard);
546 rv = _kernelrpc_mach_port_destruct(task, name, srdelta, (uint64_t) guard);
561 rv = _kernelrpc_mach_port_guard_trap(task, name, (uint64_t) guard, strict);
564 rv = _kernelrpc_mach_port_guard(task, name, (uint64_t) guard, strict);
578 rv = _kernelrpc_mach_port_unguard_trap(task, name, (uint64_t) guard);
581 rv = _kernelrpc_mach_port_unguard(task, name, (uint64_t) guard);
/xnu-2782.1.97/libsyscall/wrappers/libproc/
H A Dlibproc.h94 int proc_pidinfo(int pid, int flavor, uint64_t arg, void *buffer, int buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
98 int proc_regionfilename(int pid, uint64_t address, void * buffer, uint32_t buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
/xnu-2782.1.97/osfmk/bank/
H A Dbank_internal.h156 extern uint64_t bank_billed_time(bank_task_t bank_task);
157 extern uint64_t bank_serviced_time(bank_task_t bank_task);

Completed in 88 milliseconds

1234567891011>>