Searched refs:ISAPNP_MALLOC (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/isapnp/
H A Disapnpvar.h58 # define ISAPNP_MALLOC(a) malloc(a) macro
74 # define ISAPNP_MALLOC(a) malloc(a, M_DEVBUF, M_WAITOK) macro
H A Disapnpres.c90 struct isapnp_attach_args *ipa, *dev = ISAPNP_MALLOC(sizeof(*dev));
118 struct isapnp_attach_args *ipa, *conf = ISAPNP_MALLOC(sizeof(*conf));
451 card = ISAPNP_MALLOC(sizeof(*card));

Completed in 181 milliseconds