Home
last modified time | relevance | path

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

12345

/trueos/sys/kern/
HDuipc_domain.c136 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in protosw_init() macro
137 DEFAULT(pu->pru_accept, pru_accept_notsupp); in protosw_init()
138 DEFAULT(pu->pru_bind, pru_bind_notsupp); in protosw_init()
139 DEFAULT(pu->pru_bindat, pru_bindat_notsupp); in protosw_init()
140 DEFAULT(pu->pru_connect, pru_connect_notsupp); in protosw_init()
141 DEFAULT(pu->pru_connect2, pru_connect2_notsupp); in protosw_init()
142 DEFAULT(pu->pru_connectat, pru_connectat_notsupp); in protosw_init()
143 DEFAULT(pu->pru_control, pru_control_notsupp); in protosw_init()
144 DEFAULT(pu->pru_disconnect, pru_disconnect_notsupp); in protosw_init()
145 DEFAULT(pu->pru_listen, pru_listen_notsupp); in protosw_init()
[all …]
/trueos/sys/dev/sound/midi/
HDsynth_if.m208 } DEFAULT nokillnote;
215 } DEFAULT nostartnote;
221 } DEFAULT nosetinstr;
226 } DEFAULT nohwcontrol;
232 } DEFAULT noaftertouch;
238 } DEFAULT nopanning;
245 } DEFAULT nocontroller;
250 } DEFAULT novolumemethod;
256 } DEFAULT nobender;
262 } DEFAULT nosetupvoice;
[all …]
/trueos/crypto/heimdal/lib/asn1/
HDsetchgpw2.asn1164 pvno-major[0] INTEGER DEFAULT 2,
165 pvno-minor[1] INTEGER DEFAULT 0,
174 pvno-major[0] INTEGER DEFAULT 2,
175 pvno-minor[1] INTEGER DEFAULT 0,
176 language[2] Language-Tag DEFAULT "i-default",
182 pvno-major[0] INTEGER DEFAULT 2,
183 pvno-minor[1] INTEGER DEFAULT 0,
184 language[2] Language-Tag DEFAULT "i-default",
/trueos/sys/dev/sound/pcm/
HDchannel_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;
HDfeeder_if.m65 } DEFAULT feeder_noinit;
69 } DEFAULT feeder_nofree;
75 } DEFAULT feeder_noset;
80 } DEFAULT feeder_noget;
/trueos/sys/dev/etherswitch/
HDetherswitch_if.m52 } DEFAULT null_etherswitch_lock;
59 } DEFAULT null_etherswitch_unlock;
135 } DEFAULT null_etherswitch_getconf;
143 } DEFAULT null_etherswitch_setconf;
/trueos/crypto/openssl/util/
HDshlib_wrap.sh44 #_RLDN32_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLDN32_LIST
51 #_RLD64_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLD64_LIST
86 _RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT" # Tru64, o32 IRIX
/trueos/contrib/groff/src/include/
HDcolor.h29 enum color_scheme {DEFAULT, CMY, CMYK, RGB, GRAY}; enumerator
44 color(symbol s = default_symbol) : scheme(DEFAULT), nm(s) {} in scheme() argument
53 int is_default() { return scheme == DEFAULT; } in is_default()
/trueos/sys/powerpc/powerpc/
HDplatform_if.m106 } DEFAULT platform_null_attach;
135 } DEFAULT platform_null_real_maxaddr;
159 } DEFAULT platform_null_smp_first_cpu;
169 } DEFAULT platform_null_smp_next_cpu;
179 } DEFAULT platform_null_smp_first_cpu;
197 } DEFAULT platform_null_smp_ap_init;
204 } DEFAULT platform_null_smp_topo;
HDmmu_if.m195 } DEFAULT mmu_null_copy;
326 } DEFAULT mmu_null_growkernel;
336 } DEFAULT mmu_null_init;
366 } DEFAULT mmu_null_is_prefaultable;
440 } DEFAULT mmu_null_object_init_pt;
470 } DEFAULT mmu_null_page_init;
613 } DEFAULT mmu_null_remove_pages;
687 } DEFAULT mmu_null_mincore;
710 } DEFAULT mmu_null_deactivate;
728 } DEFAULT mmu_null_align_superpage;
[all …]
/trueos/sys/geom/raid/
HDg_raid_md_if.m105 } DEFAULT g_raid_md_create_default;
113 } DEFAULT g_raid_md_create_req_default;
127 } DEFAULT g_raid_md_ctl_default;
141 } DEFAULT g_raid_md_volume_event_default;
162 } DEFAULT g_raid_md_free_disk_default;
168 } DEFAULT g_raid_md_free_volume_default;
/trueos/sys/libkern/
HDiconv_converter_if.m56 } DEFAULT iconv_converter_initstub;
60 } DEFAULT iconv_converter_donestub;
69 } DEFAULT iconv_converter_tolowerstub;
74 } DEFAULT iconv_converter_tolowerstub;
/trueos/sys/dev/ofw/
HDofw_bus_if.m125 } DEFAULT ofw_bus_default_get_devinfo;
132 } DEFAULT ofw_bus_default_get_compat;
139 } DEFAULT ofw_bus_default_get_model;
146 } DEFAULT ofw_bus_default_get_name;
153 } DEFAULT ofw_bus_default_get_node;
160 } DEFAULT ofw_bus_default_get_type;
171 } DEFAULT ofw_bus_default_map_intr;
/trueos/contrib/binutils/bfd/
HDcpu-alpha.c25 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
35 DEFAULT, \
HDcpu-mips.c44 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ argument
54 DEFAULT, \
/trueos/contrib/tnftp/src/
HDruserpass.c65 #define DEFAULT 1 macro
79 { "default", DEFAULT },
114 case DEFAULT: in ruserpass()
147 t != MACH && t != DEFAULT) switch(t) { in ruserpass()
/trueos/usr.bin/csup/
HDparse.y42 %token DEFAULT
66 : DEFAULT options
/trueos/crypto/heimdal/appl/ftp/ftp/
HDruserpass.c40 #define DEFAULT 1 macro
55 { "default", DEFAULT },
130 case DEFAULT: in ruserpassword()
162 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) { in ruserpassword()
/trueos/contrib/atf/atf-c/detail/
HDprocess_test.c1056 TC_FORK_STREAMS(capture, CAPTURE, default, DEFAULT);
1062 TC_FORK_STREAMS(connect, CONNECT, default, DEFAULT);
1066 TC_FORK_STREAMS(default, DEFAULT, capture, CAPTURE);
1067 TC_FORK_STREAMS(default, DEFAULT, connect, CONNECT);
1068 TC_FORK_STREAMS(default, DEFAULT, default, DEFAULT);
1069 TC_FORK_STREAMS(default, DEFAULT, inherit, INHERIT);
1070 TC_FORK_STREAMS(default, DEFAULT, redirect_fd, REDIRECT_FD);
1071 TC_FORK_STREAMS(default, DEFAULT, redirect_path, REDIRECT_PATH);
1074 TC_FORK_STREAMS(inherit, INHERIT, default, DEFAULT);
1080 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, default, DEFAULT);
[all …]
/trueos/usr.sbin/spkrtest/
HDspkrtest.sh69 for tune in ${tunes:-DEFAULT}
72 DEFAULT)
/trueos/sys/dev/ata/
HData_if.m54 } DEFAULT ata_null_setmode;
66 } DEFAULT ata_null_getrev;
70 } DEFAULT ata_generic_reset;
/trueos/sys/dev/iicbus/
HDiicbb_if.m63 } DEFAULT null_callback;
70 } DEFAULT null_pre_xfer;
77 } DEFAULT null_post_xfer;
/trueos/lib/libcompat/4.3/
HDrexec.c72 #define DEFAULT 1 macro
86 { "default", DEFAULT },
163 case DEFAULT:
186 while ((t = token()) && t != MACH && t != DEFAULT) switch(t) {
/trueos/contrib/binutils/
HDltoptions.m4149 # _LT_ENABLE_SHARED([DEFAULT])
153 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
203 # _LT_ENABLE_STATIC([DEFAULT])
207 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
257 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
261 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
/trueos/sys/dev/nand/
HDnfc_if.m145 } DEFAULT nfc_default_method;
155 } DEFAULT nfc_softecc_get;
165 } DEFAULT nfc_softecc_correct;

12345