Searched defs:bytes (Results 1 - 25 of 48) sorted by relevance

12

/xnu-2422.115.4/osfmk/i386/
H A Dphys.c209 __private_extern__ int ml_copy_phys(addr64_t src64, addr64_t dst64, vm_size_t bytes) { argument
/xnu-2422.115.4/osfmk/vm/
H A Dvm_external.c127 vm_object_size_t bytes; local
154 vm_object_size_t bytes; local
178 vm_object_size_t bytes; local
197 vm_object_size_t bytes; local
[all...]
/xnu-2422.115.4/bsd/net/classq/
H A Dclassq.h102 u_int64_t bytes; member in struct:pktcntr
H A Dclassq_blue.c337 blue_purgeq(struct blue *bp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dclassq_rio.c521 rio_purgeq(struct rio *rp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dclassq_red.c510 red_purgeq(struct red *rp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dclassq_subr.c242 ifclassq_get_len(struct ifclassq *ifq, mbuf_svc_class_t sc, u_int32_t *packets, u_int32_t *bytes) argument
H A Dclassq_sfb.c1161 sfb_purgeq(struct sfb *sp, class_queue_t *q, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dif_classq.h57 u_int32_t bytes; /* (out) purged bytes */ member in struct:cqrq_purge_sc
70 u_int32_t bytes; /* (out) bytes enqueued */ member in struct:cqrq_stat_sc
/xnu-2422.115.4/bsd/net/
H A Dflowhash.c93 const u_int8_t *bytes = (u_int8_t *)(void *)(uintptr_t)(p + i); local
119 const u_int8_t *bytes local
[all...]
/xnu-2422.115.4/libkern/c++/
H A DOSData.cpp94 bool OSData::initWithBytes(const void *bytes, unsigned int inLength) argument
106 bool OSData::initWithBytesNoCopy(void *bytes, unsigned int inLength) argument
146 OSData *OSData::withBytes(const void *bytes, unsigned int inLength) argument
157 OSData *OSData::withBytesNoCopy(void *bytes, unsigned int inLength) argument
250 appendBytes(const void *bytes, unsigned int inLength) argument
[all...]
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c89 size_t bytes; /* bytes to read/write in one iteration */ member in struct:__anon1211
/xnu-2422.115.4/tools/tests/superpages/
H A Dtestsp.c509 unsigned int bytes; local
/xnu-2422.115.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp635 IOBufferMemoryDescriptor::appendBytes(const void * bytes, vm_size_t withLength) argument
692 void * bytes = getBytesNoCopy(offset, 0); local
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_fairq.c1091 fairq_purgeq(struct fairq_if *fif, struct fairq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_priq.c781 priq_purgeq(struct priq_if *pif, struct priq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_rmclass.c1502 rmc_drop(struct rm_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_tcq.c742 tcq_purgeq(struct tcq_if *tif, struct tcq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_hfsc.c1023 hfsc_purgeq(struct hfsc_if *hif, struct hfsc_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
H A Dpktsched_qfq.c1417 qfq_purgeq(struct qfq_if *qif, struct qfq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.c861 long bytes = 0; local
902 long bytes = 0; local
/xnu-2422.115.4/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c496 kdp_machine_get_breakinsn( uint8_t *bytes, uint32_t *size ) argument
/xnu-2422.115.4/osfmk/kern/
H A Dkalloc.c112 KALLOC_ZINFO_SALLOC(vm_size_t bytes) argument
126 KALLOC_ZINFO_SFREE(vm_size_t bytes) argument
/xnu-2422.115.4/osfmk/x86_64/
H A Dloose_ends.c178 bzero(PHYSMAP_PTOV(src64), bytes); local
197 bcopy(PHYSMAP_PTOV(src64), PHYSMAP_PTOV(dst64), bytes); local
166 bzero_phys_nc( addr64_t src64, uint32_t bytes) argument
174 bzero_phys( addr64_t src64, uint32_t bytes) argument
187 bcopy_phys( addr64_t src64, addr64_t dst64, vm_size_t bytes) argument
205 apply_func_phys( addr64_t dst64, vm_size_t bytes, int (*func)(void * buffer, vm_size_t bytes, void * arg), void * arg) argument
225 ovbcopy( const char *from, char *to, vm_size_t bytes) argument
[all...]
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_token.c482 au_to_opaque(const char *data, uint16_t bytes) argument
[all...]

Completed in 123 milliseconds

12