Home
last modified time | relevance | path

Searched defs:buf (Results 51 – 75 of 3575) sorted by relevance

12345678910>>...143

/titanic_53/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_token.c96 static void der_write_length(buf, length) in der_write_length() argument
119 static int der_read_length(buf, bufsize) in der_read_length() argument
161 void g_make_token_header(mech, body_size, buf, tok_type) in g_make_token_header() argument
197 unsigned char *buf = *buf_in; local
/titanic_53/usr/src/cmd/vntsd/
H A Dwrite.c56 char *buf; member
93 skip_terminal_null(char *buf, int sz) in skip_terminal_null()
170 read_vcc(vntsd_cons_t *consp, char *buf, ssize_t *sz) in read_vcc()
212 char buf[VNTSD_MAX_BUF_SIZE+1]; in vntsd_write_thread() local
/titanic_53/usr/src/uts/common/io/nxge/
H A Dnxge_fflp_hash.c164 nxge_crc32c_byte(uint32_t *crcptr, const uint8_t *buf, int len) in nxge_crc32c_byte()
185 nxge_crc_ccitt_byte(uint16_t *crcptr, const uint8_t *buf, int len) in nxge_crc_ccitt_byte()
210 nxge_crc32c_word(uint32_t *crcptr, const uint32_t *buf, int len) in nxge_crc32c_word()
236 nxge_crc_ccitt(uint16_t crc16, const uint8_t *buf, int len) in nxge_crc_ccitt()
255 nxge_crc32c(uint32_t crc32, const uint8_t *buf, int len) in nxge_crc32c()
307 uint8_t *buf; in nxge_compute_h1_serial() local
334 uint32_t *buf; in nxge_compute_h1_table4() local
364 uint8_t *buf; in nxge_compute_h1_table1() local
/titanic_53/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmktemp.c44 temp(char* buf, int* fdp) in temp()
74 mktemp(char* buf) in mktemp()
80 mkstemp(char* buf) in mkstemp()
/titanic_53/usr/src/lib/libsecdb/common/
H A Dgetuserattr.c54 char buf[NSS_BUFLEN_USERATTR]; in getuserattr() local
67 char buf[NSS_BUFLEN_USERATTR]; in fgetuserattr() local
81 char buf[NSS_BUFLEN_USERATTR]; in getusernam() local
96 char buf[NSS_BUFLEN_PASSWD]; in getuseruid() local
/titanic_53/usr/src/lib/libproc/common/
H A Dpr_stat.c69 pr_stat(struct ps_prochandle *Pr, const char *path, struct stat *buf) in pr_stat()
144 pr_lstat(struct ps_prochandle *Pr, const char *path, struct stat *buf) in pr_lstat()
219 pr_fstat(struct ps_prochandle *Pr, int fd, struct stat *buf) in pr_fstat()
294 pr_stat64(struct ps_prochandle *Pr, const char *path, struct stat64 *buf) in pr_stat64()
373 pr_lstat64(struct ps_prochandle *Pr, const char *path, struct stat64 *buf) in pr_lstat64()
452 pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf) in pr_fstat64()
/titanic_53/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c288 scsa1394_bus_alloc_buf(void *hdl, sbp2_bus_buf_t *buf) in scsa1394_bus_alloc_buf()
304 scsa1394_bus_free_buf(void *hdl, sbp2_bus_buf_t *buf) in scsa1394_bus_free_buf()
315 scsa1394_bus_alloc_buf_phys(void *hdl, sbp2_bus_buf_t *buf) in scsa1394_bus_alloc_buf_phys()
386 scsa1394_bus_free_buf_phys(void *hdl, sbp2_bus_buf_t *buf) in scsa1394_bus_free_buf_phys()
401 scsa1394_bus_alloc_buf_normal(void *hdl, sbp2_bus_buf_t *buf, boolean_t posted) in scsa1394_bus_alloc_buf_normal()
438 scsa1394_bus_free_buf_normal(void *hdl, sbp2_bus_buf_t *buf) in scsa1394_bus_free_buf_normal()
450 scsa1394_bus_sync_buf(void *hdl, sbp2_bus_buf_t *buf, off_t offset, in scsa1394_bus_sync_buf()
464 scsa1394_bus_buf_rw_done(void *hdl, sbp2_bus_buf_t *buf, void *reqh, int error) in scsa1394_bus_buf_rw_done()
495 sbp2_bus_buf_t *buf = req->cmd_callback_arg; in scsa1394_bus_recv_read_request() local
519 sbp2_bus_buf_t *buf = req->cmd_callback_arg; in scsa1394_bus_recv_write_request() local
/titanic_53/usr/src/psm/promif/ieee1275/common/
H A Dprom_2path.c35 prom_ihandle_to_path(ihandle_t instance, char *buf, uint_t len) in prom_ihandle_to_path()
41 prom_phandle_to_path(phandle_t package, char *buf, uint_t len) in prom_phandle_to_path()
47 token2path(char *service, uint_t token, char *buf, uint_t len) in token2path()
/titanic_53/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c58 mdb_vread(void *buf, size_t nbytes, uintptr_t addr) in mdb_vread()
69 mdb_vwrite(const void *buf, size_t nbytes, uintptr_t addr) in mdb_vwrite()
75 mdb_aread(void *buf, size_t nbytes, uintptr_t addr, void *as) in mdb_aread()
86 mdb_awrite(const void *buf, size_t nbytes, uintptr_t addr, void *as) in mdb_awrite()
92 mdb_fread(void *buf, size_t nbytes, uintptr_t addr) in mdb_fread()
103 mdb_fwrite(const void *buf, size_t nbytes, uintptr_t addr) in mdb_fwrite()
109 mdb_pread(void *buf, size_t nbytes, physaddr_t addr) in mdb_pread()
120 mdb_pwrite(const void *buf, size_t nbytes, physaddr_t addr) in mdb_pwrite()
126 mdb_readstr(char *buf, size_t nbytes, uintptr_t addr) in mdb_readstr()
133 mdb_writestr(const char *buf, uintptr_t addr) in mdb_writestr()
[all …]
/titanic_53/usr/src/lib/libbc/libc/sys/sys5/
H A Dread.c43 read(int fd, char *buf, int size) in read()
49 bc_read(int fd, char *buf, int size) in bc_read()
80 to_utmp(char *buf, char *nbuf, int len) in to_utmp()
/titanic_53/usr/src/common/zfs/
H A Dzfs_fletcher.c139 fletcher_2_native(const void *buf, uint64_t size, in fletcher_2_native()
158 fletcher_2_byteswap(const void *buf, uint64_t size, in fletcher_2_byteswap()
177 fletcher_4_native(const void *buf, uint64_t size, in fletcher_4_native()
196 fletcher_4_byteswap(const void *buf, uint64_t size, in fletcher_4_byteswap()
214 fletcher_4_incremental_native(const void *buf, uint64_t size, in fletcher_4_incremental_native()
237 fletcher_4_incremental_byteswap(const void *buf, uint64_t size, in fletcher_4_incremental_byteswap()
/titanic_53/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c108 char buf[MAXNAMELEN]; in env_process_value() local
235 topo_fmristr_build(ssize_t *sz, char *buf, size_t buflen, char *str, in topo_fmristr_build()
301 char buf[MAXNAMELEN]; in topo_cleanup_auth_str() local
336 topo_sensor_type_name(uint32_t type, char *buf, size_t len) in topo_sensor_type_name()
351 topo_sensor_units_name(uint8_t type, char *buf, size_t len) in topo_sensor_units_name()
366 topo_led_type_name(uint8_t type, char *buf, size_t len) in topo_led_type_name()
381 topo_led_state_name(uint8_t type, char *buf, size_t len) in topo_led_state_name()
396 topo_sensor_state_name(uint32_t sensor_type, uint8_t state, char *buf, in topo_sensor_state_name()
/titanic_53/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c73 char buf[2]; /* send/recv 2 byte protocol */ in sendfd() local
216 char buf[8]; in next_job_id() local
287 add_args(int ac, char **av, char *buf, size_t len) in add_args()
387 char buf[BUFSIZ]; in send_lpd_message() local
416 char buf[32]; in send_data_file() local
452 char buf[BUFSIZ]; in send_control_file() local
505 char buf[BUFSIZ]; in submit_job() local
611 char buf[BUFSIZ]; in query() local
632 char buf[BUFSIZ]; in cancel() local
812 char buf[BUFSIZ]; in main() local
/titanic_53/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c67 store_prop_val(topo_mod_t *mod, char *buf, char *propname, nvlist_t **out) in store_prop_val()
115 char *fmtstr, buf[BUFSZ]; in simple_dimm_label() local
176 char *fmtstr, *order, buf[BUFSZ]; in simple_dimm_label_mp() local
262 char *fmtstr, *order, buf[BUFSZ]; in seq_dimm_label() local
340 char *fmtstr, buf[BUFSZ]; in simple_chip_label() local
397 char *fmtstr, buf[BUFSZ]; in fsb2_chip_label() local
448 char *fmtstr, buf[BUFSZ], slot_id; in g4_chip_label() local
591 char *fmtstr, buf[BUFSZ]; in a4fplus_chip_label() local
670 char *fmtstr, buf[BUFSZ]; in simple_cs_label_mp() local
717 char *fmtstr, *chip_lbl, buf[BUFSZ]; in g4_dimm_label() local
[all …]
/titanic_53/usr/src/lib/libbc/libc/sys/4.2/
H A Dread.c43 read(int fd, char *buf, int size) in read()
49 bc_read(int fd, char *buf, int size) in bc_read()
85 to_utmp(char *buf, char *nbuf, int len) in to_utmp()
/titanic_53/usr/src/contrib/ast/src/lib/libpp/
H A Dpptrace.c42 static char buf[8]; in pptokstr() local
87 static char buf[128]; in ppinstr() local
120 static char buf[64]; in pplexstr() local
151 static char buf[128]; in ppflagstr() local
/titanic_53/usr/src/lib/libc/amd64/gen/
H A Decvt.c56 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
68 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
96 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
108 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
/titanic_53/usr/src/lib/libc/port/fp/
H A Dgconvert.c36 __k_gconvert(int ndigits, decimal_record *pd, int trailing, char *buf) in __k_gconvert()
128 gconvert(double number, int ndigits, int trailing, char *buf) in gconvert()
155 sgconvert(single *number, int ndigits, int trailing, char *buf) in sgconvert()
182 qgconvert(quadruple *number, int ndigits, int trailing, char *buf) in qgconvert()
H A Deconvert.c41 __infnanstring(enum fp_class_type cl, int ndigits, char *buf) in __infnanstring()
56 econvert(double arg, int ndigits, int *decpt, int *sign, char *buf) in econvert()
101 seconvert(single *arg, int ndigits, int *decpt, int *sign, char *buf) in seconvert()
146 qeconvert(quadruple *arg, int ndigits, int *decpt, int *sign, char *buf) in qeconvert()
/titanic_53/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c103 nfs4_setopts(vnode_t *vp, model_t model, struct nfs_args *buf) in nfs4_setopts()
262 static char buf[40]; in nfs4_stat_to_str() local
406 static char buf[40]; in nfs4_recov_action_to_str() local
450 static char buf[40]; in nfs4_op_to_str() local
/titanic_53/usr/src/lib/libc/sparc/gen/
H A Decvt.c52 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in ecvt() local
60 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in fcvt() local
89 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in qecvt() local
97 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in qfcvt() local
/titanic_53/usr/src/lib/libc/sparcv9/gen/
H A Decvt.c52 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in ecvt() local
60 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in fcvt() local
89 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
97 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); in qfcvt() local
/titanic_53/usr/src/lib/libc/i386/gen/
H A Decvt.c56 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
68 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
96 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
108 char *buf = tsdalloc(_T_ECVT, DECIMAL_STRING_LENGTH, NULL); local
/titanic_53/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c94 void *buf = mdb_alloc(size, UM_NOSLEEP); in ctf_data_alloc() local
103 ctf_data_free(void *buf, size_t size) in ctf_data_free()
110 ctf_data_protect(void *buf, size_t size) in ctf_data_protect()
122 ctf_free(void *buf, size_t size) in ctf_free()
160 ctf_vsnprintf(char *buf, size_t nbytes, const char *format, va_list alist) in ctf_vsnprintf()
/titanic_53/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_rules.c249 ports2str(short port1, short port2, char *buf, const int sz) in ports2str()
258 proto2str(short proto, char *buf, int sz) in proto2str()
270 algo2str(ilb_algo_t algo, char *buf, int sz) in algo2str()
278 algo2bare_str(ilb_algo_t algo, char *buf, int sz) in algo2bare_str()
286 topo2str(ilb_topo_t topo, char *buf, int sz) in topo2str()
294 topo2bare_str(ilb_topo_t topo, char *buf, int sz) in topo2bare_str()
302 of_str(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_str()
324 of_proto(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_proto()
339 of_rl_ip(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_rl_ip()
374 of_rl_mask(ofmt_arg_t *of_arg, char *buf, uint_t bufsize) in of_rl_mask()
[all …]

12345678910>>...143