Home
last modified time | relevance | path

Searched refs:s_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Delftc_reloc_type_str.c37 static char s_type[32]; in elftc_reloc_type_str() local
955 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in elftc_reloc_type_str()
956 return (s_type); in elftc_reloc_type_str()
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c269 static char s_type[32]; in elf_type_str() local
280 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type); in elf_type_str()
282 snprintf(s_type, sizeof(s_type), "<os: %#x>", type); in elf_type_str()
284 snprintf(s_type, sizeof(s_type), "<unknown: %#x", type); in elf_type_str()
285 return (s_type); in elf_type_str()
343 static char s_type[32]; in elf_phdr_type_str() local
361 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in elf_phdr_type_str()
362 return (s_type); in elf_phdr_type_str()
509 static char s_type[32]; in st_type() local
524 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in st_type()
[all …]
/freebsd/sys/sys/
H A Dvnode.h549 #define VOPARG_OFFSETOF(s_type, field) __offsetof(s_type, field) argument
550 #define VOPARG_OFFSETTO(s_type, s_offset, struct_p) \ argument
551 ((s_type)(((char*)(struct_p)) + (s_offset)))
/freebsd/usr.bin/elfdump/
H A Delfdump.c425 static char s_type[32]; in st_type() local
440 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", type); in st_type()
441 return (s_type); in st_type()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c318 am_path.mnt->mnt_sb->s_type != &zpl_fs_type) { in zpl_snapdir_manage()
H A Dzfs_ctldir.c1507 fs_context_for_submount(dentry->d_sb->s_type, dentry); in zfsctl_snapshot_mount()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c638 static char s_type[32]; in elf_type() local
648 snprintf(s_type, sizeof(s_type), "<proc: %#x>", type); in elf_type()
650 snprintf(s_type, sizeof(s_type), "<os: %#x>", type); in elf_type()
652 snprintf(s_type, sizeof(s_type), "<unknown: %#x>", in elf_type()
654 return (s_type); in elf_type()