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

/freebsd-11-stable/share/examples/jails/
H A Djng375 local output=jng.svg output_type= force=
380 T) output_type="$OPTARG" ;;
391 if [ ! "$output_type" ]; then
396 output_type=$suffix
400 ngctl dot | dot ${output_type:+-T "$output_type"} -o "$output"
/freebsd-11-stable/lib/libdpv/
H A Ddpv.h62 * Output types for use with output_type member of dpv_config structure
102 enum dpv_output output_type; /* Output (default TYPE_NONE) */ member in struct:dpv_config
H A Ddpv.c110 enum dpv_output output_type; local
161 output_type = DPV_OUTPUT_NONE;
206 output_type = config->output_type;
569 switch (output_type) {
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_opregion.c412 int output_type = ACPI_OTHER_OUTPUT; local
421 output_type = ACPI_VGA_OUTPUT;
427 output_type = ACPI_TV_OUTPUT;
434 output_type = ACPI_DIGITAL_OUTPUT;
437 output_type = ACPI_LVDS_OUTPUT;
441 iowrite32(temp | (1<<31) | output_type | i,
/freebsd-11-stable/usr.bin/dpv/
H A Ddpv.c61 static int output_type = DPV_OUTPUT_NONE; variable
111 switch(output_type) {
329 output_type = DPV_OUTPUT_FILE;
330 config->output_type = DPV_OUTPUT_FILE;
389 output_type = DPV_OUTPUT_SHELL;
390 config->output_type = DPV_OUTPUT_SHELL;
/freebsd-11-stable/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 150 milliseconds