Searched refs:DEFAULT (Results 1 – 25 of 26) sorted by relevance
12
| /f-stack/freebsd/net/ |
| H A D | ifdi_if.m | 212 } DEFAULT null_int_op; 216 } DEFAULT null_int_op; 220 } DEFAULT null_int_op; 224 } DEFAULT null_int_op; 239 } DEFAULT null_int_op; 243 } DEFAULT null_int_op; 247 } DEFAULT null_int_op; 272 } DEFAULT null_void_op; 322 } DEFAULT null_void_op; 378 } DEFAULT null_vf_add; [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 140 DEFAULT(pu->pru_accept, pru_accept_notsupp); in protosw_init() 142 DEFAULT(pu->pru_bind, pru_bind_notsupp); in protosw_init() 143 DEFAULT(pu->pru_bindat, pru_bindat_notsupp); in protosw_init() 149 DEFAULT(pu->pru_listen, pru_listen_notsupp); in protosw_init() 151 DEFAULT(pu->pru_rcvd, pru_rcvd_notsupp); in protosw_init() 152 DEFAULT(pu->pru_rcvoob, pru_rcvoob_notsupp); in protosw_init() 153 DEFAULT(pu->pru_sense, pru_sense_null); in protosw_init() 156 DEFAULT(pu->pru_sosend, sosend_generic); in protosw_init() 158 DEFAULT(pu->pru_sopoll, sopoll_generic); in protosw_init() 159 DEFAULT(pu->pru_ready, pru_ready_notsupp); in protosw_init() [all …]
|
| H A D | pic_if.m | 100 } DEFAULT null_pic_activate_intr; 105 } DEFAULT dflt_pic_bind_intr; 128 } DEFAULT null_pic_deactivate_intr; 135 } DEFAULT null_pic_setup_intr; 142 } DEFAULT null_pic_teardown_intr; 161 } DEFAULT null_pic_init_secondary; 168 } DEFAULT null_pic_ipi_send; 174 } DEFAULT dflt_pic_ipi_setup;
|
| H A D | bus_if.m | 110 } DEFAULT bus_generic_print_child; 226 } DEFAULT bus_generic_driver_added; 254 } DEFAULT null_add_child; 306 } DEFAULT null_alloc_resource; 436 } DEFAULT null_translate_resource; 720 } DEFAULT bus_generic_bind_intr; 823 } DEFAULT bus_generic_new_pass; 836 } DEFAULT null_remap_intr; 889 } DEFAULT bus_generic_get_cpus; 907 } DEFAULT null_reset_prepare; [all …]
|
| H A D | serdev_if.m | 73 } DEFAULT default_ihand; 82 } DEFAULT default_ipend; 93 } DEFAULT default_sysdev;
|
| H A D | msi_if.m | 98 } DEFAULT iommu_init; 103 } DEFAULT iommu_deinit;
|
| H A D | device_if.m | 265 } DEFAULT null_shutdown; 292 } DEFAULT null_suspend; 314 } DEFAULT null_resume; 340 } DEFAULT null_quiesce; 361 } DEFAULT null_register;
|
| /f-stack/freebsd/libkern/ |
| H A D | iconv_converter_if.m | 56 } DEFAULT iconv_converter_initstub; 60 } DEFAULT iconv_converter_donestub; 69 } DEFAULT iconv_converter_tolowerstub; 74 } DEFAULT iconv_converter_tolowerstub;
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_cc.h | 104 #define CK_CC_TYPEOF(X, DEFAULT) (DEFAULT) argument
|
| /f-stack/app/redis-5.0.5/ |
| H A D | Makefile | 5 .DEFAULT:
|
| /f-stack/freebsd/arm/arm/ |
| H A D | platform_if.m | 90 } DEFAULT platform_null_attach; 109 } DEFAULT platform_default_lastaddr; 134 } DEFAULT platform_default_mp_setmaxid;
|
| H A D | platform_pl310_if.m | 75 } DEFAULT platform_pl310_default_write_ctrl; 84 } DEFAULT platform_pl310_default_write_debug;
|
| /f-stack/freebsd/contrib/ck/include/gcc/ |
| H A D | ck_cc.h | 103 #define CK_CC_TYPEOF(X, DEFAULT) __typeof__(X) argument
|
| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | longevity.run | 16 [DEFAULT]
|
| H A D | freebsd.run | 12 [DEFAULT]
|
| H A D | perf-regression.run | 16 [DEFAULT]
|
| H A D | sunos.run | 12 [DEFAULT]
|
| H A D | linux.run | 12 [DEFAULT]
|
| H A D | sanity.run | 20 [DEFAULT]
|
| /f-stack/freebsd/tools/ |
| H A D | makeobjops.awk | 252 if (extra ~ /[ ]*DEFAULT[ ]*[a-zA-Z_][a-zA-Z_0-9]*[ ]*;/) { 254 sub(/.*DEFAULT[ ]*/, "", default_function);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | snps,archs-idu-intc.txt | 21 4 = active high level-sensitive <<< DEFAULT
|
| /f-stack/freebsd/contrib/libsodium/m4/ |
| H A D | ax_check_gnu_make.m4 | 47 # echo .DEFAULT: > Makefile ;
|
| /f-stack/freebsd/contrib/openzfs/scripts/ |
| H A D | zfs-tests.sh | 438 [DEFAULT]
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | vmxnet3.rst | 58 * Unicast, Broadcast, All Multicast modes - SUPPORTED BY DEFAULT
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev_if.m | 116 } DEFAULT null_freesession;
|
12