Lines Matching refs:aux
68 STATIC int cardslot_cb_print(void *aux, const char *pcic);
84 cardslotmatch(parent, match, aux) in cardslotmatch() argument
87 void *aux;
89 struct cardslot_attach_args *caa = aux;
102 cardslotattach(parent, self, aux) in cardslotattach() argument
105 void *aux;
108 struct cardslot_attach_args *caa = aux;
163 cardslot_cb_print(aux, pnp) in cardslot_cb_print() argument
164 void *aux; in cardslot_cb_print()
167 struct cbslot_attach_args *cba = aux;
178 cardslot_16_submatch(parent, match, aux) in cardslot_16_submatch() argument
181 void *aux;
189 return ((*cf->cf_attach->ca_match)(parent, cf, aux));