Home
last modified time | relevance | path

Searched refs:intsz (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_prop.h80 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 Ddsl_prop.c58 if (intsz != 1) in dodefault()
63 if (intsz != 8 || numints < 1) in dodefault()
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
203 intsz, numints, buf); in dsl_prop_get_ds()
314 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get() argument
324 intsz, numints, buf, setpoint); in dsl_prop_get()
670 intsz, numints, value, tx)); in dsl_prop_set_sync_impl()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dout.c477 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 Dtbl_term.c859 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()