Lines Matching refs:autovec
77 static void apix_remove_av(apix_vector_t *, struct autovec *);
486 struct autovec *avp = vecp->v_autovect; in apix_disable_vector()
555 struct autovec *avp = vecp->v_autovect; in apix_obsolete_vector()
650 struct autovec *avp; in apix_dup_vectors()
796 struct autovec *p, *prep, *mem; in apix_insert_av()
801 mem = kmem_zalloc(sizeof (struct autovec), KM_SLEEP); in apix_insert_av()
830 kmem_free(p, sizeof (struct autovec)); in apix_insert_av()
833 kmem_free(mem, sizeof (struct autovec)); in apix_insert_av()
849 kmem_free(mem, sizeof (struct autovec)); in apix_insert_av()
894 apix_remove_av(apix_vector_t *vecp, struct autovec *target) in apix_remove_av()
897 struct autovec *p; in apix_remove_av()
931 static struct autovec *
934 struct autovec *p; in apix_find_av()
1071 struct autovec *avp; in apix_rem_avintr()
1505 struct autovec *avp; in apix_rebind()
1842 struct autovec *avp; in ioapix_setup_intr()