| /openbsd/src/sys/arch/hppa/include/ |
| D | som.h | 45 ((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/ |
| D | iso.h | 73 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
|
| D | cd9660_debug.c | 404 (u_char *)((struct iso_primary_descriptor*)buf)->system_id, in debug_dump_to_xml_volume_descriptor()
|
| /openbsd/src/sys/isofs/cd9660/ |
| D | iso.h | 70 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/ |
| D | iso9660.h | 68 char system_id [ISODCL ( 9, 40)]; /* achars */ member 104 char system_id [ISODCL ( 8, 39)]; member
|
| D | write.c | 1337 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()
|
| D | mkisofs.c | 110 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()
|
| D | eltorito.c | 136 memcpy(boot_desc->system_id, EL_TORITO_ID, sizeof(EL_TORITO_ID)); in FDECL1()
|
| D | joliet.c | 240 convert_to_unicode((u_char *)jvol_desc->system_id, sizeof(jvol_desc->system_id), NULL); in FDECL1()
|
| D | mkisofs.h | 461 extern char * system_id;
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | som.h | 94 short system_id; member
|
| D | som.c | 1859 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;
|
| D | ChangeLog-9495 | 6845 * 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
|
| D | ChangeLog-9899 | 3642 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | som.h | 94 short system_id; member
|
| D | som.c | 1745 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()
|
| D | ChangeLog-9495 | 6845 * 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
|
| D | ChangeLog-9899 | 3642 (som_finish_writing): Use CPU_PA_RISC2_0 for the system_id as needed.
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/diag/ |
| D | isodump.c | 86 unsigned char system_id [ISODCL ( 9, 40)]; /* aunsigned chars */ member
|
| D | isovfy.c | 40 unsigned char system_id [ISODCL ( 9, 40)]; /* aunsigned chars */ member
|
| /openbsd/src/usr.sbin/makefs/ |
| D | cd9660.c | 221 …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/ |
| D | handlers.h | 165 const XML_Char *system_id; member
|
| D | handlers.c | 422 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
|