Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Ddsl_prop.h82 int intsz, int numints, void *buf, char *setpoint);
88 int intsz, int numints, void *buf, char *setpoint);
92 int intsz, int numints, void *buf, char *setpoint,
100 zprop_source_t source, int intsz, int numints, const void *value,
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddsl_prop.c58 if (intsz != 1) in dodefault()
63 if (intsz != 8 || numints < 1) in dodefault()
110 propname, intsz, numints, buf); in dsl_prop_get_dd()
129 recvdstr, intsz, numints, buf); in dsl_prop_get_dd()
154 err = dodefault(prop, intsz, numints, buf); in dsl_prop_get_dd()
164 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get_ds() argument
206 intsz, numints, buf); in dsl_prop_get_ds()
318 int intsz, int numints, void *buf, char *setpoint) in dsl_prop_get() argument
328 intsz, numints, buf, setpoint); in dsl_prop_get()
716 intsz, numints, value, tx)); in dsl_prop_set_sync_impl()
[all …]
/freebsd-13.1/contrib/mandoc/
H A Dout.c488 size_t intsz, totsz; in tblcalc_number() local
529 intsz = 0; in tblcalc_number()
533 intsz += (*tbl->slen)(buf, tbl->arg); in tblcalc_number()
542 if (intsz > col->decimal) { in tblcalc_number()
543 col->nwidth += intsz - col->decimal; in tblcalc_number()
544 col->decimal = intsz; in tblcalc_number()
546 totsz += col->decimal - intsz; in tblcalc_number()
H A Dtbl_term.c871 size_t intsz, padl, totsz; in tbl_number() local
900 intsz = 0; in tbl_number()
904 intsz += term_strlen(tp, buf); in tbl_number()
912 if (col->decimal > intsz && col->width > totsz) { in tbl_number()
913 padl = col->decimal - intsz; in tbl_number()