/titanic_41/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_log.c | 926 char buffy[BUFSIZ], *fidstr, *fidstr2, *fidstr3; in stats_log_record_toascii() local 960 (void) snprintf(buffy, sizeof (buffy), in stats_log_record_toascii() 965 (void) strlcat(st->st_asciirec, buffy, in stats_log_record_toascii() 971 (void) snprintf(buffy, sizeof (buffy), " %-8s %llx", in stats_log_record_toascii() 973 (void) strlcat(st->st_asciirec, buffy, in stats_log_record_toascii() 979 (void) snprintf(buffy, sizeof (buffy), in stats_log_record_toascii() 985 (void) strlcat(st->st_asciirec, buffy, in stats_log_record_toascii() 992 (void) snprintf(buffy, sizeof (buffy), in stats_log_record_toascii() 997 (void) strlcat(st->st_asciirec, buffy, in stats_log_record_toascii() 1004 (void) snprintf(buffy, sizeof (buffy), in stats_log_record_toascii() [all …]
|
H A D | stats_dbm.c | 77 char buffy[MAXPATHLEN], *eobase; in stats_dbm_rm() local 85 if (strlcpy(buffy, st->st_dbm_name, sizeof (buffy)) > in stats_dbm_rm() 86 ((sizeof (buffy)) - (sizeof (".xxx")))) in stats_dbm_rm() 88 buflen = strlen(buffy); in stats_dbm_rm() 89 eobase = buffy + buflen; in stats_dbm_rm() 90 eobaselen = (sizeof (buffy)) - buflen; in stats_dbm_rm() 93 (void) unlink(buffy); in stats_dbm_rm() 96 (void) unlink(buffy); in stats_dbm_rm()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | dlog_ck.c | 263 char buffy[BUFSIZ]; in create_mapfile() local 271 memset(buffy, '\0', sizeof (buffy)); in create_mapfile() 273 wsize = (size > sizeof (buffy)) ? sizeof (buffy) : size; in create_mapfile() 274 if (write(fd, buffy, wsize) != wsize) { in create_mapfile()
|
/titanic_41/usr/src/cmd/backup/lib/ |
H A D | byteorder.c | 203 char buffy[BUFSIZ]; in normspcl() local 206 (void) sprintf(buffy, "%dl", TP_NINOS); in normspcl() 207 swabst(buffy, (uchar_t *)sp->c_data.s_inos); in normspcl()
|
H A D | getdate.y | 866 char buffy[BUFSIZ]; local 878 if (fgets(buffy, sizeof (buffy), stdin) == NULL) { 882 } while (sscanf(buffy, "%2d%2d%2d%2d%2d",
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_log.c | 452 char buffy[2 * sizeof (header)]; in cachefs_log_write_header() local 462 error = vn_rdwr(UIO_READ, vp, buffy, in cachefs_log_write_header() 463 MIN(sizeof (buffy), attr.va_size), in cachefs_log_write_header() 469 xdrmem_create(&xdrm, buffy, sizeof (buffy), XDR_DECODE); in cachefs_log_write_header() 488 xdrmem_create(&xdrm, buffy, sizeof (buffy), XDR_ENCODE); in cachefs_log_write_header() 510 (caddr_t)buffy, xdr_getpos(&xdrm), in cachefs_log_write_header() 589 char *buffy = NULL; in cachefs_log_process_queue() local 634 buffy = cachefs_kmem_alloc(CACHEFS_LOG_ENCODE_SIZE, KM_SLEEP); in cachefs_log_process_queue() 635 xdrmem_create(&xdrm, buffy, CACHEFS_LOG_ENCODE_SIZE, XDR_ENCODE); in cachefs_log_process_queue() 645 iov.iov_base = buffy; in cachefs_log_process_queue() [all …]
|
H A D | cachefs_vnops.c | 7158 caddr_t buffy = NULL; in cachefs_readback_translate() local 7171 buffy = cachefs_kmem_alloc(buffysize, KM_SLEEP); in cachefs_readback_translate() 7173 iov.iov_base = buffy; in cachefs_readback_translate() 7190 end = buffy + buffysize - uioin.uio_resid; in cachefs_readback_translate() 7196 for (chrp = buffy; chrp < end; chrp += de->d_reclen) { in cachefs_readback_translate() 7206 error = uiomove(buffy, end - buffy, UIO_READ, uiop); in cachefs_readback_translate() 7211 if (buffy != NULL) in cachefs_readback_translate() 7212 cachefs_kmem_free(buffy, buffysize); in cachefs_readback_translate()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 4146 char buffy[NFS4_OPAQUE_LIMIT]; in prt_acl() local 4170 (void) strncpy(buffy, val.fattr4_acl_val[i].who.utf8string_val, in prt_acl() 4172 buffy[len] = '\0'; in prt_acl() 4173 sprintf(get_line(0, 0), " who = %s", buffy); in prt_acl() 4191 char buffy[BUFSIZ], *name; in detail_uint32_bitmap() local 4198 strcpy(buffy, indent); in detail_uint32_bitmap() 4199 len = strlen(buffy); in detail_uint32_bitmap() 4208 sprintf(get_line(0, 0), "%s", buffy); in detail_uint32_bitmap() 4209 strcpy(buffy, indent); in detail_uint32_bitmap() 4210 len = strlen(buffy); in detail_uint32_bitmap() [all …]
|
/titanic_41/usr/src/cmd/backup/restore/ |
H A D | tape.c | 1703 char buffy[MAXBSIZE]; in closemt() local 1705 while (read(mt, buffy, sizeof (buffy)) > 0) { in closemt()
|