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

  /src/usr.sbin/sysinst/
disklabel.c 608 case FS_SWAP: pt = PT_swap; break;
734 case PT_swap: nt = FS_SWAP; break;
1119 data.nat_type->generic_ptype != PT_swap && i < RAW_PART)
1123 if (i == 1 && data.nat_type->generic_ptype != PT_swap)
1192 info->nat_type->generic_ptype != PT_swap && i < RAW_PART)
1196 if (i == 1 && info->nat_type->generic_ptype != PT_swap)
partitions.h 101 PT_swap, /* the NetBSD swap partition */
bsddisklabel.c 138 .type = PT_swap, .fs_type = FS_SWAP },
252 if (pset->infos[opt].type == PT_swap) {
905 wanted->infos[i].type != PT_swap &&
1024 if (wanted->infos[i].type == PT_swap) {
1032 if (wanted->infos[i].type == PT_swap && swap > wanted->num)
1077 if (info.nat_type->generic_ptype != PT_swap &&
1095 if (info.nat_type->generic_ptype != PT_swap &&
1609 want->type != PT_swap) {
1689 want->type != PT_swap) {
disks.c 1227 if (pa->type == PT_swap)
1229 if (pb->type == PT_swap)
1318 if (ptn->size == 0 || parts == NULL|| ptn->type == PT_swap)
1507 if (!is_tmpfs && ptn->type != PT_swap &&
2128 if (install->infos[i].type == PT_swap)
gpt.c 99 { .name = "swap", .fstype = FS_SWAP, .ptype = PT_swap },
1750 (p->gp_type != NULL && p->gp_type->gent.generic_ptype == PT_swap))
part_edit.c 1313 && info.nat_type->generic_ptype != PT_swap)
util.c 2463 if ((*list)[no].type == PT_swap) {

Completed in 22 milliseconds