Home
last modified time | relevance | path

Searched defs:buflen (Results 1 – 25 of 36) sorted by relevance

12

/xnu-8019.80.24/libkern/crypto/
H A Dcorecrypto_rand.c50 random_buf(void *buf, size_t buflen) in random_buf()
/xnu-8019.80.24/libkern/net/
H A Dinet_ntoa.c49 inet_ntoa_r(struct in_addr ina, char *buf, size_t buflen) in inet_ntoa_r()
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_unicode.c133 int32_t buflen = 0; in utf8_normalizeOptCaseFoldAndHash() local
338 int32_t buflen = 0; in utf8_normalizeOptCaseFold() local
415 int32_t buflen = 0; in utf8_normalizeOptCaseFoldToUTF8() local
681 doReorder(int32_t* buf, uint8_t* bufcc, int32_t buflen) in doReorder()
H A Dvfs_utfconv.c271 size_t * utf8len, size_t buflen, u_int16_t altslash, int flags) in utf8_encodestr()
440 size_t *ucslen, size_t buflen, u_int16_t altslash, int flags) in utf8_decodestr()
779 size_t *outlen, size_t buflen, int flags) in utf8_normalizestr()
H A Dvfs_cache.c432 build_path_with_parent(vnode_t first_vp, vnode_t parent_vp, char *buff, int buflen, in build_path_with_parent()
822 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path()
2811 const uint32_t buflen = len + 1; in add_name_internal() local
/xnu-8019.80.24/bsd/kern/
H A Dkern_asl.c166 escape_str(char *str, size_t len, size_t buflen) in escape_str()
H A Dkern_event.c8585 unsigned long buflen, unsigned long nknotes) in kevent_extinfo_emit()
8627 size_t buflen, bufsize; in kevent_copyout_proc_dynkqids() local
8757 unsigned long buflen = bufsize / sizeof(struct kevent_extinfo); in pid_kqueue_extinfo() local
8799 unsigned int buflen, unsigned int nknotes) in klist_copy_udata()
8823 unsigned int buflen = bufsize / sizeof(uint64_t); in kevent_proc_copy_uptrs() local
H A Duipc_syscalls.c1792 socklen_t buflen = m->m_len; in copyout_control() local
2747 sockargs(struct mbuf **mp, user_addr_t data, socklen_t buflen, int type) in sockargs()
H A Dsubr_log.c430 oslog_streamwrite_append_bytes(const char *buffer, int buflen) in oslog_streamwrite_append_bytes()
H A Dkern_sysctl.c669 size_t buflen; member
727 size_t buflen = where != USER_ADDR_NULL ? req->oldlen : 0; variable
1246 size_t buflen = where != USER_ADDR_NULL ? *sizep : 0; in sysctl_procargsx() local
/xnu-8019.80.24/tests/
H A Drecvmsg_x_test.c88 recvPackets_x(int s, unsigned int numMsg, size_t buflen, socklen_t cmsgLen) in recvPackets_x()
/xnu-8019.80.24/osfmk/i386/
H A Dtsc.c327 cpu_data_tsc_sync_deltas_string(char *buf, uint32_t buflen, in cpu_data_tsc_sync_deltas_string()
/xnu-8019.80.24/san/memory/
H A Dubsan_minimal.c113 ubsan_minimal_backtrace_to_string(char *buf, size_t buflen, uint32_t tot, uintptr_t *frames) in ubsan_minimal_backtrace_to_string()
/xnu-8019.80.24/security/
H A Dmac_file.c135 size_t buflen) in mac_file_check_set()
/xnu-8019.80.24/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h212 uint32_t buflen; /* length of data in buf */ member
/xnu-8019.80.24/bsd/net/
H A Dbpf_filter.c417 bpf_filter(const struct bpf_insn *pc, u_char *p, u_int wirelen, u_int buflen) in bpf_filter()
H A Dif_6lowpan.c921 int buflen = 0, err = 0; in sixlowpan_framer_extended() local
/xnu-8019.80.24/libkern/c++/
H A DOSUnserialize.y435 size_t buflen = OSDATA_ALLOC_SIZE; in yylex() local
H A DOSUnserializeXML.y828 size_t buflen = DATA_ALLOC_SIZE; in getHexData() local
/xnu-8019.80.24/bsd/nfs/
H A Dxdr_subs.h160 xb_init_buffer(struct xdrbuf *xbp, char *buf, size_t buflen) in xb_init_buffer()
H A Dnfs_subs.c966 size_t buflen = sizeof(smallbuf), nfclen; in nfsm_chain_add_string_nfc() local
2313 nfs_mountopts(struct nfsmount *nmp, char *buf, int buflen) in nfs_mountopts()
/xnu-8019.80.24/bsd/dev/i386/
H A Dsysctl.c329 uint32_t buflen = (2 /* hex digits */ * sizeof(uint64_t) + 3 /* for "0x" + " " */) * ncpus + 1; in x86_cpu_tsc_deltas() local
/xnu-8019.80.24/libkern/os/
H A Dlog_queue.c359 log_queue_mem_init(log_queue_t lq, size_t idx, void *buf, size_t buflen) in log_queue_mem_init()
/xnu-8019.80.24/bsd/netinet/
H A Din_arp.c1113 sdl_addr_to_hex(const struct sockaddr_dl *sdl, char *orig_buf, int buflen) in sdl_addr_to_hex()
/xnu-8019.80.24/osfmk/kern/
H A Ddebug.c1523 packA(char *inbuf, uint32_t length, uint32_t buflen)

12