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

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c219 probe_disc (int fd, LibHalContext *ctx, const char *udi, dbus_bool_t *has_data, argument
309 *has_audio = *has_data = FALSE;
323 *has_data = B_TRUE; /* probe for fs anyway */
336 *has_data = B_TRUE;
352 libhal_changeset_set_property_bool (cs, "volume.disc.has_data", *has_data);
438 dbus_bool_t has_data = TRUE; /* probe for fs by default */ local
533 if (!probe_disc (rfd, ctx, udi, &has_data, &has_audio)) {
543 if (!has_data) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet_gen.c3115 boolean_t has_data; local
3210 rv = ldc_chkq(ldcp->ldc_handle, &has_data);
3211 if ((rv == 0) && (has_data == B_TRUE)) {

Completed in 161 milliseconds