Searched refs:intsz (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_prop.h | 80 int intsz, int numints, void *buf, char *setpoint); 86 int intsz, int numints, void *buf, char *setpoint); 90 int intsz, int numints, void *buf, char *setpoint, 98 zprop_source_t source, int intsz, int numints, const void *value,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_prop.c | 46 dodefault(zfs_prop_t prop, int intsz, int numints, void *buf) in dodefault() argument 58 if (intsz != 1) in dodefault() 63 if (intsz != 8 || numints < 1) in dodefault() 74 int intsz, int numints, void *buf, char *setpoint, boolean_t snapshot) in dsl_prop_get_dd() argument 108 propname, intsz, numints, buf); in dsl_prop_get_dd() 127 recvdstr, intsz, numints, buf); in dsl_prop_get_dd() 151 err = dodefault(prop, intsz, numints, buf); in dsl_prop_get_dd() 161 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get_ds() argument 178 err = zap_lookup(mos, zapobj, propname, intsz, numints, buf); in dsl_prop_get_ds() 203 intsz, numints, buf); in dsl_prop_get_ds() [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | out.c | 477 size_t intsz, totsz; in tblcalc_number() local 518 intsz = 0; in tblcalc_number() 522 intsz += (*tbl->slen)(buf, tbl->arg); in tblcalc_number() 531 if (intsz > col->decimal) { in tblcalc_number() 532 col->nwidth += intsz - col->decimal; in tblcalc_number() 533 col->decimal = intsz; in tblcalc_number() 535 totsz += col->decimal - intsz; in tblcalc_number()
|
H A D | tbl_term.c | 859 size_t intsz, padl, totsz; in tbl_number() local 888 intsz = 0; in tbl_number() 892 intsz += term_strlen(tp, buf); in tbl_number() 900 if (col->decimal > intsz && col->width > totsz) { in tbl_number() 901 padl = col->decimal - intsz; in tbl_number()
|