Searched refs:uint8_t (Results 126 - 150 of 216) sorted by relevance

123456789

/xnu-2782.1.97/osfmk/gssd/
H A Dgssd_mach.defs42 type gssd_byte_buffer = array [] of uint8_t;
/xnu-2782.1.97/osfmk/x86_64/
H A Dkpc_x86.c180 static uint8_t
190 static uint8_t
/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c314 uint8_t bif_hf_hwsrc[ETHER_ADDR_LEN];
333 uint8_t brt_flags; /* address flags */
334 uint8_t brt_addr[ETHER_ADDR_LEN];
453 static int bridge_rtupdate(struct bridge_softc *, const uint8_t *,
454 uint16_t, struct bridge_iflist *, int, uint8_t);
455 static struct ifnet *bridge_rtlookup(struct bridge_softc *, const uint8_t *,
460 static int bridge_rtdaddr(struct bridge_softc *, const uint8_t *,
468 static int bridge_rtnode_addr_cmp(const uint8_t *, const uint8_t *);
470 const uint8_t *, uint16_
[all...]
H A Dnecp.h373 int necp_match_policy(const uint8_t *parameters, size_t parameters_size, struct necp_aggregate_result *returned_result);
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccn.h19 typedef uint8_t cc_byte;
38 typedef uint8_t cc_unit; // 8 bit unit
481 int ccn_read_uint(cc_size n, cc_unit *r, size_t data_size, const uint8_t *data);
507 cc_size ccn_write_uint_padded(cc_size n, const cc_unit* s, size_t out_size, uint8_t* to)
/xnu-2782.1.97/bsd/sys/
H A Dkern_memorystatus.h123 uint8_t uuid[16];
H A Dproc_internal.h301 uint8_t p_dtrace_stop; /* indicates a DTrace-desired stop */
337 uint8_t p_uuid[16]; /* from LC_UUID load command */
/xnu-2782.1.97/iokit/Kernel/
H A DIOKitKernelInternal.h145 uint8_t fMapContig;
H A DIOServicePMPrivate.h523 uint8_t isPreChange;
524 uint8_t enableTracing;
H A DIOHibernateRestoreKernel.c245 hibernate_sum_page(uint8_t *buf, uint32_t ppnum)
399 uint8_t scratch[WKdm_SCRATCH_BUF_SIZE] __attribute__ ((aligned (16)));
412 return hibernate_sum_page((uint8_t *)(uintptr_t)dst, ppnum);
/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h57 typedef uint8_t OSKextExcludeLevel;
/xnu-2782.1.97/libkern/
H A Dmkext.c43 mkext_adler32(uint8_t *buf, int32_t len)
/xnu-2782.1.97/osfmk/i386/
H A Dcpu_data.h105 typedef uint8_t pcid_ref_t;
H A Dhpet.c156 core->Hpet = (hpetTimer_t *)((uint8_t *)hpetArea + hpetReq.hpetOffset);
/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3563 uint8_t current_byte = hfsmp->hfs_summary_table[byteindex];
3564 uint8_t bit_in_byte = index % kBitsPerByte;
3711 uint8_t curbyte;
3712 uint8_t bit_in_byte;
3860 uint8_t current_byte = hfsmp->hfs_summary_table[byte_index];
3861 uint8_t bit_in_byte = summarybit % kBitsPerByte;
3931 uint8_t *summary_table;
3997 MALLOC (summary_table, uint8_t*, summary_size_bytes, M_TEMP, M_WAITOK);
4065 uint8_t *newtable;
4075 MALLOC (newtable, uint8_t*, summarybyte
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h392 uint8_t nxh_reserved; /* future use */
393 uint8_t nxh_fidlen; /* length of File ID */
903 uint8_t r_delay; /* delay to use for jukebox error */
904 uint8_t r_retry; /* max retransmission count */
905 uint8_t r_rexmit; /* current retrans count */
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c492 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT);
524 uint8_t jn_type = sym[j].n_type & (N_TYPE | N_EXT);
H A Dlockstat.c196 uint8_t instr;
/xnu-2782.1.97/bsd/netinet/
H A Digmp.c1084 uint8_t qrv;
3026 uint8_t mode;
3202 (mtod(md, uint8_t *) + md->m_len - nbytes);
3206 (mtod(md, uint8_t *) + off);
3295 (mtod(md, uint8_t *) + off);
3399 uint8_t mode, now, then;
3489 uint8_t *) + off);
3494 uint8_t *) + md->m_len -
/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c333 *((uint8_t *) data) = inb(addr);
362 outb(addr, *((uint8_t *) data));
/xnu-2782.1.97/osfmk/kern/
H A Dthread.h813 extern int thread_get_cpulimit(int *action, uint8_t *percentage, uint64_t *interval_ns);
814 extern int thread_set_cpulimit(int action, uint8_t percentage, uint64_t interval_ns);
H A Dledger.c866 uint8_t warn_level_percentage)
1206 uint8_t task_flags;
1207 uint8_t task_percentage;
1235 uint8_t percentage;
/xnu-2782.1.97/osfmk/prng/
H A Drandom.c75 uint8_t master_erandom_state[EARLY_RANDOM_STATE_STATIC_SIZE];
/xnu-2782.1.97/bsd/kern/
H A Dkern_subr.c665 (((uint8_t *)my_uio) + sizeof(struct uio));
784 (((uint8_t *)a_uio) + sizeof(struct uio));
1131 (((uint8_t *)my_uio) + sizeof(struct uio));
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp.c114 uint8_t oldbytes[MAX_BREAKINSN_BYTES];
207 uint8_t seq;
903 uint8_t breakinstr[MAX_BREAKINSN_BYTES], oldinstr[MAX_BREAKINSN_BYTES];

Completed in 293 milliseconds

123456789