Lines Matching refs:proplen

2423     size_t proplen, boolean_t literal)  in zfs_prop_get_recvd()  argument
2439 err = zfs_prop_get(zhp, prop, propbuf, proplen, in zfs_prop_get_recvd()
2449 (void) strlcpy(propbuf, recvdval, proplen); in zfs_prop_get_recvd()
2456 get_clones_string(zfs_handle_t *zhp, char *propbuf, size_t proplen) in get_clones_string() argument
2469 (void) strlcat(propbuf, ",", proplen); in get_clones_string()
2470 (void) strlcat(propbuf, nvpair_name(pair), proplen); in get_clones_string()
2570 get_rsnaps_string(zfs_handle_t *zhp, char *propbuf, size_t proplen) in get_rsnaps_string() argument
2584 (void) snprintf(propbuf, proplen, "none"); in get_rsnaps_string()
2591 (void) strlcat(propbuf, ",", proplen); in get_rsnaps_string()
2594 (void) strlcat(propbuf, buf, proplen); in get_rsnaps_string()
2675 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, in zfs_prop_get() argument
2709 strftime(propbuf, proplen, "%a %b %e %k:%M %Y", in zfs_prop_get()
2711 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2773 (void) snprintf(propbuf, proplen, "%s%s", in zfs_prop_get()
2776 (void) snprintf(propbuf, proplen, "%s%s%s%s", in zfs_prop_get()
2781 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2796 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
2801 if (get_rsnaps_string(zhp, propbuf, proplen) != 0) in zfs_prop_get()
2806 if (get_clones_string(zhp, propbuf, proplen) != 0) in zfs_prop_get()
2825 (void) strlcpy(propbuf, "0", proplen); in zfs_prop_get()
2827 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get()
2830 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2833 zfs_nicebytes(val, propbuf, proplen); in zfs_prop_get()
2852 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get()
2854 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2857 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
2868 (void) snprintf(propbuf, proplen, "%llu.%02llu", in zfs_prop_get()
2872 (void) snprintf(propbuf, proplen, "%llu.%02llux", in zfs_prop_get()
2895 (void) snprintf(propbuf, proplen, "%s", str); in zfs_prop_get()
2910 (void) strlcpy(propbuf, "yes", proplen); in zfs_prop_get()
2912 (void) strlcpy(propbuf, "no", proplen); in zfs_prop_get()
2921 (void) strlcpy(propbuf, zhp->zfs_name, proplen); in zfs_prop_get()
2932 getprop_string(zhp, prop, &source), proplen); in zfs_prop_get()
2959 (void) strlcpy(propbuf, ascii, proplen); in zfs_prop_get()
2963 getprop_string(zhp, prop, &source), proplen); in zfs_prop_get()
2982 (void) snprintf(propbuf, proplen, "%llu", (u_longlong_t)val); in zfs_prop_get()
2996 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
2999 zfs_nicebytes(val, propbuf, proplen); in zfs_prop_get()
3016 strftime(propbuf, proplen, "%a %b %e %k:%M:%S %Y", in zfs_prop_get()
3018 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
3033 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get()
3036 zfs_nicenum(val, propbuf, proplen); in zfs_prop_get()
3046 (void) strlcpy(propbuf, str, proplen); in zfs_prop_get()
3057 (void) strlcpy(propbuf, strval, proplen); in zfs_prop_get()
3320 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_userquota() argument
3333 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get_userquota()
3340 (void) strlcpy(propbuf, "none", proplen); in zfs_prop_get_userquota()
3344 zfs_nicebytes(propvalue, propbuf, proplen); in zfs_prop_get_userquota()
3346 zfs_nicenum(propvalue, propbuf, proplen); in zfs_prop_get_userquota()
3391 char *propbuf, int proplen, boolean_t literal) in zfs_prop_get_written() argument
3402 (void) snprintf(propbuf, proplen, "%llu", in zfs_prop_get_written()
3405 zfs_nicebytes(propvalue, propbuf, proplen); in zfs_prop_get_written()