Searched refs:bpf_bin_stream (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/i386/i386/
H A Dbpf_jit_machdep.h76 typedef struct bpf_bin_stream { struct
91 } bpf_bin_stream; typedef in typeref:struct:bpf_bin_stream
104 typedef void (*emit_func)(bpf_bin_stream *stream, u_int value, u_int n);
H A Dbpf_jit_machdep.c65 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len)
77 emit_code(bpf_bin_stream *stream, u_int value, u_int len)
160 bpf_bin_stream stream;
/freebsd-12-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.h101 typedef struct bpf_bin_stream { struct
116 } bpf_bin_stream; typedef in typeref:struct:bpf_bin_stream
129 typedef void (*emit_func)(bpf_bin_stream *stream, u_int value, u_int n);
H A Dbpf_jit_machdep.c65 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len)
77 emit_code(bpf_bin_stream *stream, u_int value, u_int len)
160 bpf_bin_stream stream;

Completed in 56 milliseconds