Searched refs:tsize (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-12-stable/usr.bin/truncate/
H A Dtruncate.c52 off_t oflow, rsize, sz, tsize, round; local
63 rsize = tsize = sz = 0;
110 tsize = sb.st_size;
114 tsize = sz;
145 tsize = oflow;
162 tsize = (round < 0 ? 0 : round) * sz;
164 tsize = sb.st_size;
166 if (tsize < 0)
167 tsize = 0;
169 if (ftruncate(fd, tsize)
[all...]
/freebsd-12-stable/tests/sys/geom/class/concat/
H A D2_test.sh8 tsize=6
16 dd if=/dev/random of=${src} bs=1m count=$tsize >/dev/null 2>&1
21 dd if=${src} of=/dev/concat/${name} bs=1m count=$tsize >/dev/null 2>&1
22 dd if=/dev/concat/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
/freebsd-12-stable/tests/sys/geom/class/stripe/
H A D2_test.sh8 tsize=3
12 dd if=/dev/random of=${src} bs=1m count=$tsize >/dev/null 2>&1
21 dd if=${src} of=/dev/stripe/${name} bs=1m count=$tsize >/dev/null 2>&1
22 dd if=/dev/stripe/${name} of=${dst} bs=1m count=$tsize >/dev/null 2>&1
/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dprf.c120 size_t tsize; local
134 tsize = min(dol, output.length);
135 memcpy(p, output.data, tsize);
136 p += tsize;
137 dol -= tsize;
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dfvwrite.c136 int tsize; local
139 tsize = fp->f_bf.smb_size;
142 tsize = (tsize << 1) + 1;
143 } while ((size_t) tsize < blen + len);
145 tsize + 1);
151 fp->f_w += tsize - fp->f_bf.smb_size;
153 fp->f_bf.smb_size = tsize;
/freebsd-12-stable/contrib/binutils/include/coff/
H A Dia64.h46 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:__anon615
H A Dexternal.h47 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:external_aouthdr
63 char tsize[4]; /* Text size in bytes, padded to FW bdry*/ member in struct:external_aouthdr64
H A Drs6000.h38 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon638
H A Drs6k64.h60 unsigned char tsize[8]; /* text size bytes, padded to FW bdry */ member in struct:__anon655
H A Dalpha.h57 unsigned char tsize[8]; /* text size in bytes */ member in struct:external_aouthdr
H A Dmips.h40 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:external_aouthdr
/freebsd-12-stable/sys/i386/ibcs2/
H A Dcoff.h60 long tsize; /* */ member in struct:aouthdr
/freebsd-12-stable/contrib/binutils/include/aout/
H A Dencap.h56 long tsize; member in struct:coffheader
/freebsd-12-stable/usr.bin/tcopy/
H A Dtcopy.c66 static uint64_t lastrec, record, size, tsize; variable
208 tsize += size;
214 fprintf(msg, "total length: %ju bytes\n", (intmax_t)tsize);
291 fprintf(msg, "total length: %ju bytes\n", (uintmax_t)(tsize + size));
/freebsd-12-stable/contrib/amd/conf/nfs_prot/
H A Dnfs_prot_freebsd2.h101 #define sfrok_tsize tsize
H A Dnfs_prot_freebsd3.h139 #define sfrok_tsize tsize
/freebsd-12-stable/sbin/dump/
H A Dmain.c89 long tsize; /* tape size in 0.1" units */ variable
133 tsize = 0; /* Default later, based on 'c' option for cart tapes */
228 tsize = numarg("tape size", 1L, 0L) * 12 * 10;
304 if (tsize == 0)
305 tsize = cartridge ? 1700L*120L : 2300L*120L;
517 ) * (1.0 / tsize ); /* tape / 0.1" " */
530 ) * (1.0 / tsize ); /* tape / 0.1" " */
H A Ddump.h72 extern long tsize; /* tape size in 0.1" units */
/freebsd-12-stable/usr.sbin/config/
H A Dmain.c594 size_t tsize; local
615 tsize = (size_t)from_sb.st_size;
618 p = mmap(NULL, tsize, PROT_READ, MAP_SHARED, from_fd, (off_t)0);
621 q = mmap(NULL, tsize, PROT_READ, MAP_SHARED, to_fd, (off_t)0);
625 changed = memcmp(p, q, tsize);
626 munmap(p, tsize);
627 munmap(q, tsize);
/freebsd-12-stable/sys/netsmb/
H A Dsmb_smb.c825 int tsize, len, resid; local
828 tsize = uio->uio_resid;
829 while (tsize > 0) {
831 len = tsize;
835 tsize -= resid;
900 int error = 0, len, tsize, resid; local
903 tsize = uio->uio_resid;
905 while (tsize > 0) {
907 len = tsize;
915 tsize
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp64 uint32_t tsize; // Text segment size. member in struct:UserArea
H A DRegisterContextLinux_x86_64.cpp57 uint64_t tsize; // Text segment size. member in struct:UserArea
/freebsd-12-stable/stand/libsa/
H A Dtftp.c336 bcopy("tsize", wtail, 6);
697 int tsize = 0; local
718 * * "tsize" is specified in RFC2349.
725 } else if (strcasecmp(tftp_options[i], "tsize") == 0) {
727 tsize = strtol(tftp_options[i + 1], NULL, 10);
728 if (tsize != 0)
729 h->tftp_tsize = tsize;
/freebsd-12-stable/sys/kern/
H A Dvfs_cluster.c346 long tinc, tsize; local
451 tsize = size;
453 for (j = 0; tsize > 0; j++) {
455 tinc = tsize;
467 tsize -= tinc;
469 if (tsize > 0) {
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h398 uint64_t tsize : 8; /**< tsize*256 is the number of terminal nodes for GRAPH_TYPE_SM */ member in struct:__anon11155::__anon11156
752 command.s.tsize = (graph->num_terminal_nodes + 255) / 256;

Completed in 288 milliseconds

12