Searched defs:fsattr (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/hal/probing/volume/ |
| H A D | probe-volume.c | 75 set_fstyp_properties (LibHalContext *ctx, const char *udi, const char *fstype, nvlist_t *fsattr) argument 95 (void) nvlist_lookup_string(fsattr, "gen_volume_label", &label_orig); 113 if (nvlist_lookup_string(fsattr, "gen_uuid", &uuid) == 0) { 453 nvlist_t *fsattr; local 642 (fstyp_get_attr(fstyp_handle, &fsattr) != 0)) { 647 set_fstyp_properties (ctx, udi, fstype, fsattr);
|
Completed in 685 milliseconds