Home
last modified time | relevance | path

Searched refs:inot (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrDFP.td10 // arithmetic. These instructions are inot currently used for code generation,
/openbsd/src/sys/dev/ic/
Daic7xxx.c6045 struct ccb_immed_notify *inot; in ahc_send_lstate_events() local
6053 inot = (struct ccb_immed_notify *)ccbh; in ahc_send_lstate_events()
6060 inot->message_args[0] = event->event_type; in ahc_send_lstate_events()
6061 inot->message_args[1] = event->event_arg; in ahc_send_lstate_events()
6064 inot->initiator_id = event->initiator_id; in ahc_send_lstate_events()
6065 inot->sense_len = 0; in ahc_send_lstate_events()
6066 xpt_done((union ccb *)inot); in ahc_send_lstate_events()
Daic79xx.c8231 struct ccb_immed_notify *inot; in ahd_send_lstate_events() local
8239 inot = (struct ccb_immed_notify *)ccbh; in ahd_send_lstate_events()
8246 inot->message_args[0] = event->event_type; in ahd_send_lstate_events()
8247 inot->message_args[1] = event->event_arg; in ahd_send_lstate_events()
8250 inot->initiator_id = event->initiator_id; in ahd_send_lstate_events()
8251 inot->sense_len = 0; in ahd_send_lstate_events()
8252 xpt_done((union ccb *)inot); in ahd_send_lstate_events()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dintrin.def218 DEFNAME ("INOT", "inot", "INot", genNONE, specINOT) /* VXT */