Lines Matching refs:inot
372 struct ccb_immediate_notify *inot; in init_ccbs() local
389 inot = (struct ccb_immediate_notify *)malloc(sizeof(*inot)); in init_ccbs()
390 if (inot == NULL) { in init_ccbs()
394 inot->ccb_h.func_code = XPT_IMMEDIATE_NOTIFY; in init_ccbs()
395 send_ccb((union ccb *)inot, /*priority*/1); in init_ccbs()
779 work_inot(struct ccb_immediate_notify *inot) in work_inot() argument
784 warnx("Working on INOT %p", inot); in work_inot()
786 status = inot->ccb_h.status; in work_inot()
799 switch (inot->arg) { in work_inot()
810 warnx("INOT message %#x", inot->arg); in work_inot()
815 warnx("INOT %p aborted", inot); in work_inot()
823 TAILQ_REMOVE(&work_queue, &inot->ccb_h, periph_links.tqe); in work_inot()
824 send_ccb((union ccb *)inot, /*priority*/1); in work_inot()