Searched refs:target_c (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsiopvar.h84 struct siop_common_target target_c; member in struct:siop_target
H A Desiopvar.h114 struct siop_common_target target_c; member in struct:esiop_target
H A Desiop.c572 esiop_target->target_c.flags &= ~TARF_DT;
657 esiop_target->target_c.flags &= ~TARF_DT;
843 if ((esiop_target->target_c.flags &
845 esiop_target->target_c.status =
853 esiop_target->target_c.status =
866 esiop_target->target_c.offset = 0;
867 esiop_target->target_c.period = 0;
868 esiop_target->target_c.status =
878 esiop_target->target_c.offset = 0;
879 esiop_target->target_c
[all...]
H A Dsiop.c716 if ((siop_target->target_c.flags &
718 siop_target->target_c.status =
726 siop_target->target_c.status =
739 siop_target->target_c.offset = 0;
740 siop_target->target_c.period = 0;
741 siop_target->target_c.status = TARST_OK;
987 if (freetarget && siop_target->target_c.status == TARST_PROBING)
1280 siop_target->target_c.status = TARST_PROBING;
1281 siop_target->target_c.flags = 0;
1282 siop_target->target_c
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dutils.c1905 host_char_to_target (struct gdbarch *gdbarch, int c, int *target_c)
1921 *target_c = *(char *) obstack_base (&host_data);
1897 host_char_to_target(struct gdbarch *gdbarch, int c, int *target_c) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbuiltins.c210 static unsigned HOST_WIDE_INT target_c; variable
12714 target_c = lang_hooks.to_target_charset ('c');
12716 if (target_newline == 0 || target_percent == 0 || target_c == 0
12721 target_percent_c[1] = target_c;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dbuiltins.c206 static unsigned HOST_WIDE_INT target_c; variable
11188 target_c = lang_hooks.to_target_charset ('c');
11190 if (target_newline == 0 || target_percent == 0 || target_c == 0
11195 target_percent_c[1] = target_c;

Completed in 274 milliseconds