HomeSort by: relevance | last modified time | path
    Searched defs:awn (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/dumpfs/
dumpfs.c 92 #define awn jbuf.wn macro
900 wapbl_type_string(awn.wc_type), awn.wc_len);
902 switch (awn.wc_type) {
905 wcb = (struct wapbl_wc_blocklist *)&awn;
918 if (awn.wc_type == WAPBL_WC_BLOCKS) {
925 wci = (struct wapbl_wc_inodelist *)&awn;
dumpfs.c 92 #define awn jbuf.wn macro
900 wapbl_type_string(awn.wc_type), awn.wc_len);
902 switch (awn.wc_type) {
905 wcb = (struct wapbl_wc_blocklist *)&awn;
918 if (awn.wc_type == WAPBL_WC_BLOCKS) {
925 wci = (struct wapbl_wc_inodelist *)&awn;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 850 static int awn = 0; local
854 default: buf = xasprintf ("Aw%d", awn++); break;
855 case CO_YIELD_SUSPEND_POINT: buf = xasprintf ("Yd%d", awn++); break;
857 case FINAL_SUSPEND_POINT: buf = xasprintf ("Fs"); awn = 0; break;
coroutines.cc 850 static int awn = 0; local
854 default: buf = xasprintf ("Aw%d", awn++); break;
855 case CO_YIELD_SUSPEND_POINT: buf = xasprintf ("Yd%d", awn++); break;
857 case FINAL_SUSPEND_POINT: buf = xasprintf ("Fs"); awn = 0; break;

Completed in 35 milliseconds