| /f-stack/dpdk/ |
| H A D | .gitignore | 1 # ignore hidden files 4 # ignore generated documentation tables 16 # ignore generated ctags/cscope files 27 # ignore python bytecode files 30 # ignore default build directory, and directories from test-meson-builds.sh 33 # ignore other build directory patterns
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | codecs.c | 43 const char *const ignore, size_t *const bin_len, in sodium_hex2bin() argument 63 if (ignore != NULL && state == 0U && strchr(ignore, c) != NULL) { in sodium_hex2bin() 244 const char * const ignore, size_t padding_len) in _sodium_base642bin_skip_padding() argument 256 } else if (ignore == NULL || strchr(ignore, c) == NULL) { in _sodium_base642bin_skip_padding() 268 const char * const ignore, size_t * const bin_len, in sodium_base642bin() argument 290 if (ignore != NULL && strchr(ignore, c) != NULL) { in sodium_base642bin() 313 ret = _sodium_base642bin_skip_padding(b64, b64_len, &b64_pos, ignore, in sodium_base642bin() 318 } else if (ignore != NULL) { in sodium_base642bin() 319 while (b64_pos < b64_len && strchr(ignore, b64[b64_pos]) != NULL) { in sodium_base642bin()
|
| /f-stack/freebsd/contrib/openzfs/.github/ |
| H A D | stale.yml | 12 # Set to true to ignore issues in a project (defaults to false) 14 # Set to true to ignore issues in a milestone (defaults to false) 16 # Set to true to ignore issues with an assignee (defaults to false)
|
| H A D | codecov.yml | 25 # ignore: Please place any ignores in config/ax_code_coverage.m4 instead
|
| /f-stack/dpdk/devtools/ |
| H A D | check-includes.sh | 145 ignore () function 166 if ignore "$file" $IGNORE; then 184 if ignore "$file" $IGNORE_CXX; then
|
| H A D | build-tags.sh | 39 ignore="( -name .svn -o -name CVS -o -name .hg -o -name .git ) -prune -o" 60 find $1 $ignore $3 -name $2 -not -type l -print
|
| /f-stack/freebsd/contrib/openzfs/module/lua/setjmp/ |
| H A D | setjmp_sparc64.S | 48 .register %g2,#ignore 49 .register %g3,#ignore
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/backlight/ |
| H A D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_call.c | 556 ignore: in u1n6_call_proc() 740 ignore: in unx_alerting() 1039 ignore: in unx_connect() 1184 ignore: in u8_connect_ack() 1483 ignore: in unx_notify() 2784 ignore: in unx_add_party() 2866 ignore: in un10n8_add_party_ack() 2966 ignore: in unx_party_alerting() 3088 ignore: in unx_add_party_rej() 3171 ignore: in unx_drop_party() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | utils.h | 64 const char * const ignore, size_t * const bin_len, 92 const char * const ignore, size_t * const bin_len,
|
| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | test.tcl | 74 send_data_packet $::test_server_fd ignore $name 104 send_data_packet $::test_server_fd ignore $name
|
| /f-stack/freebsd/contrib/openzfs/.github/workflows/ |
| H A D | zloop.yml | 60 if-no-files-found: ignore 67 if-no-files-found: ignore
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/bin/ |
| H A D | jeprof.in | 878 my $ignore; 913 my $ignore; 930 my $ignore; 957 my $ignore; 994 my $ignore = shift; 1007 if ($ignore ne '') { 1011 $ignore, 1081 my $ignore = ""; 1089 $ignore .= (($ignore ne "") ? "|" : "" ) . $1; 1094 if ($ignore ne "") { [all …]
|
| /f-stack/dpdk/app/test/test_cfgfiles/etc/ |
| H A D | sample1.ini | 12 ignore-missing-separator
|
| H A D | sample2.ini | 12 ignore-missing-separator
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_process.c | 322 ngx_int_t ignore; in ngx_signal_handler() local 326 ignore = 0; in ngx_signal_handler() 385 ignore = 1; in ngx_signal_handler() 455 if (ignore) { in ngx_signal_handler()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-max3191x.txt | 36 - maxim,ignore-undervoltage: 37 Boolean whether to ignore undervoltage alarms signaled
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-srxx-defs.h | 200 uint64_t ignore : 16; /**< This port should ignore backpressure hints from member 205 uint64_t ignore : 16;
|
| /f-stack/dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 669 int ignore = 0; in vdev_netvsc_vdev_probe() local 685 ignore = !!atoi(pair->value); in vdev_netvsc_vdev_probe() 690 if (ignore) in vdev_netvsc_vdev_probe() 691 goto ignore; in vdev_netvsc_vdev_probe() 719 ignore: in vdev_netvsc_vdev_probe()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 546 goto ignore; in process_vdev_config() 549 goto ignore; in process_vdev_config() 552 goto ignore; in process_vdev_config() 555 goto ignore; in process_vdev_config() 558 goto ignore; in process_vdev_config() 564 goto ignore; in process_vdev_config() 574 goto ignore; in process_vdev_config() 581 ignore: in process_vdev_config()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/dac/ |
| H A D | ds4424.txt | 13 - vcc-supply: Power supply is optional. If not defined, driver will ignore it.
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/qcom/ |
| H A D | sdm636-sony-xperia-ganges-mermaid.dts | 9 * that we can ignore it for the time being. Sony also commonizes
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | sky81452.txt | 23 skyworks,ignore-pwm;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | max8997-regulator.txt | 43 - max8997,pmic-ignore-gpiodvs-side-effect: When GPIO-DVS mode is used for 46 Use this property to ignore such side effects and change the voltage. 100 max8997,pmic-ignore-gpiodvs-side-effect;
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | history_event-zfs-list-cacher.sh.in | 54 org.openzfs.systemd:nofail|org.openzfs.systemd:ignore \
|