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

/freebsd-9.3-release/sys/amd64/amd64/
H A Dbpf_jit_machdep.c159 int flags, fret, fpkt, fmem, fjmp, flen; local
171 fmem = (flags & BPF_JIT_FMEM) != 0;
202 if (fmem) {
227 if (fmem)
233 if (fmem)
245 if (fmem) {
267 if (fmem) {
282 if (fmem) {
312 if (fmem) {
339 if (fmem) {
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dbpf_jit_machdep.c158 int flags, fret, fpkt, fmem, fjmp, fadk; local
171 fmem = (flags & BPF_JIT_FMEM) != 0;
174 save_esp = (fpkt || fmem || fadk); /* Stack is used. */
207 if (fmem)
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Ddecl.c1646 * tp points to the type of the, tag, fmem to the list of members/enums.
1649 compltag(type_t *tp, sym_t *fmem) argument
1664 sp->memb = fmem;
1670 for (mem = fmem; mem != NULL; mem = mem->s_nxt) {
1681 tp->t_enum->elem = fmem;

Completed in 75 milliseconds