Lines Matching refs:autopush
141 struct autopush *ap = (struct autopush *)val; in sad_hash_free_value()
145 kmem_free(ap, sizeof (struct autopush)); in sad_hash_free_value()
187 sad_ap_verify(struct autopush *ap) in sad_ap_verify()
206 struct autopush *
209 struct autopush *ap_new; in sad_ap_alloc()
211 ap_new = kmem_zalloc(sizeof (struct autopush), KM_SLEEP); in sad_ap_alloc()
217 sad_ap_rele(struct autopush *ap, str_stack_t *ss) in sad_ap_rele()
223 kmem_free(ap, sizeof (struct autopush)); in sad_ap_rele()
230 sad_ap_insert(struct autopush *ap, str_stack_t *ss) in sad_ap_insert()
239 sad_ap_remove(struct autopush *ap, str_stack_t *ss) in sad_ap_remove()
241 struct autopush *ap_removed = NULL; in sad_ap_remove()
249 struct autopush *
252 struct autopush *ap_result = NULL; in sad_ap_find()
264 struct autopush *
268 struct autopush *ap_result; in sad_ap_find_by_dev()