Searched refs:line_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.h | 71 } line_t; typedef 76 line_t *start; 77 line_t *end; 101 line_t *start; 102 line_t *end; 103 line_t *curdefault; /* line containing default */ 104 line_t *olddefault; /* old default line (commented) */ 105 line_t *old_rc_default; /* old default line for bootenv.rc */ 192 extern void bam_add_line(menu_t *mp, entry_t *entry, line_t *prev, line_t *lp); 215 extern void update_line(line_t *); [all …]
|
H A D | bootadm_upgrade.c | 264 update_line(line_t *linep) in update_line() 363 cvt_kernel_line(line_t *line, const char *osroot, entry_t *entry) in cvt_kernel_line() 540 cvt_module_line(line_t *line, entry_t *entry) in cvt_module_line() 638 line_t *line; in find_matching_entry() 741 line_t *line; in bam_add_findroot() 742 line_t *newlp; in bam_add_findroot() 774 newlp = s_calloc(1, sizeof (line_t)); in bam_add_findroot() 855 line_t *line; in bam_add_dboot()
|
H A D | bootadm.c | 209 line_t *head; 210 line_t *tail; 269 static void linelist_free(line_t *); 272 static error_t list2file(char *, char *, char *, line_t *); 1019 line_t *lp; in list_setting() 1778 line_t *lp; in list_archive() 1803 list2file(char *root, char *tmp, char *final, line_t *start) in list2file() 3002 line_t *lp; in walk_list() 3256 line_t *lp; in check_cmdline() 3272 line_t *lp; in dump_errormsg() [all …]
|
H A D | bootadm_hyper.c | 759 line_t *lp; in cvt_to_hyper() 1017 line_t *lp; in cvt_to_metal()
|