Home
last modified time | relevance | path

Searched refs:bfl (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dbpf.c2927 bpf_getdltlist(struct bpf_d *d, struct bpf_dltlist *bfl) in bpf_getdltlist() argument
2942 if (bfl->bfl_list == NULL) { in bpf_getdltlist()
2943 bfl->bfl_len = n1; in bpf_getdltlist()
2946 if (n1 > bfl->bfl_len) in bpf_getdltlist()
2956 error = copyout(lst, bfl->bfl_list, sizeof(u_int) * n); in bpf_getdltlist()
2958 bfl->bfl_len = n; in bpf_getdltlist()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrThumb2.td5527 !strconcat("bfl", "${p}"), "$b_label, $label"> {