extend_array
struct extend_array *
return(kmalloc(sizeof(struct extend_array), M_DEVBUF,
cam_extend_set(struct extend_array *ea, int index, void *value)
cam_extend_get(struct extend_array *ea,
cam_extend_release(struct extend_array *ea, int index)
struct extend_array;
void *cam_extend_get(struct extend_array *ea, int index);
struct extend_array *cam_extend_new(void);
void *cam_extend_set(struct extend_array *ea, int index, void *value);
void cam_extend_release(struct extend_array *ea, int index);
static struct extend_array *cdperiphs;
static struct extend_array *chperiphs;
static struct extend_array *daperiphs;
static struct extend_array *passperiphs;
static struct extend_array *ptperiphs;
static struct extend_array *saperiphs;
static struct extend_array *sesperiphs;