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

/freebsd-10.2-release/lib/libdpv/
H A Ddpv.h59 * Output types for use with output_type member of dpv_config structure
98 enum dpv_output output_type; /* Output (default TYPE_NONE) */ member in struct:dpv_config
H A Ddpv.c108 enum dpv_output output_type; local
158 output_type = DPV_OUTPUT_NONE;
202 output_type = config->output_type;
560 switch (output_type) {
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_opregion.c427 int output_type = ACPI_OTHER_OUTPUT; local
436 output_type = ACPI_VGA_OUTPUT;
442 output_type = ACPI_TV_OUTPUT;
449 output_type = ACPI_DIGITAL_OUTPUT;
452 output_type = ACPI_LVDS_OUTPUT;
455 opregion->acpi->didl[i] |= (1<<31) | output_type | i;
/freebsd-10.2-release/usr.bin/dpv/
H A Ddpv.c61 static int output_type = DPV_OUTPUT_NONE; variable
111 switch(output_type) {
326 output_type = DPV_OUTPUT_FILE;
327 config->output_type = DPV_OUTPUT_FILE;
386 output_type = DPV_OUTPUT_SHELL;
387 config->output_type = DPV_OUTPUT_SHELL;
/freebsd-10.2-release/sbin/routed/
H A Ddefs.h436 enum output_type {OUT_QUERY, OUT_UNICAST, OUT_BROADCAST, OUT_MULTICAST, enum
445 enum output_type type;
514 int output(enum output_type, struct sockaddr_in *,
520 enum output_type, int, int, int);
H A Doutput.c97 output(enum output_type type,
668 enum output_type type,
819 enum output_type type;
902 enum output_type type;

Completed in 86 milliseconds