Home
last modified time | relevance | path

Searched refs:flavours (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/src/external/bsd/am-utils/dist/libamu/
Dmount_fs.c1081 } flavours[] = { variable
1115 for (l = 0, i = 0; i < sizeof(flavours) / sizeof(flavours[0]); i++) in set_nfs4_security()
1116 if (strcmp(flavours[i].name, s) == 0) { in set_nfs4_security()
1117 nap->auth_flavours[l++] = flavours[i].num; in set_nfs4_security()
1121 if (i == sizeof(flavours) / sizeof(flavours[0])) in set_nfs4_security()
1199 for (j = 0; j < sizeof(flavours) / sizeof(flavours[0]); j++) in print_nfs4_security()
1200 if (flavours[j].num == nap->auth_flavours[i]) { in print_nfs4_security()
1201 xstrlcpy(num, flavours[j].name, sizeof(num)); in print_nfs4_security()
1205 if (j == sizeof(flavours) / sizeof(flavours[0])) { in print_nfs4_security()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dmach-o.c1282 BFD_ASSERT ((cmd->flavours[i].size % 4) == 0); in bfd_mach_o_write_thread()
1283 BFD_ASSERT (cmd->flavours[i].offset in bfd_mach_o_write_thread()
1286 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread()
1287 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread()
1293 offset += cmd->flavours[i].size + sizeof (raw); in bfd_mach_o_write_thread()
4237 cmd->flavours = bfd_alloc (abfd, amt); in bfd_mach_o_read_thread()
4238 if (cmd->flavours == NULL) in bfd_mach_o_read_thread()
4250 cmd->flavours[nflavours].flavour = bfd_h_get_32 (abfd, raw.flavour); in bfd_mach_o_read_thread()
4251 cmd->flavours[nflavours].offset = command->offset + offset + sizeof (raw); in bfd_mach_o_read_thread()
4252 cmd->flavours[nflavours].size = bfd_h_get_32 (abfd, raw.count) * 4; in bfd_mach_o_read_thread()
[all …]
Dmach-o.h428 bfd_mach_o_thread_flavour *flavours; member
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dmach-o.c1282 BFD_ASSERT ((cmd->flavours[i].size % 4) == 0); in bfd_mach_o_write_thread()
1283 BFD_ASSERT (cmd->flavours[i].offset in bfd_mach_o_write_thread()
1286 bfd_h_put_32 (abfd, cmd->flavours[i].flavour, raw.flavour); in bfd_mach_o_write_thread()
1287 bfd_h_put_32 (abfd, (cmd->flavours[i].size / 4), raw.count); in bfd_mach_o_write_thread()
1293 offset += cmd->flavours[i].size + sizeof (raw); in bfd_mach_o_write_thread()
4237 cmd->flavours = bfd_alloc (abfd, amt); in bfd_mach_o_read_thread()
4238 if (cmd->flavours == NULL) in bfd_mach_o_read_thread()
4250 cmd->flavours[nflavours].flavour = bfd_h_get_32 (abfd, raw.flavour); in bfd_mach_o_read_thread()
4251 cmd->flavours[nflavours].offset = command->offset + offset + sizeof (raw); in bfd_mach_o_read_thread()
4252 cmd->flavours[nflavours].size = bfd_h_get_32 (abfd, raw.count) * 4; in bfd_mach_o_read_thread()
[all …]
Dmach-o.h428 bfd_mach_o_thread_flavour *flavours; member
/netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/
Delf32cr16.sc45 /* Many sections come in three flavours. There is the 'real' section,
Delf32crx.sc41 /* Many sections come in three flavours. There is the 'real' section,
Dvisium.sc7 # Many sections come in three flavours. There is the 'real' section,
Dxstormy16.sc36 # Many sections come in three flavours. There is the 'real' section,
Delf_chaos.sc50 # Many sections come in three flavours. There is the 'real' section,
Diq2000.sc45 # Many sections come in three flavours. There is the 'real' section,
Delfarc.sc45 # Many sections come in three flavours. There is the 'real' section,
Dmep.sc62 # Many sections come in three flavours. There is the 'real' section,
Delfxtensa.sc71 # Many sections come in three flavours. There is the 'real' section,
Delf64hppa.sc71 # Many sections come in three flavours. There is the 'real' section,
Depiphany_4x4.sc70 # Many sections come in three flavours. There is the 'real' section,
Delf64bpf.sc80 # Many sections come in three flavours. There is the 'real' section,
Darclinux.sc79 # Many sections come in three flavours. There is the 'real' section,
Delf.sc88 # Many sections come in three flavours. There is the 'real' section,
/netbsd/src/external/gpl3/binutils/dist/bfd/doc/
Daoutx.texi4 BFD supports a number of different flavours of a.out format,
Dcoffcode.texi2 BFD supports a number of different flavours of coff format.
/netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/
Dlock.m4241 dnl flavours option weak result
/netbsd/src/external/bsd/ppp/dist/
DREADME28 (There is also code to support various old flavours of Unix in the git
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/
DREADME.md162 necessarily interoperable and don't have different flavours, only different
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dod-macho.c1023 bfd_mach_o_thread_flavour *flavour = &thread->flavours[j]; in dump_thread()

12