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

  /src/external/cddl/osnet/dist/uts/common/os/
callb.c 52 char c_flag; /* info about the callb state */ member in struct:callb
61 * callb c_flag bitmap definitions
155 cp->c_flag |= CALLB_TAKEN;
232 if (!(me->c_flag & CALLB_EXECUTING))
241 me->c_flag = CALLB_FREE;
267 while (cp->c_flag & CALLB_EXECUTING)
272 if (cp->c_flag == CALLB_FREE)
274 cp->c_flag |= CALLB_EXECUTING;
287 cp->c_flag &= ~CALLB_EXECUTING;
  /src/sys/dev/hpc/
hpcbatteryvar.h 117 int c_flag; /* -1 or 1 */ member in struct:hpcbattery_spec
  /src/external/gpl3/binutils/dist/bfd/
rs6000-core.c 343 int c_flag; local
367 c_flag = core.new_dump.c_flag;
379 c_flag = core.old.c_flag;
429 if (!(c_flag & UBLOCK_VALID)
430 || !(c_flag & LE_VALID))
436 if (!(c_flag & USTACK_VALID))
444 if (!(c_flag & (FULL_CORE | CORE_TRUNC)))
470 if (c_flag & CORE_TRUNC
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
rs6000-core.c 343 int c_flag; local
367 c_flag = core.new_dump.c_flag;
379 c_flag = core.old.c_flag;
429 if (!(c_flag & UBLOCK_VALID)
430 || !(c_flag & LE_VALID))
436 if (!(c_flag & USTACK_VALID))
444 if (!(c_flag & (FULL_CORE | CORE_TRUNC)))
470 if (c_flag & CORE_TRUNC
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
rs6000.h 302 unsigned char c_flag[1]; member in struct:external_core_dumpx
  /src/external/gpl3/binutils.old/dist/include/coff/
rs6000.h 302 unsigned char c_flag[1]; member in struct:external_core_dumpx

Completed in 33 milliseconds