/src/usr.sbin/diskpart/ |
diskpart.c | 127 off_t totsize = 0; local in function:main 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 in typeref:typename:long 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 in function:build_pr_queue 675 totsize = strtok(NULL, delims); 676 if (!totsize) 694 curr->size = strdup(totsize); 727 char *totsize; local in function:build_pr_queue 754 totsize = &buff[SIZECOL - 1]; 756 cp = totsize; 793 curr->size = strdup(totsize);
|
/src/sys/dev/i2o/ |
iop.c | 1298 int rv, totsize; local in function:iop_field_set 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 in function:iop_table_add_row 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);
|
/src/sys/arch/xen/xen/ |
xennetback_xenbus.c | 1079 size_t goff, segoff, segsize, take, totsize; local in function:xennetback_rx_copy_queue 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);
|