Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/format/
H A Dctlr_ata.c382 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()
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.h49 #define BADSLSZ sizeof (struct badsec_lst) macro
/titanic_44/usr/src/cmd/addbadsec/
H A Dbadsec.h48 #define BADSLSZ sizeof (struct badsec_lst) macro
H A Daddbadsec.c309 blc_p = (struct badsec_lst *)malloc(BADSLSZ); in add_gbad()
323 blc_p->bl_nxt = (struct badsec_lst *)malloc(BADSLSZ); in add_gbad()