Home | History | Annotate | Download | only in sysinst

Lines Matching refs:SSTRSIZE

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);
669 msg_prompt_win(msg_to_show, -1, 18, 0, 0, buf, buf, SSTRSIZE);
827 snprintf(f_name, SSTRSIZE, "/tmp/raid.%d.conf", raids[i].node);
967 char buf[SSTRSIZE];
992 snprintf(buf, SSTRSIZE, "%" PRIu64,
1005 snprintf(buf, SSTRSIZE, "%s",
1013 snprintf(buf, SSTRSIZE, "%d", dev_ptr->secsize);
1019 snprintf(buf, SSTRSIZE, "%d",
1026 snprintf(buf, SSTRSIZE, "%d", dev_ptr->ntracks);
1032 snprintf(buf, SSTRSIZE, "%d",
1112 snprintf(buf, SSTRSIZE, "%d", *out_var);
1113 msg_prompt_win(msg_to_show, -1, 18, 0, 0, buf, buf, SSTRSIZE);
1428 strlcpy(dev_ptr->pm_name, disk_entrie->fullname, SSTRSIZE);
1537 strlcpy(pm_new->diskdev, dev, SSTRSIZE);
1719 dev_ptr->name, dev_ptr->name, SSTRSIZE);
1739 snprintf(buf, SSTRSIZE, "%d", *out_var);
1740 msg_prompt_win(msg_to_show, -1, 18, 0, 0, buf, buf, SSTRSIZE);
1894 dev_ptr->name, dev_ptr->name, SSTRSIZE);
1909 dev_ptr->extents, dev_ptr->extents, SSTRSIZE);
1949 snprintf(buf, SSTRSIZE, "%d", *out_var);
1950 msg_prompt_win(msg_to_show, -1, 18, 0, 0, buf, buf, SSTRSIZE);
2431 char dev[SSTRSIZE];
2479 char dev[SSTRSIZE]; dev[0] = '\0';
2498 pm_getdevstring(dev, SSTRSIZE, pm_i, i);
2505 strlcpy(localfs_dev, pm_i->diskdev, SSTRSIZE);
2567 char buf[SSTRSIZE]; buf[0] = '\0';