Searched defs:buf (Results 101 - 125 of 136) sorted by relevance

123456

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c559 kxld_reloc_export_macho(const KXLDRelocator *relocator, const KXLDArray *locrelocs, const KXLDArray *extrelocs, u_char *buf, u_long *header_offset, u_long header_size, u_long *data_offset, u_long size) argument
H A Dkxld_object.c1824 export_macho_header(const KXLDObject *object, u_char *buf, u_int ncmds, argument
1835 object, buf, ncmds, header_offset, header_size); local
1848 export_macho_header_32(const KXLDObject *object, u_char *buf, u_int ncmds, argument
1883 export_macho_header_64(const KXLDObject *object, u_char *buf, u_in argument
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c947 cpuid_get_names(struct table *map, uint64_t bits, char *buf, unsigned buf_len) argument
980 cpuid_get_feature_names(uint64_t features, char *buf, unsigned buf_len) argument
986 cpuid_get_extfeature_names(uint64_t extfeatures, char *buf, unsigned buf_len) argument
992 cpuid_get_leaf7_feature_names(uint64_t features, char *buf, unsigne argument
1001 char buf[256]; local
1024 char buf[256]; local
[all...]
H A Dloose_ends.c536 machine_callstack( __unused natural_t *buf, __unused vm_size_t callstack_max) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Ddebug.c535 char buf[256]; local
H A Dledger.c967 ledger_template_info(void **buf, int *len) argument
1006 ledger_entry_info(task_t task, void **buf, int *len) argument
/darwin-on-arm/xnu/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c184 makepath(char *buf, const char *dir, const char *file) argument
359 char buf[50]; local
1456 char buf[50]; local
1465 char buf[50]; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c640 proc_name(int pid, char * buf, int size) argument
651 proc_name_kdp(task_t t, char * buf, int size) argument
666 proc_selfname(char * buf, int size) argument
1745 char * buf; local
[all...]
H A Dkern_sysctl.c736 struct _processor_statistics_np *buf; local
2266 char buf[256]; local
H A Dsys_generic.c2898 void *buf; local
2914 void *buf; local
[all...]
H A Duipc_socket.c2877 sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen) argument
3382 sooptcopyout(struct sockopt *sopt, void *buf, size_t len) argument
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c118 static char buf[4*sizeof "123"]; local
H A Dip_dummynet.c1169 char buf[32]; local
2453 char *buf, *bp=NULL; /* bp is the "copy-pointer" */ local
[all...]
H A Dip_input.c1918 char buf[MAX_IPv4_STR_LEN]; local
H A Dip_fw2.c3399 struct ip_fw *bp , *buf, *rule; local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c2392 static char buf[1024]; local
H A Dip6_output.c2665 ip6_pcbopt(int optname, u_char *buf, int len, struct ip6_pktopts **pktopt, argument
3111 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, argument
[all...]
H A Dipsec.c2867 static char buf[256] __attribute__((aligned(4))); local
2897 static char buf[256] __attribute__((aligned(4))); local
2922 static char buf[256] __attribute__((aligned(4))); local
[all...]
H A Dnd6.c3598 char buf[1024]; variable
3682 char buf[102 variable
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c2834 nfs_gss_mach_alloc_buffer(u_char *buf, uint32_t buflen, vm_map_copy_t *addr) argument
H A Dnfs_subs.c379 nfsm_chain_add_opaque_f(struct nfsm_chain *nmc, const u_char *buf, uint32_t len) argument
420 nfsm_chain_add_opaque_nopad_f(struct nfsm_chain *nmc, const u_char *buf, uint32_t len) argument
717 nfsm_chain_get_opaque_f(struct nfsm_chain *nmc, uint32_t len, u_char *buf) argument
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODeviceTreeSupport.cpp466 char buf[48]; local
H A DIOHibernateRestoreKernel.c226 hibernate_sum_page(uint8_t *buf, uint32_t ppnum) argument
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c117 uread(proc_t *p, void *buf, user_size_t len, user_addr_t a) argument
147 uwrite(proc_t *p, void *buf, user_size_t len, user_addr_t a) argument
698 ddi_prop_free(void *buf) argument
797 void* buf = dtrace_alloc(size); local
811 dt_kmem_free(void *buf, size_t size) argument
838 void* buf; local
859 void* buf; local
871 dt_kmem_free_aligned(void* buf, size_t size) argument
915 kmem_cache_free(kmem_cache_t *cp, void *buf) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c3723 user_addr_t buf; local
4251 user_addr_t buf; local
4531 user_addr_t buf; local
4673 user_addr_t buf; local
[all...]

Completed in 226 milliseconds

123456