Lines Matching refs:propstr
6822 const char *propstr; in collect_pool() local
6865 propstr = "-"; in collect_pool()
6867 propstr = property; in collect_pool()
6874 propstr = property; in collect_pool()
6879 propstr = property; in collect_pool()
6881 propstr = "-"; in collect_pool()
6893 prop_name, propstr, in collect_pool()
6903 (void) fputs(propstr, stdout); in collect_pool()
6905 (void) printf("%*s", (int)width, propstr); in collect_pool()
6907 (void) printf("%-*s", (int)width, propstr); in collect_pool()
12617 char *propstr = NULL; in zpool_do_get() local
12738 propstr = argv[0]; in zpool_do_get()
12792 if (zprop_get_list(g_zfs, propstr, &cb.cb_proplist, in zpool_do_get()