HomeSort by: relevance | last modified time | path
    Searched defs:c_flag (Results 1 - 12 of 12) 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/gdb/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/gdb.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/mpl/bind/dist/bin/rndc/
rndc.c 79 static bool c_flag = false; variable
572 if (c_flag) {
581 } else if (!c_flag && isc_file_exists(admin_keyfile)) {
883 c_flag = true;
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 2219 int c_flag = 0, d_flag = 0, D_flag = 0, k_flag = 0; local
2263 c_flag++;
2287 if (c_flag)
2327 (c_flag || k_flag || s_flag || d_flag || D_flag || u_flag))
2339 if (ac == 0 && !c_flag && !s_flag) {
2343 c_flag = 1;
2345 if (c_flag) {
2459 if (c_flag)
  /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
  /src/external/gpl3/gdb/dist/include/coff/
rs6000.h 302 unsigned char c_flag[1]; member in struct:external_core_dumpx
  /src/external/gpl3/gdb.old/dist/include/coff/
rs6000.h 302 unsigned char c_flag[1]; member in struct:external_core_dumpx

Completed in 29 milliseconds