Home
last modified time | relevance | path

Searched defs:buf (Results 226 – 250 of 3498) sorted by relevance

12345678910>>...140

/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c59 ecache_scan_dir(const char *dir, const char *pref, char *buf, size_t bufsz) in ecache_scan_dir()
101 ecache_find_device(char *buf, size_t bufsz) in ecache_find_device()
/titanic_41/usr/src/lib/libc/port/sys/
H A Dexacctsys.c39 getacct(idtype_t idtype, id_t id, void *buf, size_t bufsize) in getacct()
52 putacct(idtype_t idtype, id_t id, void *buf, size_t bufsize, int flags) in putacct()
/titanic_41/usr/src/lib/passwdutil/
H A Dfiles_attr.c218 files_getpwnam(char *name, attrlist *items, pwu_repository_t *rep, void **buf) in files_getpwnam()
528 char buf[MAX_LOGNAME + MAXHISTORY + in files_getattr() local
641 files_update(attrlist *items, pwu_repository_t *rep, void *buf) in files_update()
906 char buf[SPW_SCRATCH_SIZE]; in files_update_shadow() local
1012 char buf[PWD_SCRATCH_SIZE]; in files_update_passwd() local
1095 files_putpwnam(char *name, char *oldpw, pwu_repository_t *rep, void *buf) in files_putpwnam()
1147 char buf[MAX_LOGNAME + MAXHISTORY + in files_update_history() local
H A Dnis_attr.c128 nisbuf_t *buf = NULL; in nis_user_to_authenticate() local
285 void **buf) in nis_getpwnam()
380 nis_update(attrlist *items, pwu_repository_t *rep, void *buf) in nis_update()
457 void *buf) in nis_putpwnam()
/titanic_41/usr/src/lib/libproc/common/
H A DPidle.c42 Pread_idle(struct ps_prochandle *P, void *buf, size_t n, uintptr_t addr, in Pread_idle()
73 Pwrite_idle(struct ps_prochandle *P, const void *buf, size_t n, uintptr_t addr, in Pwrite_idle()
157 char buf[PATH_MAX]; in Pgrab_file() local
H A Dpr_statvfs.c65 pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf) in pr_statvfs()
118 pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf) in pr_fstatvfs()
/titanic_41/usr/src/lib/libc/port/gen/
H A Darc4random.c57 arc4_init(uint8_t *buf, size_t n) in arc4_init()
119 arc4_fill(uint8_t *buf, size_t n) in arc4_fill()
169 arc4random_buf(void *buf, size_t n) in arc4random_buf()
H A Dlfmt_log.c66 char buf[MAXMSG]; in __lfmt_log() member
113 char buf[128]; in __lfmt_log() local
/titanic_41/usr/src/uts/common/os/
H A Dautoconf.c218 getlongprop_buf(int id, char *name, char *buf, int maxlen) in getlongprop_buf()
250 char buf[OBP_MAXPROPNAME]; in get_neighbors() local
333 char *buf; in i_ddi_create_branch() local
/titanic_41/usr/src/stand/lib/sock/
H A Dsock_test.c226 st_local_recv(int sd, void *buf, size_t len, int flags) in st_local_recv()
236 st_local_recvfrom(int sd, void *buf, size_t len, int flags, in st_local_recvfrom()
305 st_interpret(char *buf) in st_interpret()
557 st_get_buf_and_cnt(char **buf, int *send_cnt) in st_get_buf_and_cnt()
580 char *buf; in st_send() local
604 char *buf; in st_sendto() local
630 char *buf; in st_recv() local
666 char *buf; in st_recvfrom() local
716 char *buf; in st_echo() local
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c159 char *buf) in rawread()
308 devread(unsigned int sector, int byte_offset, int byte_len, char *buf) in devread()
346 rawwrite(int drive, unsigned int sector, char *buf) in rawwrite()
379 devwrite(unsigned int sector, int sector_count, char *buf) in devwrite()
602 int *gpt_size, char *buf) in next_partition()
918 char buf[SECTOR_SIZE]; in real_open_partition() local
1445 char *buf = unique_string; in print_a_completion() local
1475 char *buf = (char *) COMPLETION_BUF; in print_completions() local
1811 grub_read (char *buf, int len) in grub_read()
/titanic_41/usr/src/lib/libdladm/common/
H A Dsecobj.c85 dladm_secobjclass2str(dladm_secobj_class_t class, char *buf) in dladm_secobjclass2str()
323 process_secobj_set(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, in process_secobj_set()
352 process_secobj_get(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, in process_secobj_get()
367 process_secobj_unset(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, in process_secobj_unset()
379 process_secobj_walk(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, in process_secobj_walk()
400 process_secobj_init(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, in process_secobj_init()
410 parse_secobj_val(char *buf, secobj_info_t *sip) in parse_secobj_val()
420 process_secobj_line(dladm_handle_t handle, secobj_db_state_t *ssp, char *buf, in process_secobj_line()
505 char buf[MAXLINELEN]; in process_secobj_db() local
/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Dsubr.c41 static char buf[MAXPATHLEN]; in get_fname() local
63 static char buf[MAXPATHLEN]; in get_dirname() local
/titanic_41/usr/src/cmd/boot/common/
H A Dboot_utils.c60 char *buf = buffer; in write_out() local
93 char *buf = buffer; in read_in() local
/titanic_41/usr/src/common/smbsrv/
H A Dsmb_token.c106 uint8_t *buf; in smb_token_encode() local
138 smb_logon_decode(uint8_t *buf, uint32_t len) in smb_logon_decode()
/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioPipe.cc102 void* buf, // destination buffer address in ReadData()
141 void* buf, // source buffer address in WriteData()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c86 char *buf, /* NULL for "use internal" */ in ldap_entry2text()
111 char *buf, /* NULL for "use internal" */ in ldap_entry2html()
139 char *buf, /* NULL for use-internal */ in do_entry2text()
452 char *buf, **fetchattrs, **vals; in do_entry2text_search() local
567 char *buf, /* NULL for "use internal" */ in ldap_vals2text()
589 char *buf, /* NULL for "use internal" */ in ldap_vals2html()
615 char *buf, /* NULL for "use internal" */ in do_vals2text()
813 output_label( char *buf, char *label, int width, writeptype writeproc, in output_label()
838 output_dn( char *buf, char *dn, int width, int rdncount, in output_dn()
918 char buf[26]; in time2text() local
[all …]
/titanic_41/usr/src/cmd/lp/lib/lp/
H A Dfiles.c82 char buf[BUFSIZ]; in fdprintf() local
94 fdgets(char *buf, int len, int fd) in fdgets()
109 fdputs(char *buf, int fd) in fdputs()
272 char buf[BUFSIZ]; in loadline() local
/titanic_41/usr/src/cmd/tcpd/
H A Dtcpdchk.c202 char buf[BUFSIZ]; local
273 char buf[BUFLEN]; local
294 char buf[BUFLEN]; local
322 char buf[BUFLEN]; local
/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c1314 sol_uverbs_get_context(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_get_context()
1450 sol_uverbs_alloc_pd(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_alloc_pd()
1601 sol_uverbs_dealloc_pd(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_dealloc_pd()
1651 sol_uverbs_query_device(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_query_device()
1770 sol_uverbs_query_port(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_query_port()
1867 sol_uverbs_query_gid(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_query_gid()
1971 sol_uverbs_query_pkey(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_query_pkey()
2058 sol_uverbs_reg_mr(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_reg_mr()
2218 sol_uverbs_dereg_mr(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_dereg_mr()
2295 sol_uverbs_create_ah(uverbs_uctxt_uobj_t *uctxt, char *buf, int in_len, in sol_uverbs_create_ah()
[all …]
/titanic_41/usr/src/lib/libresolv/
H A Dres_init.c89 char buf[BUFSIZ]; in res_init() local
113 char *buf; in res_init() local
/titanic_41/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c51 char buf[NSS_BUFLEN_AUTHATTR]; in getauthattr() local
65 char buf[NSS_BUFLEN_AUTHATTR]; in getauthnam() local
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcompress.c87 u_char buf[4096]; in buffer_compress() local
132 u_char buf[4096]; in buffer_uncompress() local
H A Dradix.c40 creds_to_radix(CREDENTIALS *creds, u_char *buf, size_t buflen) in creds_to_radix()
95 radix_to_creds(const char *buf, CREDENTIALS *creds) in radix_to_creds()
/titanic_41/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c154 char *buf = modulepath; in kc_install() local
258 char buf[MAXPATHLEN]; in kc_install() local

12345678910>>...140