Searched refs:chg_list (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | menu_scsi.c | 54 static int do_mode_select(struct chg_list *); 61 static int parse_change_spec(char *, char *, int, struct chg_list *); 62 static void add_new_change_list_item(struct chg_list *); 153 static struct chg_list *change_list; 168 struct chg_list change_item; in c_scsi() 169 struct chg_list *chg_item; in c_scsi() 292 chg_item = (struct chg_list *) in c_scsi() 293 zalloc(sizeof (struct chg_list)); in c_scsi() 430 struct chg_list *change_item; in do_mode_select() 749 struct chg_list *cp; in do_display() [all …]
|
H A D | hardware_structs.h | 104 struct chg_list *dtype_chglist; /* mode sense/select */ 200 struct chg_list { struct 205 struct chg_list *next; /* ptr to next */ argument
|
H A D | ctlr_ata.h | 66 int apply_chg_list(int, int, uchar_t *, uchar_t *, struct chg_list *);
|
H A D | ctlr_scsi.h | 150 int apply_chg_list(int, int, uchar_t *, uchar_t *, struct chg_list *);
|
H A D | startup.c | 86 static struct chg_list *new_chg_list(struct disk_type *); 112 static struct chg_list *new_chg_list(); 814 struct chg_list *cp; in sup_change_spec() 2466 struct chg_list *cp1; 2467 struct chg_list *cp2; 2690 static struct chg_list * 2693 struct chg_list *cp; in new_chg_list() 2694 struct chg_list *nc; in new_chg_list() 2696 nc = zalloc(sizeof (struct chg_list)); in new_chg_list()
|
H A D | ctlr_scsi.c | 79 static int chg_list_affects_page(struct chg_list *, int); 3124 uchar_t *chgbits, struct chg_list *chglist) in apply_chg_list() 3177 struct chg_list *chglist; in chg_list_affects_page()
|