Home
last modified time | relevance | path

Searched refs:SSTRSIZE (Results 1 – 8 of 8) sorted by relevance

/netbsd/usr.sbin/sysinst/
H A Ddefs.h61 #define SSTRSIZE 30 macro
408 extern char machine[SSTRSIZE];
439 char diskdev[SSTRSIZE]; /* Actual name of the disk. */
510 char fullname[SSTRSIZE];
607 char user[SSTRSIZE];
621 extern char cdrom_dev[SSTRSIZE]; /* Typically "cd0a" */
625 extern char localfs_dev[SSTRSIZE];
626 extern char localfs_fs[SSTRSIZE];
629 extern char targetroot_mnt[SSTRSIZE];
633 extern char dist_postfix[SSTRSIZE];
[all …]
H A Dmain.c56 char machine[SSTRSIZE];
82 char cdrom_dev[SSTRSIZE];
83 char fd_dev[SSTRSIZE];
85 char localfs_dev[SSTRSIZE];
86 char localfs_fs[SSTRSIZE];
88 char targetroot_mnt[SSTRSIZE];
90 char dist_postfix[SSTRSIZE];
91 char dist_tgz_postfix[SSTRSIZE];
H A Dpartman.c119 char pm_name[SSTRSIZE];
142 char pm_name[SSTRSIZE];
152 char name[SSTRSIZE];
155 char extents[SSTRSIZE];
168 char name[SSTRSIZE];
429 char buf[SSTRSIZE]; in pm_manage_getfreenode()
602 char buf[SSTRSIZE]; in pm_raid_set_value()
965 char buf[SSTRSIZE]; in pm_vnd_edit_menufmt()
1003 snprintf(buf, SSTRSIZE, "%s", in pm_vnd_edit_menufmt()
1017 snprintf(buf, SSTRSIZE, "%d", in pm_vnd_edit_menufmt()
[all …]
H A Dpart_edit.c757 char buf[SSTRSIZE], *astr, colval[STRSIZE], line[STRSIZE]; in draw_outer_part_line()
900 char start[SSTRSIZE], size[SSTRSIZE], col[SSTRSIZE], in draw_outer_part_header()
901 *disk_info, total[SSTRSIZE], avail[SSTRSIZE]; in draw_outer_part_header()
H A Dnet.c81 static char net_ip[SSTRSIZE];
82 static char net_srv_ip[SSTRSIZE];
83 static char net_mask[SSTRSIZE];
H A Dtarget.c241 char rootdev[SSTRSIZE]; in is_active_rootpart()
H A Dutil.c615 char rootdev[SSTRSIZE] = ""; in get_via_cdrom()
H A Ddisks.c76 char dd_name[SSTRSIZE];