Searched refs:intlist_t (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/cmd/hal/utils/ |
H A D | cdutils.h | 28 } intlist_t; typedef in typeref:struct:intlist 50 intlist_t **wspeeds, int *n_wspeeds, intlist_t **wspeeds_mem);
|
H A D | cdutils.c | 281 get_write_speeds(uchar_t *page, int n, intlist_t **speeds, int *n_speeds, intlist_t **speeds_mem) 285 intlist_t **nextp; 286 intlist_t *current; 291 *speeds_mem = (intlist_t *)calloc(n, sizeof (intlist_t)); 320 intlist_t **speeds, int *n_speeds, intlist_t **speeds_mem)
|
/osnet-11/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 133 intlist_t *write_speeds, *write_speeds_mem, *sp;
|
Completed in 33 milliseconds