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

/freebsd-11.0-release/usr.bin/ipcs/
H A Dipc.c110 size_t tsiz; local
115 tsiz = xp->size;
117 &tsiz, NULL, 0);
120 if (tsiz != xp->size)
122 xp->sysctl, xp->size, tsiz);
130 size_t tsiz; local
155 tsiz = sizeof(msqids);
157 &msqids, tsiz);
161 tsiz = sizeof(shmsegs);
163 &shmsegs, tsiz);
[all...]
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1406 int error = 0, len, retlen, tsiz, eof = 0; local
1414 tsiz = uio_uio_resid(uiop);
1415 tmp_off = uiop->uio_offset + tsiz;
1424 while (tsiz > 0) {
1426 len = (tsiz > rsize) ? rsize : tsiz;
1472 tsiz -= retlen;
1475 tsiz = 0;
1477 tsiz = 0;
1580 int error = 0, len, tsiz, rle local
[all...]

Completed in 141 milliseconds