Searched refs:attrsize (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtnf.h51 int attrsize; member in struct:__anon9108
/illumos-gate/usr/src/lib/libtnfctl/
H A Dkernel_int.c438 if (probebuf.attrsize < sizeof (probebuf))
439 probebuf.attrsize = sizeof (probebuf);
440 p->attr_string = malloc(probebuf.attrsize);
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c486 probebuf.attrsize = strlen(p->attrs) + 1;
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3711 int attrsize; local
3767 attrsize = 8 + (int)strlen(
3780 bytes -= attrsize;
3787 bytes -= attrsize;
3790 bytes -= attrsize;
3802 attrsize =
3805 bytes -= attrsize;
3820 tp += attrsize;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1565 * attrsize is the total size of all attributes
1635 dmu_tx_hold_sa_create(dmu_tx_t *tx, int attrsize) argument
1655 if (attrsize <= DN_MAX_BONUSLEN && !sa->sa_force_spill)
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4883 int attrsize; local
4918 attrsize = 8 +
4930 bytes -= attrsize;
4936 bytes -= attrsize;
4939 bytes -= attrsize;
4949 tp += attrsize;

Completed in 109 milliseconds