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

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

Completed in 63 milliseconds