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

  /src/usr.sbin/sysinst/
partitions.h 129 #define PTI_INSTALL_TARGET 32 /* marks the target partition
part_edit.c 252 marg->cur.flags ^= PTI_INSTALL_TARGET;
695 (marg->cur.flags & PTI_INSTALL_TARGET)) ? yes : no);
772 if ((info.flags & PTI_INSTALL_TARGET) &&
1000 info.flags = PTI_INSTALL_TARGET;
1135 if (inst_start< 0 && (info.flags & PTI_INSTALL_TARGET)) {
label.c 215 (wanted->cur_flags & PTI_INSTALL_TARGET)) {
406 edit->info.flags ^= PTI_INSTALL_TARGET;
513 if ((pset->infos[i].cur_flags & ~PTI_INSTALL_TARGET)
514 != (info.flags & ~PTI_INSTALL_TARGET))
1227 msg_string((edit->info.flags & PTI_INSTALL_TARGET)
1508 if (with_inst_flag && (info.flags & PTI_INSTALL_TARGET) &&
gpt.c 529 info->flags |= PTI_INSTALL_TARGET;
636 if (info->flags & PTI_INSTALL_TARGET) {
1117 if (info->flags & PTI_INSTALL_TARGET) {
disklabel.c 799 info->flags |= PTI_INSTALL_TARGET;
864 if (info->flags & PTI_INSTALL_TARGET)
bsddisklabel.c 1887 if (wanted.infos[i].cur_flags & PTI_INSTALL_TARGET) {
1902 wanted.infos[i].cur_flags |= PTI_INSTALL_TARGET;
1907 info.flags |= PTI_INSTALL_TARGET;
mbr.c 1377 info->flags |= PTI_INSTALL_TARGET;
1596 if (info->flags & PTI_INSTALL_TARGET) {
1784 if (data.flags & PTI_INSTALL_TARGET)

Completed in 19 milliseconds