Home
last modified time | relevance | path

Searched refs:DEFAULT (Results 1 – 25 of 37) sorted by relevance

12

/dragonfly/sys/dev/sound/midi/
H A Dsynth_if.m208 } DEFAULT nokillnote;
221 } DEFAULT nosetinstr;
238 } DEFAULT nopanning;
256 } DEFAULT nobender;
281 } DEFAULT nowriteraw;
285 } DEFAULT noreset;
295 } DEFAULT noopen;
299 } DEFAULT noclose;
303 } DEFAULT noquery;
307 } DEFAULT noinsync;
[all …]
/dragonfly/sys/dev/sound/pcm/
H A Dchannel_if.m113 } DEFAULT channel_nofree;
118 } DEFAULT channel_noreset;
123 } DEFAULT channel_noresetdone;
148 } DEFAULT channel_nosetfragments;
159 } DEFAULT channel_nogetptr;
170 } DEFAULT channel_nonotify;
197 } DEFAULT channel_nogetpeaks;
221 } DEFAULT channel_nogetrates;
227 } DEFAULT channel_nogetmatrix;
233 } DEFAULT channel_nosetmatrix;
H A Dfeeder_if.m65 } DEFAULT feeder_noinit;
69 } DEFAULT feeder_nofree;
75 } DEFAULT feeder_noset;
80 } DEFAULT feeder_noget;
H A Dac97_if.m48 } DEFAULT ac97_noinit;
H A Dmixer_if.m51 } DEFAULT mixer_noreinit;
/dragonfly/contrib/gcc-8.0/gcc/
H A Dparams.c42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument
43 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, V0, V1, V2, V3, V4) \ argument
50 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument
51 { OPTION, DEFAULT, MIN, MAX, HELP, NULL },
52 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, \ argument
54 { OPTION, (int)ENUM ## _KIND_ ## DEFAULT, 0, 4, HELP, values_ ## ENUM },
H A Dparams-enum.h20 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) argument
24 #define DEFPARAMENUM5(ENUM, OPTION, HELP, DEFAULT, V0, V1, V2, V3, V4) \ argument
/dragonfly/sys/libiconv/
H A Diconv_converter_if.m56 } DEFAULT iconv_converter_initstub;
60 } DEFAULT iconv_converter_donestub;
69 } DEFAULT iconv_converter_tolowerstub;
74 } DEFAULT iconv_converter_tolowerstub;
/dragonfly/contrib/tnftp/src/
H A Druserpass.c65 #define DEFAULT 1 macro
79 { "default", DEFAULT },
114 case DEFAULT: in ruserpass()
147 t != MACH && t != DEFAULT) switch(t) { in ruserpass()
/dragonfly/sys/kern/
H A Dbus_if.m56 } DEFAULT bus_generic_print_child;
116 } DEFAULT bus_generic_driver_added;
160 } DEFAULT null_alloc_resource;
227 } DEFAULT bus_generic_enable_intr;
233 } DEFAULT bus_generic_disable_intr;
278 } DEFAULT bus_generic_get_resource_list;
293 } DEFAULT bus_generic_child_present;
327 } DEFAULT bus_generic_config_intr;
338 } DEFAULT bus_generic_get_dma_tag;
H A Ddevice_if.m135 } DEFAULT null_shutdown;
145 } DEFAULT null_suspend;
149 } DEFAULT null_resume;
156 } DEFAULT null_quiesce;
160 } DEFAULT null_register;
/dragonfly/sys/dev/misc/backlight/
H A Dbacklight_if.m57 } DEFAULT backlight_default_update_status;
62 } DEFAULT backlight_default_get_status;
67 } DEFAULT backlight_default_get_info;
/dragonfly/sys/dev/disk/nata/
H A Data_if.m47 } DEFAULT ata_null_locking;
65 } DEFAULT ata_null_setmode;;
69 } DEFAULT ata_generic_reset;
/dragonfly/sys/bus/iicbus/
H A Diicbb_if.m63 } DEFAULT null_callback;
70 } DEFAULT null_pre_xfer;
77 } DEFAULT null_post_xfer;
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.c42 #define DEFPARAM(ENUM, OPTION, HELP, DEFAULT, MIN, MAX) \ argument
43 { OPTION, DEFAULT, MIN, MAX, HELP },
/dragonfly/lib/libcompat/4.3/
H A Drexec.c72 #define DEFAULT 1 macro
86 { "default", DEFAULT },
162 case DEFAULT: in ruserpass()
185 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) { in ruserpass()
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci_if.m153 } DEFAULT sdhci_generic_min_freq;
158 } DEFAULT sdhci_generic_get_card_present;
163 } DEFAULT null_set_uhs_timing;
/dragonfly/sys/bus/pci/
H A Dpci_if.m145 } DEFAULT null_msi_count;
150 } DEFAULT null_msi_count;
/dragonfly/sys/tools/
H A Dmakeobjops.awk234 if (extra ~ /[ ]*DEFAULT[ ]*[a-zA-Z_][a-zA-Z_0-9]*[ ]*;/) {
236 sub(/.*DEFAULT[ ]*/, "", default);
/dragonfly/sys/bus/pccard/
H A Dcard_if.m146 } DEFAULT null_do_probe;
151 } DEFAULT null_do_attach;
/dragonfly/usr.sbin/802_11/wpa_supplicant/
H A DMakefile58 -DTLS_DEFAULT_CIPHERS=\""DEFAULT:!EXP:!LOW"\" \
/dragonfly/bin/ps/
H A Dps.c88 enum sort { DEFAULT, SORTMEM, SORTCPU } sortby = DEFAULT; enumerator
/dragonfly/sys/contrib/dev/drm/radeonfw/
H A DLICENSE.radeon36 BREACH OR DEFAULT, INCLUDING THOSE ARISING FROM INFRINGEMENT OR ALLEGED
/dragonfly/contrib/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; enumerator
/dragonfly/sys/dev/acpica/
H A Dacpi_wmi_if.m57 } DEFAULT acpi_wmi_generic_provides_guid_string;

12