OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totsize
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/diskpart/
diskpart.c
127
off_t
totsize
= 0;
local
142
totsize
= strtoul(optarg, &lp, 10);
185
totsize
== 0) {
198
if (
totsize
!= 0) {
199
dp->d_ncylinders = howmany(
totsize
, spc);
200
badsecttable = spc * dp->d_ncylinders -
totsize
;
243
if (
totsize
|| !pflag)
245
if (
totsize
)
/src/usr.sbin/lpr/common_source/
displayq.c
81
static long
totsize
; /* total print job size in bytes */
variable
104
totsize
= 0;
357
printf("%ld bytes\n",
totsize
);
358
totsize
= 0;
438
totsize
+= copies * (long)lbuf.st_size;
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c
647
char *
totsize
;
local
675
totsize
= strtok(NULL, delims);
676
if (!
totsize
)
694
curr->size = strdup(
totsize
);
727
char *
totsize
;
local
754
totsize
= &buff[SIZECOL - 1];
756
cp =
totsize
;
793
curr->size = strdup(
totsize
);
/src/sys/arch/xen/xen/
xennetback_xenbus.c
1079
size_t goff, segoff, segsize, take,
totsize
;
local
1102
totsize
= xst0->xs_m->m_pkthdr.len;
1115
KASSERT(take <=
totsize
);
1132
totsize
-= take;
1134
if (goff == PAGE_SIZE &&
totsize
> 0) {
1157
KASSERT(
totsize
== 0);
/src/sys/dev/i2o/
iop.c
1298
int rv,
totsize
;
local
1301
totsize
= sizeof(*pgop) + size;
1304
pgop = malloc(
totsize
, M_DEVBUF, M_WAITOK);
1320
iop_msg_map(sc, im, mb, pgop,
totsize
, 1, NULL);
1382
int rv,
totsize
;
local
1385
totsize
= sizeof(*pgop) + sizeof(u_int16_t) * 2 + size;
1388
pgop = malloc(
totsize
, M_DEVBUF, M_WAITOK);
1406
iop_msg_map(sc, im, mb, pgop,
totsize
, 1, NULL);
Completed in 25 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026