Home
last modified time | relevance | path

Searched refs:system_id (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-export.c76 if (vg && !*vg->system_id) in import_pv()
77 strncpy(vg->system_id, (char *)pvd->system_id, NAME_LEN); in import_pv()
80 strncmp(vg->system_id, (char *)pvd->system_id, sizeof(pvd->system_id))) in import_pv()
82 "volume group", pvd->system_id, in import_pv()
83 pv_dev_name(pv), vg->system_id); in import_pv()
161 if (vg && *vg->system_id) in export_pv()
162 strncpy((char *)pvd->system_id, vg->system_id, sizeof(pvd->system_id)); in export_pv()
167 if (!*vg->system_id || in export_pv()
168 strncmp(vg->system_id, EXPORTED_TAG, in export_pv()
170 if (!_system_id(cmd, (char *)pvd->system_id, EXPORTED_TAG)) in export_pv()
[all …]
H A Ddisk-rep.h87 int8_t system_id[NAME_LEN]; /* for vgexport/vgimport */ member
/netbsd-src/sys/arch/hppa/include/
H A Dsom.h47 ((fh)->system_id != SOM_PA10 && \
48 (fh)->system_id != SOM_PA11 && \
49 (fh)->system_id != SOM_PA12 && \
50 (fh)->system_id != SOM_PA20)
53 u_short system_id; member
/netbsd-src/sys/arch/evbarm/lubbock/
H A Dobio.c213 int system_id, baseboard_id, expansion_id, processor_card_id; in obio_attach() local
227 system_id = bus_space_read_4(sc->sc_iot, sc->sc_obioreg_ioh, in obio_attach()
230 baseboard_id = (system_id>>8) & 0x0f; in obio_attach()
231 expansion_id = (system_id>>4) & 0x0f; in obio_attach()
232 processor_card_id = system_id & 0x0f; in obio_attach()
/netbsd-src/sys/fs/cd9660/
H A Diso.h72 char system_id [ISODCL ( 9, 40)]; /* achars */ member
109 char system_id [ISODCL ( 9, 40)]; /* achars */ member
168 char system_id [ISODCL (85, 116)]; /* achars */ member
/netbsd-src/sys/arch/arc/arc/
H A Dplatform.c52 p->system_id); in print_platform()
99 if (strcmp(arc_id, p->system_id) == 0 && in platform_generic_match()
H A Dp_nec_r96.c79 if (strcmp(arc_id, p->system_id) == 0 && in p_nec_riscserver_2200_match()
/netbsd-src/external/gpl3/binutils/dist/include/som/
H A Dinternal.h32 unsigned short system_id; member
185 unsigned short system_id; member
H A Dlst.h29 unsigned char system_id[2]; member
H A Daout.h32 unsigned char system_id[2]; member
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A Dinternal.h32 unsigned short system_id; member
185 unsigned short system_id; member
H A Dlst.h29 unsigned char system_id[2]; member
H A Daout.h32 unsigned char system_id[2]; member
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Diso9660.h67 char system_id [ISODCL ( 9, 40)]; /* achars */ member
103 char system_id [ISODCL ( 8, 39)]; member
H A Dwrite.c1337 memset(vol_desc.system_id, ' ', sizeof(vol_desc.system_id)); in FDECL1()
1338 memcpy_max(vol_desc.system_id, system_id, strlen(system_id)); in FDECL1()
H A Dmkisofs.c101 char * system_id = SYSTEM_ID_DEFAULT; variable
159 {"SYSI", &system_id},
1025 system_id = optarg; in FDECL2()
1026 if(strlen(system_id) > 32) { in FDECL2()
H A Deltorito.c133 memcpy(boot_desc->system_id, EL_TORITO_ID, sizeof(EL_TORITO_ID)); in FDECL1()
H A Djoliet.c240 convert_to_unicode((u_char *)jvol_desc->system_id, sizeof(jvol_desc->system_id), NULL); in FDECL1()
/netbsd-src/sys/arch/arc/include/
H A Dplatform.h38 const char *system_id; /* from root of configuration tree */ member
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dexport.c388 if (vg->system_id && *vg->system_id) in _print_vg()
389 outf(f, "system_id = \"%s\"", vg->system_id); in _print_vg()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.h94 short system_id; member
H A Dsom.c1621 dst->system_id = bfd_getb16 (src->system_id); in som_swap_header_in()
1659 bfd_putb16 (src->system_id, dst->system_id); in som_swap_header_out()
1923 dst->system_id = bfd_getb16 (src->system_id); in som_swap_lst_header_in()
2060 obj_som_exec_data (abfd)->system_id = file_hdrp->system_id; in som_object_setup()
2407 if (!_PA_RISC_ID (file_hdr.system_id)) in som_object_p()
4219 obj_som_file_hdr (abfd)->system_id = obj_som_exec_data (abfd)->system_id; in som_finish_writing()
4221 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC2_0; in som_finish_writing()
4223 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_1; in som_finish_writing()
4225 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_0; in som_finish_writing()
6681 bfd_putb16 (CPU_PA_RISC1_0, &lst.system_id); in som_write_armap()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.h94 short system_id; member
H A Dsom.c1622 dst->system_id = bfd_getb16 (src->system_id); in som_swap_header_in()
1660 bfd_putb16 (src->system_id, dst->system_id); in som_swap_header_out()
1924 dst->system_id = bfd_getb16 (src->system_id); in som_swap_lst_header_in()
2061 obj_som_exec_data (abfd)->system_id = file_hdrp->system_id; in som_object_setup()
2408 if (!_PA_RISC_ID (file_hdr.system_id)) in som_object_p()
4130 obj_som_file_hdr (abfd)->system_id = obj_som_exec_data (abfd)->system_id; in som_finish_writing()
4132 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC2_0; in som_finish_writing()
4134 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_1; in som_finish_writing()
4136 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_0; in som_finish_writing()
6608 bfd_putb16 (CPU_PA_RISC1_0, &lst.system_id); in som_write_armap()
/netbsd-src/external/gpl2/lvm2/dist/lib/report/
H A Dcolumns.h104 FIELD(VGS, vg, STR, "SYS ID", system_id, 6, string, "vg_sysid", "System ID indicating when and wher…

12