Searched refs:fmem (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c160 int flags, fret, fpkt, fmem, fjmp, flen; local
172 fmem = (flags & BPF_JIT_FMEM) != 0;
203 if (fmem) {
228 if (fmem)
234 if (fmem)
246 if (fmem) {
268 if (fmem) {
283 if (fmem) {
313 if (fmem) {
340 if (fmem) {
[all...]
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c159 int flags, fret, fpkt, fmem, fjmp, fadk; local
172 fmem = (flags & BPF_JIT_FMEM) != 0;
175 save_esp = (fpkt || fmem || fadk); /* Stack is used. */
208 if (fmem)
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c1648 * tp points to the type of the, tag, fmem to the list of members/enums.
1651 compltag(type_t *tp, sym_t *fmem) argument
1666 sp->memb = fmem;
1672 for (mem = fmem; mem != NULL; mem = mem->s_nxt) {
1683 tp->t_enum->elem = fmem;

Completed in 77 milliseconds