Searched refs:test_if (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/tools/regression/netinet/msocket/ |
| D | msocket.c | 216 test_if(int raw_sock, int tcp_sock, int udp_sock) in test_if() function 454 test_if(raw_sock, tcp_sock, udp_sock); in main()
|
| /freebsd-9-stable/sys/dev/kbd/ |
| D | kbdreg.h | 147 kbd_test_if_t *test_if; member 176 (*kbdsw[(kbd)->kb_index]->test_if)((kbd))
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ifcvt.c | 345 rtx test_if, cond; in cond_exec_get_condition() local 348 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition() 351 cond = XEXP (test_if, 0); in cond_exec_get_condition() 355 if (GET_CODE (XEXP (test_if, 2)) == LABEL_REF in cond_exec_get_condition() 356 && XEXP (XEXP (test_if, 2), 0) == JUMP_LABEL (jump)) in cond_exec_get_condition()
|
| D | ChangeLog-2000 | 17635 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC
|
| /freebsd-9-stable/sys/dev/kbdmux/ |
| D | kbdmux.c | 349 .test_if = kbdmux_test_if,
|
| /freebsd-9-stable/sys/dev/vkbd/ |
| D | vkbd.c | 572 .test_if = vkbd_test_if,
|
| /freebsd-9-stable/sys/dev/usb/input/ |
| D | ukbd.c | 2152 .test_if = &ukbd_test_if,
|