Searched refs:has_audio (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c220 dbus_bool_t *has_audio)
309 *has_audio = *has_data = FALSE;
338 *has_audio = B_TRUE;
351 libhal_changeset_set_property_bool (cs, "volume.disc.has_audio", *has_audio);
439 dbus_bool_t has_audio = FALSE; local
533 if (!probe_disc (rfd, ctx, udi, &has_data, &has_audio)) {
538 if (has_audio) {
219 probe_disc(int fd, LibHalContext *ctx, const char *udi, dbus_bool_t *has_data, dbus_bool_t *has_audio) argument

Completed in 56 milliseconds