uint16_t           53 kern/include/elf.h 	uint16_t	e_type;                /* type of file this is */
uint16_t           54 kern/include/elf.h 	uint16_t	e_machine;             /* processor type file is for */
uint16_t           60 kern/include/elf.h 	uint16_t	e_ehsize;          /* actual size of file header */
uint16_t           61 kern/include/elf.h 	uint16_t	e_phentsize;       /* actual size of phdr */
uint16_t           62 kern/include/elf.h 	uint16_t	e_phnum;           /* number of phdrs */
uint16_t           63 kern/include/elf.h 	uint16_t	e_shentsize;       /* ignore */
uint16_t           64 kern/include/elf.h 	uint16_t	e_shnum;           /* ignore */
uint16_t           65 kern/include/elf.h 	uint16_t	e_shstrndx;        /* ignore */
uint16_t           39 kern/include/endian.h uint16_t bswap16(uint16_t);
uint16_t           43 kern/include/endian.h uint16_t ntohs(uint16_t);
uint16_t           44 kern/include/endian.h uint16_t htons(uint16_t);
uint16_t           82 kern/include/kern/sfs.h 	uint16_t sfi_type;			/* One of SFS_TYPE_* above */
uint16_t           83 kern/include/kern/sfs.h 	uint16_t sfi_linkcount;			/* # hard links to this file */
uint16_t           46 kern/lib/bswap.c uint16_t
uint16_t           47 kern/lib/bswap.c bswap16(uint16_t val)
uint16_t          119 kern/lib/bswap.c TO(s,  16, uint16_t)
uint16_t          108 kern/vm/kmalloc.c 	uint16_t freelist_offset;
uint16_t          109 kern/vm/kmalloc.c 	uint16_t nfree;