HomeSort by: relevance | last modified time | path
    Searched defs:pm_i (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/sysinst/
disks.c 911 struct pm_devs *pm_i, *pm_last = NULL; local in function:find_disks
1053 SLIST_FOREACH(pm_i, &pm_head, l) {
1054 pm_last = pm_i;
1055 if (strcmp(pm_i->diskdev, disk->dd_name) == 0) {
1060 if (pm_i != NULL && already_found) {
1065 if (!pm_i->found) {
1066 pm_i->found = true;
1067 if (pm_i->parts == NULL) {
1068 pm_i->parts =
1070 pm_i->diskdev
    [all...]
partman.c 358 struct pm_devs *pm_i; local in function:pm_dev_list
360 SLIST_FOREACH(pm_i, &pm_head, l) {
361 if (pm_i->parts == NULL)
363 for (i = 0; i < pm_i->parts->num_part; i++) {
365 if (!pm_i->parts->pscheme->get_part_info(pm_i->parts,
381 if (pm_is_lvmpv(pm_i, i, &info))
387 if (pm_partusage(pm_i, i, 0) != 0)
390 disk_entries[num_devs].dev_ptr = pm_i;
392 disk_entries[num_devs].parts = pm_i->parts
430 struct pm_devs *pm_i; local in function:pm_manage_getfreenode
1164 struct pm_devs *pm_i, *pm_suit = NULL; local in function:pm_vnd_commit
1510 struct pm_devs *pm_i; local in function:pm_lvm_find
2301 struct pm_devs *pm_i, *tmp; local in function:pm_clean
2316 struct pm_devs *pm_i, *tmp; local in function:pm_destroy_all
2653 struct pm_devs *pm_i; local in function:pm_needsave
2669 struct pm_devs *pm_i; local in function:pm_commit
2969 struct pm_devs *pm_i; local in function:pm_upddevlist
    [all...]

Completed in 13 milliseconds