Searched refs:tsiz (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/ipcs/
H A Dipc.c112 size_t tsiz; local
117 tsiz = xp->size;
119 &tsiz, NULL, 0);
122 if (tsiz != xp->size)
124 xp->sysctl, xp->size, tsiz);
132 size_t tsiz; local
157 tsiz = sizeof(msqids);
159 &msqids, tsiz);
163 tsiz = sizeof(shmsegs);
165 &shmsegs, tsiz);
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1478 int error = 0, len, retlen, tsiz, eof = 0; local
1486 tsiz = uio_uio_resid(uiop);
1487 tmp_off = uiop->uio_offset + tsiz;
1496 while (tsiz > 0) {
1498 len = (tsiz > rsize) ? rsize : tsiz;
1544 tsiz -= retlen;
1547 tsiz = 0;
1549 tsiz = 0;
1652 int error = 0, len, tsiz, rle local
[all...]

Completed in 70 milliseconds