Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.h150 int apply_chg_list(int, int, uchar_t *, uchar_t *, struct chg_list *);
178 int apply_chg_list();
H A Dctlr_ata.h67 int apply_chg_list(int, int, uchar_t *, uchar_t *, struct chg_list *);
H A Dctlr_scsi.c758 flag |= apply_chg_list(DAD_MODE_ERR_RECOV, length, in scsi_ms_page1()
891 flag |= apply_chg_list(MODEPAGE_DISCO_RECO, length, in scsi_ms_page2()
1078 flag |= apply_chg_list(DAD_MODE_FORMAT, length, in scsi_ms_page3()
1229 flag |= apply_chg_list(DAD_MODE_GEOMETRY, length, in scsi_ms_page4()
1371 flag |= apply_chg_list(DAD_MODE_CACHE, length, in scsi_ms_page8()
1564 flag |= apply_chg_list(DAD_MODE_CACHE_CCS, length, in scsi_ms_page38()
3009 apply_chg_list(int pageno, int pagsiz, uchar_t *curbits, in apply_chg_list() function
H A Dmenu_scsi.c451 if (apply_chg_list(pageno, length, (uchar_t *)saved, in do_mode_select()