Searched refs:uint32_t (Results 151 - 175 of 678) sorted by relevance

1234567891011>>

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d119 uint32_t tcp_seq; /* sequence number */
120 uint32_t tcp_ack; /* acknowledgement number */
151 uint32_t rcv_nxt; /* receive next */
152 uint32_t rcv_adv; /* advertised window */
153 uint32_t rcv_wnd; /* receive window */
154 uint32_t snd_wnd; /* send window */
155 uint32_t snd_cwnd; /* congestion controlled window */
156 uint32_t snd_ssthresh; /* slow-start threshold */
157 uint32_t snd_una; /* send unacknowledged */
158 uint32_t snd_nx
[all...]
/xnu-2782.1.97/bsd/sys/
H A Ddtrace.h117 typedef uint32_t uint_t;
142 typedef uint32_t zoneid_t;
174 typedef uint32_t dtrace_id_t; /* probe identifier */
175 typedef uint32_t dtrace_epid_t; /* enabled probe identifier */
176 typedef uint32_t dtrace_aggid_t; /* aggregation identifier */
180 typedef uint32_t dtrace_cacheid_t; /* predicate cache identifier */
397 typedef uint32_t dif_instr_t;
450 uint32_t dtdt_size; /* type size in bytes (unless string) */
465 uint32_t dtdv_name; /* variable name index in dtdo_strtab */
466 uint32_t dtdv_i
[all...]
H A Dspawn_internal.h323 uint32_t attr_size; /* size of attributes block */
324 uint32_t attrp; /* pointer to block */
325 uint32_t file_actions_size; /* size of file actions block */
326 uint32_t file_actions; /* pointer to block */
327 uint32_t port_actions_size; /* size of port actions block */
328 uint32_t port_actions; /* pointer to block */
329 uint32_t mac_extensions_size;
330 uint32_t mac_extensions;
H A Dprocess_policy.h148 uint32_t ppattr_attribute; /* the policy attribute to be modified or returned */
149 uint32_t ppattr_resv; /* pad field */
158 uint32_t ppattr_cpu_attr ; /* specified action as in PROC_POLICY_RSRCACT_xx */
159 uint32_t ppattr_cpu_percentage; /* percentage of interval */
/xnu-2782.1.97/osfmk/device/
H A Ddevice_types.defs75 type recnum_t = uint32_t;
76 type dev_mode_t = uint32_t;
77 type dev_flavor_t = uint32_t;
/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.cpp76 IOReturn RootDomainUserClient::secureSleepSystem( uint32_t *return_code )
84 uint32_t *returnCode)
167 uint32_t *returnCode)
184 uint32_t assertionBitfield)
201 uint32_t *outSleepType)
230 uint32_t selector,
265 (uint32_t *)&arguments->scalarOutput[0]);
299 (uint32_t *)&arguments->scalarOutput[0]);
304 (uint32_t *)&arguments->structureOutput);
305 arguments->structureOutputSize = sizeof(uint32_t);
[all...]
H A DIOServicePMPrivate.h121 uint32_t parameter;
145 uint32_t staticPower;
146 uint32_t settleUpTime;
147 uint32_t settleDownTime;
180 uint32_t MachineState;
188 uint32_t SettleTimeUS;
189 uint32_t IdleTimerGeneration;
213 uint32_t HeadNotePendingAcks;
306 uint32_t DriverCallReason;
307 uint32_t OutOfBandMessag
[all...]
H A DIOHibernateInternal.h78 uint32_t flags;
105 uint32_t
106 hibernate_sum_page(uint8_t *buf, uint32_t ppnum);
114 extern uint32_t gIOHibernateHandoffPageCount;
H A DIOPMrootDomainInternal.h64 uint32_t varID; /* ID of variable */
/xnu-2782.1.97/bsd/nfs/
H A Dnfsnode.h98 volatile uint32_t nb_flags; /* NB_* flags. */
99 volatile uint32_t nb_lflags; /* NBL_* flags. */
100 volatile uint32_t nb_refs; /* outstanding references. */
101 uint32_t nb_bufsize; /* buffer size */
250 uint32_t ndbh_entry_end; /* end offset of direntry data */
251 uint32_t ndbh_ncgen; /* name cache generation# */
252 uint32_t ndbh_pad; /* reserved */
316 uint32_t nva_mode; /* file's access mode (and type) */
323 uint32_t nva_flags; /* file flags (see below) */
324 uint32_t nva_maxlin
[all...]
/xnu-2782.1.97/libsyscall/wrappers/
H A Dsfi.c49 int sfi_process_set_flags(pid_t pid, uint32_t flags)
54 int sfi_process_get_flags(pid_t pid, uint32_t *flags)
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.h40 uint32_t s_addr;
70 typedef uint32_t (*kdp_link_t)(void);
/xnu-2782.1.97/osfmk/kern/
H A Dclock.c49 uint32_t hz_tick_interval = 1;
79 uint32_t adjoffset; /* Absolute time offset for this adjustment period as absolute value */
96 uint32_t gen; /* generation count */
112 static uint32_t calend_adjinterval; /* Absolute time interval of adjustment period */
115 static uint32_t calend_adjactive;
117 static uint32_t calend_set_adjustment(
122 static uint32_t calend_adjust(void);
192 calend_adjinterval = (uint32_t)abstime;
195 hz_tick_interval = (uint32_t)abstime;
262 uint32_t t3
[all...]
H A Dtask.h172 uint32_t ref_count; /* Number of references to me */
192 uint32_t active_thread_count;
213 uint32_t vtimers;
252 uint32_t c_switch; /* total context switches */
253 uint32_t p_switch; /* total processor switches */
254 uint32_t ps_switch; /* total pset switches */
262 volatile uint32_t t_flags; /* general-purpose task flags protected by task_lock (TL) */
286 uint32_t t_chud; /* CHUD flags, used for Shark */
328 uint32_t low_mem_notified_warn :1, /* warning low memory notification is sent to the task */
342 uint32_t task_timer_wakeups_bin_
[all...]
H A Decc.h52 extern uint32_t ecc_log_get_correction_count(void);
H A Dkern_ecc.c44 static uint32_t ecc_data_next_read;
45 static uint32_t ecc_data_next_write;
50 static uint32_t ecc_correction_count;
68 uint32_t
/xnu-2782.1.97/osfmk/mach/
H A Dtask_access.defs48 calling_gid : uint32_t;
H A Dvm_types.h61 typedef uint32_t reg64_t;
68 typedef uint32_t ppnum_t; /* Physical page number */
/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c88 typedef uint32_t commpage_address_t;
370 uint32_t cfamily;
388 commpage_stuff(_COMM_PAGE_CPU_CAPABILITIES,&_cpu_capabilities,sizeof(uint32_t));
524 uint32_t scale,
525 uint32_t shift )
529 static uint32_t generation = 0;
530 uint32_t next_gen;
590 static uint32_t generation = 0;
591 uint32_t next_gen;
618 uint32_t *i
[all...]
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccsha1.h23 extern const uint32_t ccsha1_initial_state[5];
/xnu-2782.1.97/bsd/miscfs/mockfs/
H A Dmockfs.h66 uint32_t mockfs_memdev_base; /* Base page of the backing store (valid if memory backed) */
/xnu-2782.1.97/libkern/crypto/
H A Dcorecrypto_aesxts.c40 uint32_t
41 xts_start(uint32_t cipher __unused, // ignored - we're doing this for xts-aes only
45 uint32_t num_rounds __unused, // ignored
46 uint32_t options __unused, // ignored
/xnu-2782.1.97/osfmk/i386/
H A Dpal_hibernate.h43 void hibernateRestorePALState(uint32_t *src);
H A Dpanic_hooks.h51 uint32_t type;
/xnu-2782.1.97/bsd/kern/
H A Dproc_uuid_policy.c85 uint32_t flags; /* policy flag for that UUID */
89 proc_uuid_policy_insert(uuid_t uuid, uint32_t flags);
92 proc_uuid_policy_remove_locked(uuid_t uuid, uint32_t flags, int *should_delete);
95 proc_uuid_policy_remove(uuid_t uuid, uint32_t flags);
101 proc_uuid_policy_clear(uint32_t flags);
117 proc_uuid_policy_insert(uuid_t uuid, uint32_t flags)
170 proc_uuid_policy_remove_locked(uuid_t uuid, uint32_t flags, int *should_delete)
194 proc_uuid_policy_remove(uuid_t uuid, uint32_t flags)
251 proc_uuid_policy_lookup(uuid_t uuid, uint32_t *flags, int32_t *gencount)
295 proc_uuid_policy_clear(uint32_t flag
[all...]

Completed in 185 milliseconds

1234567891011>>