Home
last modified time | relevance | path

Searched refs:bu_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_data.c431 request->bu_type); in ndmpd_data_start_backup_v3()
451 request->bu_type, request->env.env_val, in ndmpd_data_start_backup_v3()
510 request->bu_type); in ndmpd_data_start_recover_v3()
1412 if (strcmp(bu_type, NDMP_DUMP_TYPE) == 0) { in ndmpd_tar_start_backup_v3()
1419 } else if (strcmp(bu_type, NDMP_TAR_TYPE) == 0) { in ndmpd_tar_start_backup_v3()
2077 if (strcmp(bu_type, NDMP_DUMP_TYPE) != 0 && in ndmpd_tar_start_backup_v2()
2078 strcmp(bu_type, NDMP_TAR_TYPE) != 0) { in ndmpd_tar_start_backup_v2()
2110 if (strcmp(bu_type, NDMP_DUMP_TYPE) == 0) { in ndmpd_tar_start_backup_v2()
2117 } else if (strcmp(bu_type, NDMP_TAR_TYPE) == 0) { in ndmpd_tar_start_backup_v2()
2227 if (strcmp(bu_type, NDMP_DUMP_TYPE) != 0 && in ndmpd_tar_start_recover_v2()
[all …]
H A Dndmp.x1337 string bu_type<>; /* backup method to use */
1360 string bu_type<>;
1433 string bu_type<>; /* backup method to use */
1452 string bu_type<>;
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_debuglink.c706 char bu_type[4]; member
754 ASNAR(dbg->de_copy_word,type, bu->bu_type); in extract_buildid()