Searched defs:shareprops (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 2075 static const char *shareprops[] = { local 2081 for (i = 0; shareprops[i]; i++) { 2082 if (addlist(hdl, NULL, shareprops[i],
|
H A D | libzfs_sendrecv.c | 577 nvlist_t *shareprops; member in struct:send_data 598 * "shareprops" -> { name (lastname) -> { name -> value } } 666 VERIFY(0 == nvlist_add_nvlist(sd->shareprops, sharename, nv)); 846 VERIFY(0 == nvlist_alloc(&sd->shareprops, NV_UNIQUE_NAME, 0)); 849 VERIFY(0 == nvlist_add_nvlist(nvfs, "shareprops", sd->shareprops)); 851 nvlist_free(sd->shareprops); 2266 "shareprops", &props) && 3424 if (0 == nvlist_lookup_nvlist(fs, "shareprops", &shares)) { 3435 nvlist_t *shareprops; local [all...] |
Completed in 35 milliseconds