Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/scripts/
Dsign-file257 my $n_type = $OIDs{$raw_oid};
261 if ($n_type eq "organizationName") {
263 } elsif ($n_type eq "commonName") {
265 } elsif ($n_type eq "emailAddress") {
/linux-4.1.27/tools/perf/util/
Dsymbol-minimal.c35 u32 n_type; in read_build_id() member
48 nhdr->n_type = bswap_32(nhdr->n_type); in read_build_id()
57 if (nhdr->n_type == NT_GNU_BUILD_ID && in read_build_id()
Dsymbol-elf.c411 if (nhdr->n_type == NT_GNU_BUILD_ID && in elf_read_build_id()
476 if (nhdr.n_type == NT_GNU_BUILD_ID && in sysfs__read_build_id()
/linux-4.1.27/include/uapi/linux/
Delf.h410 Elf32_Word n_type; /* Content type */ member
417 Elf64_Word n_type; /* Content type */ member
Da.out.h169 unsigned char n_type; member
/linux-4.1.27/arch/ia64/kernel/
Dcrash.c37 note->n_type = type; in append_elf_note()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dcoredump.c151 en.n_type = NT_SPU; in spufs_arch_write_note()
/linux-4.1.27/arch/tile/kernel/
Dmachine_kexec.c138 while (nhdrp->n_type != EBN_COMMAND_LINE) { in kexec_bn2cl()
/linux-4.1.27/net/key/
Daf_key.c969 struct sadb_x_nat_t_type *n_type; in __pfkey_xfrm_state2msg() local
973 n_type = (struct sadb_x_nat_t_type*) skb_put(skb, sizeof(*n_type)); in __pfkey_xfrm_state2msg()
974 n_type->sadb_x_nat_t_type_len = sizeof(*n_type)/sizeof(uint64_t); in __pfkey_xfrm_state2msg()
975 n_type->sadb_x_nat_t_type_exttype = SADB_X_EXT_NAT_T_TYPE; in __pfkey_xfrm_state2msg()
976 n_type->sadb_x_nat_t_type_type = natt->encap_type; in __pfkey_xfrm_state2msg()
977 n_type->sadb_x_nat_t_type_reserved[0] = 0; in __pfkey_xfrm_state2msg()
978 n_type->sadb_x_nat_t_type_reserved[1] = 0; in __pfkey_xfrm_state2msg()
979 n_type->sadb_x_nat_t_type_reserved[2] = 0; in __pfkey_xfrm_state2msg()
1225 const struct sadb_x_nat_t_type* n_type; in pfkey_msg2xfrm_state() local
1233 n_type = ext_hdrs[SADB_X_EXT_NAT_T_TYPE-1]; in pfkey_msg2xfrm_state()
[all …]
/linux-4.1.27/arch/s390/kernel/
Dcrash_dump.c297 note->n_type = type; in nt_init()
409 note->n_type = NT_S390_VXRS_LOW; in nt_s390_vx_low()
/linux-4.1.27/arch/powerpc/kernel/
Dfadump.c491 note.n_type = type; in fadump_append_elf_note()
508 note.n_type = 0; in fadump_final_note()
/linux-4.1.27/fs/proc/
Dkcore.c300 en.n_type = men->type; in storenote()
/linux-4.1.27/kernel/
Dkexec.c1562 note.n_type = type; in append_elf_note()
1579 note.n_type = 0; in final_note()
/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c1267 en.n_type = men->type; in writenote()
Dbinfmt_elf.c1336 en.n_type = men->type; in writenote()