Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/hppa/include/
Dsom.h45 ((fh)->system_id != SOM_PA10 && \
46 (fh)->system_id != SOM_PA11 && \
47 (fh)->system_id != SOM_PA12 && \
48 (fh)->system_id != SOM_PA20)
51 u_short system_id; member
/openbsd/src/usr.sbin/makefs/cd9660/
Diso.h73 char system_id [ISODCL ( 9, 40)]; /* achars */ member
110 char system_id [ISODCL ( 9, 40)]; /* achars */ member
169 char system_id [ISODCL (85, 116)]; /* achars */ member
Dcd9660_debug.c404 (u_char *)((struct iso_primary_descriptor*)buf)->system_id, in debug_dump_to_xml_volume_descriptor()
/openbsd/src/sys/isofs/cd9660/
Diso.h70 char system_id [ISODCL ( 9, 40)]; /* achars */ member
113 char system_id [ISODCL ( 9, 40)]; /* achars */ member
172 char system_id [ISODCL (85, 116)]; /* achars */ member
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Diso9660.h68 char system_id [ISODCL ( 9, 40)]; /* achars */ member
104 char system_id [ISODCL ( 8, 39)]; member
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()
Dmkisofs.c110 char * system_id = SYSTEM_ID_DEFAULT; variable
166 {"SYSI", &system_id},
973 system_id = optarg; in FDECL2()
974 if(strlen(system_id) > 32) { in FDECL2()
Deltorito.c136 memcpy(boot_desc->system_id, EL_TORITO_ID, sizeof(EL_TORITO_ID)); in FDECL1()
Djoliet.c240 convert_to_unicode((u_char *)jvol_desc->system_id, sizeof(jvol_desc->system_id), NULL); in FDECL1()
Dmkisofs.h461 extern char * system_id;
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dsom.h94 short system_id; member
Dsom.c1859 obj_som_exec_data (abfd)->system_id = file_hdrp->system_id;
2175 if (!_PA_RISC_ID (file_hdr.system_id))
3950 obj_som_file_hdr (abfd)->system_id = obj_som_exec_data (abfd)->system_id;
3952 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC2_0;
3954 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_1;
3956 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_0;
6190 lst.system_id = CPU_PA_RISC1_0;
DChangeLog-94956845 * som.c (som_prep_headers): Do not set the system_id here, private
7704 (som_prep_headers): Preserve the system_id for DYNAMIC objects.
8394 to the output bfd. For executables, use the saved system_id
DChangeLog-98993642 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dsom.h94 short system_id; member
Dsom.c1745 obj_som_exec_data (abfd)->system_id = file_hdrp->system_id; in som_object_setup()
2071 if (!_PA_RISC_ID (file_hdr.system_id)) in som_object_p()
3822 obj_som_file_hdr (abfd)->system_id = obj_som_exec_data (abfd)->system_id; in som_finish_writing()
3824 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC2_0; in som_finish_writing()
3826 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_1; in som_finish_writing()
3828 obj_som_file_hdr (abfd)->system_id = CPU_PA_RISC1_0; in som_finish_writing()
6107 lst.system_id = CPU_PA_RISC1_0; in som_write_armap()
DChangeLog-94956845 * som.c (som_prep_headers): Do not set the system_id here, private
7704 (som_prep_headers): Preserve the system_id for DYNAMIC objects.
8394 to the output bfd. For executables, use the saved system_id
DChangeLog-98993642 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
/openbsd/src/gnu/usr.sbin/mkhybrid/src/diag/
Disodump.c86 unsigned char system_id [ISODCL ( 9, 40)]; /* aunsigned chars */ member
Disovfy.c40 unsigned char system_id [ISODCL ( 9, 40)]; /* aunsigned chars */ member
/openbsd/src/usr.sbin/makefs/
Dcd9660.c221 …strlcpy(diskStructure->primaryDescriptor.system_id,"OpenBSD", sizeof(diskStructure->primaryDescrip… in cd9660_set_defaults()
564 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.system_id, 32); in cd9660_finalize_PVD()
/openbsd/src/lib/libexpat/tests/
Dhandlers.h165 const XML_Char *system_id; member
Dhandlers.c422 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()