Home
last modified time | relevance | path

Searched refs:jf (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/sys/contrib/dev/iwlwififw/
H A DWHENCE120 File: iwlwifi-9000-pu-b0-jf-b0-33.ucode
123 File: iwlwifi-9000-pu-b0-jf-b0-34.ucode
126 File: iwlwifi-9000-pu-b0-jf-b0-38.ucode
129 File: iwlwifi-9000-pu-b0-jf-b0-41.ucode
132 File: iwlwifi-9000-pu-b0-jf-b0-43.ucode
135 File: iwlwifi-9000-pu-b0-jf-b0-46.ucode
138 File: iwlwifi-9260-th-b0-jf-b0-33.ucode
141 File: iwlwifi-9260-th-b0-jf-b0-34.ucode
144 File: iwlwifi-9260-th-b0-jf-b0-38.ucode
147 File: iwlwifi-9260-th-b0-jf-b0-41.ucode
[all …]
/freebsd/sys/modules/iwlwififw/
H A DMakefile9 iwlwifi-9000-pu-b0-jf-b0-fw \
10 iwlwifi-9260-th-b0-jf-b0-fw \
12 iwlwifi-Qu-b0-jf-b0-fw \
14 iwlwifi-Qu-c0-jf-b0-fw \
16 iwlwifi-QuZ-a0-jf-b0-fw \
23 iwlwifi-so-a0-jf-b0-fw \
/freebsd/contrib/libpcap/
H A Dbpf_filter.c244 pc += (A > pc->k) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
248 pc += (A >= pc->k) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
252 pc += (A == pc->k) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
256 pc += (A & pc->k) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
260 pc += (A > X) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
264 pc += (A >= X) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
268 pc += (A == X) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
272 pc += (A & X) ? pc->jt : pc->jf; in pcapint_filter_with_aux_data()
512 if (from + p->jt >= (u_int)len || from + p->jf >= (u_int)len) in pcapint_validate_filter()
H A Dbpf_dump.c41 insn->jt, insn->jf, insn->k); in bpf_dump()
48 insn->code, insn->jt, insn->jf, insn->k); in bpf_dump()
H A Doptimize.c2753 if (src->s.jt || src->s.jf) { in convert_code_r()
2766 int jt, jf; in convert_code_r() local
2771 off, src->s.jt, src->s.jf); in convert_code_r()
2774 if (!src->s.jt || !src->s.jf) { in convert_code_r()
2780 jt = jf = 0; in convert_code_r()
2797 if (offset[i] == src->s.jf) { in convert_code_r()
2798 if (jf) { in convert_code_r()
2808 dst->jf = (u_char)(i - off - 1); in convert_code_r()
2809 jf++; in convert_code_r()
2812 if (!jt || !jf) { in convert_code_r()
[all …]
H A Dgencode.c2482 sjeq_avs_cookie->s.jf = s2; in gen_load_prism_llprefixlen()
2492 sjcommon->s.jf = s2; in gen_load_prism_llprefixlen()
2769 sjset_data_frame_1->s.jf = snext; in gen_load_802_11_header_len()
2777 sjset_data_frame_2->s.jf = sjset_qos = new_stmt(cstate, JMP(BPF_JSET)); in gen_load_802_11_header_len()
2821 sjset_qos->s.jf = s2 = new_stmt(cstate, BPF_LD|BPF_ABS|BPF_W); in gen_load_802_11_header_len()
2832 sjset_radiotap_flags_present->s.jf = snext; in gen_load_802_11_header_len()
2853 sjset_radiotap_ext_present->s.jf = sjset_radiotap_tsft_present; in gen_load_802_11_header_len()
2884 sjset_radiotap_tsft_present->s.jf = s2; in gen_load_802_11_header_len()
2911 sjset_tsft_datapad->s.jf = snext; in gen_load_802_11_header_len()
2913 sjset_notsft_datapad->s.jf = snext; in gen_load_802_11_header_len()
[all …]
H A Drpcap-protocol.h337 uint8 jf; /* relative offset to jump to in case of 'false' */ member
H A Dgencode.h221 struct slist *jf; /* only for relative jump in block */ member
/freebsd/sbin/ipf/ipf/
H A Dbpf_filter.c340 pc += (A > pc->k) ? pc->jt : pc->jf; in bpf_filter()
344 pc += (A >= pc->k) ? pc->jt : pc->jf; in bpf_filter()
348 pc += (A == pc->k) ? pc->jt : pc->jf; in bpf_filter()
352 pc += (A & pc->k) ? pc->jt : pc->jf; in bpf_filter()
356 pc += (A > X) ? pc->jt : pc->jf; in bpf_filter()
360 pc += (A >= X) ? pc->jt : pc->jf; in bpf_filter()
364 pc += (A == X) ? pc->jt : pc->jf; in bpf_filter()
368 pc += (A & X) ? pc->jt : pc->jf; in bpf_filter()
561 if (from + p->jt >= len || from + p->jf >= len) in bpf_validate()
H A Dbpf-ipf.h403 u_char jf; member
411 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/freebsd/sys/net/
H A Dbpf_filter.c385 pc += (A > pc->k) ? pc->jt : pc->jf; in bpf_filter()
389 pc += (A >= pc->k) ? pc->jt : pc->jf; in bpf_filter()
393 pc += (A == pc->k) ? pc->jt : pc->jf; in bpf_filter()
397 pc += (A & pc->k) ? pc->jt : pc->jf; in bpf_filter()
401 pc += (A > X) ? pc->jt : pc->jf; in bpf_filter()
405 pc += (A >= X) ? pc->jt : pc->jf; in bpf_filter()
409 pc += (A == X) ? pc->jt : pc->jf; in bpf_filter()
413 pc += (A & X) ? pc->jt : pc->jf; in bpf_filter()
577 offset = p->jt > p->jf ? p->jt : p->jf; in bpf_validate()
H A Dbpf.h363 u_char jf; member
371 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k } argument
/freebsd/contrib/libpcap/pcap/
H A Dbpf.h261 u_char jf;
282 #define BPF_JUMP(code, k, jt, jf) { (u_short)(code), jt, jf, k }
/freebsd/contrib/tcpdump/
H A Dbpf_dump.c43 insn->jt, insn->jf, insn->k); in bpf_dump()
50 insn->code, insn->jt, insn->jf, insn->k); in bpf_dump()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c305 if (insn->jf == PASS) in add_monitor_filter()
306 insn->jf = msock_filter.len - idx - 2; in add_monitor_filter()
307 else if (insn->jf == FAIL) in add_monitor_filter()
308 insn->jf = msock_filter.len - idx - 3; in add_monitor_filter()
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.h421 if (ins->jt != 0 && ins->jf != 0) { \
426 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
434 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \
/freebsd/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c159 offset = p->jt > p->jf ? p->jt : p->jf; in bpf_validate()
/freebsd/sys/amd64/amd64/
H A Dbpf_jit_machdep.h476 if (ins->jt != 0 && ins->jf != 0) { \
481 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
489 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \
/freebsd/sys/modules/iwlwififw/iwlwifi-so-a0-jf-b0-fw/
H A DMakefile2 NAME= so-a0-jf-b0
/freebsd/sys/modules/iwlwififw/iwlwifi-QuZ-a0-jf-b0-fw/
H A DMakefile2 NAME= QuZ-a0-jf-b0
/freebsd/sys/modules/iwlwififw/iwlwifi-Qu-c0-jf-b0-fw/
H A DMakefile2 NAME= Qu-c0-jf-b0
/freebsd/sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/
H A DMakefile2 NAME= 9000-pu-b0-jf-b0
/freebsd/sys/modules/iwlwififw/iwlwifi-Qu-b0-jf-b0-fw/
H A DMakefile2 NAME= Qu-b0-jf-b0
/freebsd/sys/modules/iwlwififw/iwlwifi-9260-th-b0-jf-b0-fw/
H A DMakefile2 NAME= 9260-th-b0-jf-b0
/freebsd/usr.bin/sort/tests/
H A Dsort_monthsort_test.sh12 date -jf "%Y-%m-%d" {} "${1}" >>in

12