Searched refs:bflags (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/vm/
H A Duma_core.c315 bucket_alloc(int entries, int bflags) argument
330 bucket = zone_alloc_item(ubz->ubz_zone, NULL, bflags);
2375 int bflags; local
2377 bflags = (flags & ~M_ZERO);
2379 bflags |= M_NOVM;
2382 bucket = bucket_alloc(zone->uz_count, bflags);
2539 int bflags; local
2687 bflags = M_NOWAIT;
2690 bflags |= M_NOVM;
2691 bucket = bucket_alloc(zone->uz_count, bflags);
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dobjdump.c505 flagword bflags;
557 bflags = b->flags;
559 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING))
566 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION))
573 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL))
580 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL))
501 flagword bflags; local

Completed in 120 milliseconds