| /freebsd-13.1/usr.bin/cap_mkdb/ |
| H A D | cap_mkdb.c | 85 int byteorder, c; in main() local 88 byteorder = 0; in main() 93 if (byteorder != 0) in main() 95 byteorder = c == 'b' ? 4321 : 1234; in main() 115 openinfo.lorder = byteorder; in main()
|
| /freebsd-13.1/usr.bin/localedef/ |
| H A D | localedef.c | 60 static int byteorder = 0; variable 233 if (byteorder == 4321) in htote() 235 else if (byteorder == 1234) in htote() 292 if (byteorder != 0) in main() 294 byteorder = c == 'b' ? 4321 : 1234; in main()
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | Makefile.inc | 40 MAN+= byteorder.3 ethers.3 eui64.3 \ 54 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 55 byteorder.3 ntohs.3
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 58 byteorder.9 \ 770 byteorder.9 be16enc.9 \ 771 byteorder.9 be16toh.9 \ 772 byteorder.9 be32dec.9 \ 773 byteorder.9 be32enc.9 \ 774 byteorder.9 be32toh.9 \ 775 byteorder.9 be64dec.9 \ 776 byteorder.9 be64enc.9 \ 777 byteorder.9 be64toh.9 \ 778 byteorder.9 bswap16.9 \ [all …]
|
| /freebsd-13.1/stand/libsa/ |
| H A D | smbios.c | 148 int byteorder, i, ones, zeros; in smbios_setuuid() local 179 byteorder = LITTLE_ENDIAN; in smbios_setuuid() 181 byteorder = BIG_ENDIAN; in smbios_setuuid() 183 byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN; in smbios_setuuid() 185 if (byteorder != LITTLE_ENDIAN) { in smbios_setuuid()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | arc.h | 259 void arc_get_raw_params(arc_buf_t *buf, boolean_t *byteorder, uint8_t *salt, 263 void arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder, 272 boolean_t byteorder, const uint8_t *salt, const uint8_t *iv, 279 arc_buf_t *arc_loan_raw_buf(spa_t *spa, uint64_t dsobj, boolean_t byteorder,
|
| /freebsd-13.1/lib/libthread_db/ |
| H A D | thread_db.c | 280 u_int size, u_int byteorder) in thr_pread() argument 292 switch (byteorder) { in thr_pread() 371 u_int size, u_int byteorder) in thr_pwrite() argument 379 switch (byteorder) { in thr_pwrite()
|
| /freebsd-13.1/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 338 } byteorder; in _nc_fmt_funcptr() local 340 byteorder.value = 0x1234; in _nc_fmt_funcptr() 346 unsigned ch = ((byteorder.bytes[0] == 0x34) in _nc_fmt_funcptr()
|
| /freebsd-13.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_xlate.c | 56 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate() 135 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
|
| H A D | libelf_ehdr.c | 71 e->e_byteorder != LIBELF_PRIVATE(byteorder)); in _libelf_load_extended() 176 e->e_byteorder != LIBELF_PRIVATE(byteorder)); in _libelf_ehdr()
|
| H A D | libelf_phdr.c | 107 e->e_byteorder != LIBELF_PRIVATE(byteorder)); in _libelf_getphdr()
|
| H A D | libelf_open.c | 158 e->e_byteorder = LIBELF_PRIVATE(byteorder); in _libelf_open_object()
|
| /freebsd-13.1/usr.sbin/services_mkdb/ |
| H A D | services_mkdb.c | 92 int byteorder = 0; in main() local 105 if (byteorder != 0) in main() 107 byteorder = ch == 'b' ? 4321 : 1234; in main() 134 hinfo.lorder = byteorder; in main()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/ |
| H A D | Makefile.am | 3 byteorder.h \
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/os/freebsd/sys/ |
| H A D | Makefile.am | 3 byteorder.h \
|
| /freebsd-13.1/lib/libc/db/btree/ |
| H A D | bt_open.c | 72 static int byteorder(void); 113 machine_lorder = byteorder(); in __bt_open() 415 byteorder(void) in byteorder() function
|
| /freebsd-13.1/contrib/netbsd-tests/ipf/ |
| H A D | h_common.sh | 89 if [ `sysctl -n hw.byteorder` = 4321 ]; then
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 341 ByteOrder byteorder = data.GetByteOrder(); in Parse() local 378 data.ExtractBytes(offset, size, byteorder, pr_fname); in Parse() 382 data.ExtractBytes(offset, size, byteorder, pr_psargs); in Parse()
|
| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 736 int byteorder; in write_ctf() local 751 byteorder = ELFDATA2MSB; in write_ctf() 753 byteorder = ELFDATA2LSB; in write_ctf() 759 if (ehdr.e_ident[EI_DATA] == byteorder) in write_ctf()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | Makefile.am | 4 byteorder.h \
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | Makefile.am | 5 byteorder.h \
|
| /freebsd-13.1/contrib/netbsd-tests/sbin/resize_ffs/ |
| H A D | common.sh | 12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | Makefile.in | 96 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \ 164 byteorder_SOURCES = byteorder.c 165 byteorder_OBJECTS = byteorder.$(OBJEXT) 271 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \ 274 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \ 856 byteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) $(EXTRA_byteorder_DEPENDENCIES) 857 @rm -f byteorder$(EXEEXT) 923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byteorder.Po@am__quote@
|
| H A D | README | 25 The byteorder.c and longsize.c programs are used during the configuration
|
| /freebsd-13.1/libexec/bootpd/ |
| H A D | Announce | 42 Cleaned-up signed/unsigned and byteorder bugs.
|