Home
last modified time | relevance | path

Searched refs:libhal_changeset_set_property_uint64 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dmapfile-vers83 libhal_changeset_set_property_uint64;
H A Dlibhal.h379 dbus_bool_t libhal_changeset_set_property_uint64 (LibHalChangeSet *changeset,
H A Dlibhal.c3988 libhal_changeset_set_property_uint64 (LibHalChangeSet *changeset, const char *key, dbus_uint64_t va… in libhal_changeset_set_property_uint64() function
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c355 libhal_changeset_set_property_uint64 (cs, "volume.disc.capacity", capacity); in probe_disc()