Home
last modified time | relevance | path

Searched refs:devret (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/std/
H A Dieee1212.c1215 device_t *devret, *dev; in p1212_match_units() local
1224 devret = malloc(sizeof(device_t) * 2, M_DEVBUF, M_WAITOK); in p1212_match_units()
1225 devret[1] = NULL; in p1212_match_units()
1236 devret = realloc(devret, in p1212_match_units()
1239 devret[numdev++] = dev; in p1212_match_units()
1240 devret[numdev] = NULL; in p1212_match_units()
1242 devret[0] = dev; in p1212_match_units()
1249 free(devret, M_DEVBUF); in p1212_match_units()
1252 return devret; in p1212_match_units()