Lines Matching refs:propbuf

2161 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf,  in zfs_prop_get_recvd()  argument
2178 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd()
2189 (void) strlcpy(propbuf, recvdval, proplen); in zfs_prop_get_recvd()
2196 get_clones_string(zfs_handle_t *zhp, char *propbuf, size_t proplen) in get_clones_string() argument
2205 propbuf[0] = '\0'; in get_clones_string()
2208 if (propbuf[0] != '\0') in get_clones_string()
2209 (void) strlcat(propbuf, ",", proplen); in get_clones_string()
2210 (void) strlcat(propbuf, nvpair_name(pair), proplen); in get_clones_string()
2314 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() argument
2348 strftime(propbuf, proplen, "%a %b %e %k:%M %Y", in zfs_prop_get()
2350 (void) snprintf(propbuf, proplen, "%llu", val); in zfs_prop_get()
2410 (void) snprintf(propbuf, proplen, "%s%s", in zfs_prop_get()
2413 (void) snprintf(propbuf, proplen, "%s%s%s%s", in zfs_prop_get()
2418 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2427 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2431 if (get_clones_string(zhp, propbuf, proplen) != 0) in zfs_prop_get()
2451 (void) strlcpy(propbuf, "0", proplen); in zfs_prop_get()
2453 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get()
2456 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2459 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2478 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2481 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get()
2483 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2491 (void) snprintf(propbuf, proplen, "%llu.%02llux", in zfs_prop_get()
2513 (void) snprintf(propbuf, proplen, "%s", str); in zfs_prop_get()
2527 (void) strlcpy(propbuf, "yes", proplen); in zfs_prop_get()
2529 (void) strlcpy(propbuf, "no", proplen); in zfs_prop_get()
2538 (void) strlcpy(propbuf, zhp->zfs_name, proplen); in zfs_prop_get()
2546 (void) strlcpy(propbuf, in zfs_prop_get()
2549 if (literal || (strcasecmp(propbuf, in zfs_prop_get()
2559 if (str_to_label(propbuf, &new_sl, MAC_LABEL, in zfs_prop_get()
2574 (void) strlcpy(propbuf, ascii, proplen); in zfs_prop_get()
2587 (void) snprintf(propbuf, proplen, "%llu", (u_longlong_t)val); in zfs_prop_get()
2597 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2600 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2607 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2616 (void) strlcpy(propbuf, strval, proplen); in zfs_prop_get()
2890 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_userquota() argument
2903 (void) snprintf(propbuf, proplen, "%llu", propvalue); in zfs_prop_get_userquota()
2906 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get_userquota()
2908 zfs_nicenum(propvalue, propbuf, proplen); in zfs_prop_get_userquota()
2949 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_written() argument
2960 (void) snprintf(propbuf, proplen, "%llu", propvalue); in zfs_prop_get_written()
2962 zfs_nicenum(propvalue, propbuf, proplen); in zfs_prop_get_written()