HomeSort by: relevance | last modified time | path
    Searched refs:SSTRSIZE (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.sbin/sysinst/
defs.h 61 #define SSTRSIZE 30
414 extern char machine[SSTRSIZE];
445 char diskdev[SSTRSIZE]; /* Actual name of the disk. */
516 char fullname[SSTRSIZE];
616 char user[SSTRSIZE];
630 extern char cdrom_dev[SSTRSIZE]; /* Typically "cd0a" */
631 extern char fd_dev[SSTRSIZE]; /* Typically "/dev/fd0a" */
634 extern char localfs_dev[SSTRSIZE];
635 extern char localfs_fs[SSTRSIZE];
638 extern char targetroot_mnt[SSTRSIZE];
    [all...]
main.c 56 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];
partman.c 82 char name[SSTRSIZE]; /* display name for this component */
119 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];
449 snprintf(buf, SSTRSIZE, "%s%d", d, i);
602 char buf[SSTRSIZE];
668 snprintf(buf, SSTRSIZE, "%d", *out_var)
    [all...]
part_edit.c 757 char buf[SSTRSIZE], *astr, colval[STRSIZE], line[STRSIZE];
900 char start[SSTRSIZE], size[SSTRSIZE], col[SSTRSIZE],
901 *disk_info, total[SSTRSIZE], avail[SSTRSIZE];
target.c 241 char rootdev[SSTRSIZE];
net.c 81 static char net_ip[SSTRSIZE];
82 static char net_srv_ip[SSTRSIZE];
83 static char net_mask[SSTRSIZE];
disks.c 76 char dd_name[SSTRSIZE];
util.c 628 char rootdev[SSTRSIZE] = "";

Completed in 19 milliseconds