Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c49 static int do_mode_select(struct chg_list *);
130 static struct chg_list *change_list;
145 struct chg_list change_item; in c_scsi()
146 struct chg_list *chg_item; in c_scsi()
269 chg_item = (struct chg_list *) in c_scsi()
270 zalloc(sizeof (struct chg_list)); in c_scsi()
718 struct chg_list *cp; in do_display()
749 struct chg_list *chg_item) in parse_change_spec()
821 struct chg_list *cp; in add_new_change_list_item()
837 struct chg_list *cp; in free_change_list()
[all …]
H A Dhardware_structs.h105 struct chg_list *dtype_chglist; /* mode sense/select */
201 struct chg_list { struct
206 struct chg_list *next; /* ptr to next */ argument
H A Dctlr_ata.h67 int apply_chg_list(int, int, uchar_t *, uchar_t *, struct chg_list *);
H A Dctlr_scsi.h150 int apply_chg_list(int, int, uchar_t *, uchar_t *, struct chg_list *);
H A Dstartup.c106 static struct chg_list *new_chg_list(struct disk_type *);
132 static struct chg_list *new_chg_list();
834 struct chg_list *cp; in sup_change_spec()
2479 struct chg_list *cp1; in check_dtypes_for_inconsistency()
2480 struct chg_list *cp2; in check_dtypes_for_inconsistency()
2702 static struct chg_list *
2705 struct chg_list *cp; in new_chg_list()
2706 struct chg_list *nc; in new_chg_list()
2708 nc = zalloc(sizeof (struct chg_list)); in new_chg_list()
H A Dctlr_scsi.c76 static int chg_list_affects_page(struct chg_list *, int);
3010 uchar_t *chgbits, struct chg_list *chglist) in apply_chg_list()
3062 chg_list_affects_page(struct chg_list *chglist, int pageno) in chg_list_affects_page()