Searched refs:defect_entry (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | defect.h | 55 struct defect_entry { struct 71 struct defect_entry *list; argument 112 int makebfi(struct defect_list *list, struct defect_entry *def); 113 void calc_bfi(struct defect_list *list, struct defect_entry *def, 114 struct defect_entry *end, int skew); 117 void pr_defect(struct defect_entry *def, int num); 118 int sort_defect(struct defect_entry *def, struct defect_list *list); 121 void add_def(struct defect_entry *def, struct defect_list *list,
|
H A D | defect.c | 136 list->list = (struct defect_entry *)zalloc(size * cur_blksz); in read_list() 215 sizeof (struct defect_entry) / sizeof (int)); i++) in checkdefsum() 235 pr_defect(struct defect_entry *def, int num) in pr_defect() 272 sort_defect(struct defect_entry *def, struct defect_list *list) in sort_defect() 274 struct defect_entry *ptr; in sort_defect() 409 struct defect_entry def; in add_ldef() 438 add_def(struct defect_entry *def, struct defect_list *list, int index) in add_def() 448 list->list = (struct defect_entry *)rezalloc((void *)list->list, in add_def() 502 rval = sz ? ((sz * sizeof (struct defect_entry) + in deflist_size()
|
H A D | menu_defect.c | 94 work_list.list = (struct defect_entry *)zalloc( in d_restore() 268 struct defect_entry def; in d_add() 352 work_list.list = (struct defect_entry *)zalloc( in d_add() 426 work_list.list = (struct defect_entry *)rezalloc( in d_delete() 544 struct defect_entry *dptr; in d_dump() 619 struct defect_entry *dptr; in d_load() 696 work_list.list = (struct defect_entry *)zalloc( in d_load() 811 work_list.list = (struct defect_entry *)zalloc( in commit_list() 818 cur_list.list = (struct defect_entry *)zalloc( in commit_list()
|
H A D | ctlr_ata.c | 288 struct defect_entry *new_defect; in ata_convert_list() 295 sizeof (struct defect_entry)); in ata_convert_list() 322 sizeof (struct defect_entry)); in ata_convert_list() 450 struct defect_entry *dlist; in ata_wr_cur()
|
H A D | ctlr_scsi.c | 1886 register struct defect_entry *new_defect; 1901 new_defect = (struct defect_entry *)
|
H A D | menu_command.c | 1818 work_list.list = (struct defect_entry *)zalloc( in c_defect()
|