Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dctlr_ata.c116 extern struct badsec_lst *badsl_chain;
118 extern struct badsec_lst *gbadsl_chain;
373 struct badsec_lst *blc_p; in ata_repair()
374 struct badsec_lst *blc_p_nxt; in ata_repair()
382 blc_p = (struct badsec_lst *)calloc(1, BADSLSZ); in ata_repair()
394 blc_p->bl_nxt = (struct badsec_lst *)calloc(1, BADSLSZ); in ata_repair()
448 struct badsec_lst *blc_p; in ata_wr_cur()
449 struct badsec_lst *blc_p_nxt; in ata_wr_cur()
469 blc_p = (struct badsec_lst *)calloc(1, BADSLSZ); in ata_wr_cur()
482 blc_p->bl_nxt = (struct badsec_lst *)calloc(1, BADSLSZ); in ata_wr_cur()
H A Dbadsec.h43 struct badsec_lst { struct
45 struct badsec_lst *bl_nxt; argument
49 #define BADSLSZ sizeof (struct badsec_lst) argument
H A Dix_altsctr.c60 struct badsec_lst *badsl_chain = NULL;
62 struct badsec_lst *gbadsl_chain = NULL;
390 struct badsec_lst *blc_p; in get_badsec()
443 struct badsec_lst *blc_p; in count_badsec()
/titanic_44/usr/src/cmd/addbadsec/
H A Dbadsec.h42 struct badsec_lst { struct
44 struct badsec_lst *bl_nxt; argument
48 #define BADSLSZ sizeof (struct badsec_lst) argument
H A Daddbadsec.c61 extern struct badsec_lst *badsl_chain;
63 extern struct badsec_lst *gbadsl_chain;
192 struct badsec_lst *blc_p; in main()
306 struct badsec_lst *blc_p; in add_gbad()
309 blc_p = (struct badsec_lst *)malloc(BADSLSZ); in add_gbad()
323 blc_p->bl_nxt = (struct badsec_lst *)malloc(BADSLSZ); in add_gbad()
412 struct badsec_lst *blc_p; in try_hw_remap()
H A Dix_altsctr.c59 struct badsec_lst *badsl_chain;
61 struct badsec_lst *gbadsl_chain;
385 struct badsec_lst *blc_p; in get_badsec()
434 struct badsec_lst *blc_p; in count_badsec()