Searched refs:uint8_t (Results 176 - 200 of 216) sorted by relevance

123456789

/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c115 im6f_graft(struct in6_mfilter *, const uint8_t,
730 im6f_graft(struct in6_mfilter *imf, const uint8_t st1,
935 uint8_t
937 uint8_t t)
H A Dip6_input.c1455 ip6_unknown_opt(uint8_t *optp, struct mbuf *m, int off)
/xnu-2782.1.97/osfmk/i386/
H A Dpmap.h408 volatile uint8_t pmap_pcid_coherency_vector[PMAP_PCID_MAX_CPUS];
/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c500 uint8_t *bytes,
/xnu-2782.1.97/bsd/kern/
H A Dkern_credential.c278 static inline u_long kauth_cred_hash(const uint8_t *datap, int data_len, u_long start_key);
5227 kauth_cred_hash(const uint8_t *datap, int data_len, u_long start_key)
5269 hash_key = kauth_cred_hash((uint8_t *)&cred->cr_posix,
5272 hash_key = kauth_cred_hash((uint8_t *)&cred->cr_audit,
5277 hash_key = kauth_cred_hash((uint8_t *)cred->cr_label,
H A Dkern_resource.c1936 uint8_t percent = 0;
1940 percent = (uint8_t)(cpulimits_flags & 0xffU); /* low 8 bits for percent */
H A Dkern_proc.c2115 uint8_t fakeheader[8];
H A Dkern_sig.c2936 uint8_t dt_action_sig = ut->t_dtrace_sig;
H A Dkern_sysctl.c2294 uint8_t percent = 0;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c802 nfsm_chain_add_string_nfc(struct nfsm_chain *nmc, const uint8_t *s, uint32_t slen)
804 uint8_t smallbuf[64];
805 uint8_t *nfcname = smallbuf;
812 MALLOC_ZONE(nfcname, uint8_t *, MAXPATHLEN, M_NAMEI, M_WAITOK);
1822 uint8_t a[18]; /* octet array to store address bytes */
H A Dnfs_socket.c227 uint8_t loc = nlip->nli_loc;
228 uint8_t serv = nlip->nli_serv;
229 uint8_t addr = nlip->nli_addr;
1059 uint8_t sotype = nmp->nm_sotype ? nmp->nm_sotype : SOCK_STREAM;
H A Dnfs4_subs.c117 static uint8_t en0addr[6];
118 static uint8_t en0addr_set = 0;
/xnu-2782.1.97/bsd/net/
H A Drtsock.c1025 uint8_t ssbuf[SOCK_MAXADDRLEN + 1];
1115 uint8_t ssbuf[SOCK_MAXADDRLEN + 1];
H A Dbpf.c257 uint8_t sa_family;
H A Ddlil.c7275 static uint8_t sumdata[] = {
7333 uint8_t *buf;
7341 buf = mtod(m, uint8_t *); /* base address */
7350 uint8_t *c;
H A Dkpi_interface.c1723 uint8_t sdlbuf[SOCK_MAXADDRLEN + 1];
H A Droute.c2993 uint8_t nbuf[128]; /* long enough for IPv6 */
/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c1665 * This is typically a uint8_t typed array. However,
1702 bzero((uint8_t*)payload + payload_size,
2598 uint8_t e_data[];
/xnu-2782.1.97/bsd/sys/
H A Dvnode.h672 uint8_t va_finderinfo[32]; /* Finder Info */
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c326 const uint8_t *p;
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp2341 uint8_t * crc_address = NULL;
2585 uint8_t * mkextBuffer = (uint8_t *)mkextData->getBytesNoCopy();
2619 uint8_t data[0];
2677 uint8_t * uncompressedDataBuffer = 0; // do not free
4777 vm_offset_t endofrelocInfo = (vm_offset_t) (((uint8_t *)reloc) + reloc_size);
/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c1730 uint8_t b = 0;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c6942 hfs_get_document_id_internal(const uint8_t *finderinfo, mode_t mode)
6948 finfo = ((uint8_t *)finderinfo) + 16;
6972 hfs_get_document_id_from_blob(const uint8_t *finderinfo, mode_t mode)
/xnu-2782.1.97/bsd/dev/i386/
H A Ddis_tables.c3311 if ((uint8_t)x->d86_bytes[x->d86_len - 1] != 0xe8 &&
3312 (uint8_t)x->d86_bytes[x->d86_len - 1] != 0xf0)
/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp491 uint8_t clientIs64;
800 ((((uint8_t *) pingMsg) + msgSize) - pingMsg->notifyHeader.size);

Completed in 391 milliseconds

123456789