Searched refs:host_flag (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | advlib.c | 1464 u_int8_t host_flag; in AscISR() local 1489 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) & in AscISR() 1492 (host_flag | ASC_HOST_FLAG_IN_ISR)); in AscISR() 1516 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag); in AscISR() 1967 u_int8_t host_flag; in AscAckInterrupt() local 1979 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) & in AscAckInterrupt() 1982 host_flag | ASC_HOST_FLAG_ACK_INT); in AscAckInterrupt() 1992 AscWriteLramByte(iot, ioh, ASCV_HOST_FLAG_B, host_flag); in AscAckInterrupt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | primary.c | 4014 match_variable (gfc_expr **result, int equiv_flag, int host_flag) in match_variable() argument 4032 host_flag = 0; in match_variable() 4035 m = gfc_match_sym_tree (&st, host_flag); in match_variable()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | primary.cc | 4022 match_variable (gfc_expr **result, int equiv_flag, int host_flag) in match_variable() argument 4040 host_flag = 0; in match_variable() 4043 m = gfc_match_sym_tree (&st, host_flag); in match_variable()
|
| H A D | ChangeLog-2006 | 1589 reset host_flag to force the changed symbols mechanism.
|