Lines Matching refs:propbuf

2175 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf,  in zfs_prop_get_recvd()  argument
2192 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd()
2203 (void) strlcpy(propbuf, recvdval, proplen); in zfs_prop_get_recvd()
2210 get_clones_string(zfs_handle_t *zhp, char *propbuf, size_t proplen) in get_clones_string() argument
2219 propbuf[0] = '\0'; in get_clones_string()
2222 if (propbuf[0] != '\0') in get_clones_string()
2223 (void) strlcat(propbuf, ",", proplen); in get_clones_string()
2224 (void) strlcat(propbuf, nvpair_name(pair), proplen); in get_clones_string()
2328 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() argument
2362 strftime(propbuf, proplen, "%a %b %e %k:%M %Y", in zfs_prop_get()
2364 (void) snprintf(propbuf, proplen, "%llu", val); in zfs_prop_get()
2424 (void) snprintf(propbuf, proplen, "%s%s", in zfs_prop_get()
2427 (void) snprintf(propbuf, proplen, "%s%s%s%s", in zfs_prop_get()
2432 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2441 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2445 if (get_clones_string(zhp, propbuf, proplen) != 0) in zfs_prop_get()
2465 (void) strlcpy(propbuf, "0", proplen); in zfs_prop_get()
2467 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get()
2470 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2473 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2492 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2495 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get()
2497 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2505 (void) snprintf(propbuf, proplen, "%llu.%02llux", in zfs_prop_get()
2527 (void) snprintf(propbuf, proplen, "%s", str); in zfs_prop_get()
2541 (void) strlcpy(propbuf, "yes", proplen); in zfs_prop_get()
2543 (void) strlcpy(propbuf, "no", proplen); in zfs_prop_get()
2552 (void) strlcpy(propbuf, zhp->zfs_name, proplen); in zfs_prop_get()
2560 (void) strlcpy(propbuf, in zfs_prop_get()
2563 if (literal || (strcasecmp(propbuf, in zfs_prop_get()
2573 if (str_to_label(propbuf, &new_sl, MAC_LABEL, in zfs_prop_get()
2588 (void) strlcpy(propbuf, ascii, proplen); in zfs_prop_get()
2601 (void) snprintf(propbuf, proplen, "%llu", (u_longlong_t)val); in zfs_prop_get()
2611 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2614 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2621 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2630 (void) strlcpy(propbuf, strval, proplen); in zfs_prop_get()
2904 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_userquota() argument
2917 (void) snprintf(propbuf, proplen, "%llu", propvalue); in zfs_prop_get_userquota()
2920 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get_userquota()
2922 zfs_nicenum(propvalue, propbuf, proplen); in zfs_prop_get_userquota()
2963 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_written() argument
2974 (void) snprintf(propbuf, proplen, "%llu", propvalue); in zfs_prop_get_written()
2976 zfs_nicenum(propvalue, propbuf, proplen); in zfs_prop_get_written()