u_short            63 arch/i386/i386/amd64errata.c 	u_short		e_num;
u_short            64 arch/i386/i386/amd64errata.c 	u_short		e_reported;
u_short           127 arch/i386/i386/autoconf.c 	printf("biomask %x netmask %x ttymask %x\n", (u_short)IMASK(IPL_BIO),
u_short           128 arch/i386/i386/autoconf.c 	    (u_short)IMASK(IPL_NET), (u_short)IMASK(IPL_TTY));
u_short           137 arch/i386/i386/nvram.c 	u_short csum = 0;
u_short           138 arch/i386/i386/nvram.c 	u_short csumexpect;
u_short            47 arch/i386/i386/p4tcc.c 	u_short level;
u_short            48 arch/i386/i386/p4tcc.c 	u_short reg;
u_short            76 arch/i386/i386/vm86.c #define	CS(tf)		(*(u_short *)&tf->tf_cs)
u_short            77 arch/i386/i386/vm86.c #define	IP(tf)		(*(u_short *)&tf->tf_eip)
u_short            78 arch/i386/i386/vm86.c #define	SS(tf)		(*(u_short *)&tf->tf_ss)
u_short            79 arch/i386/i386/vm86.c #define	SP(tf)		(*(u_short *)&tf->tf_esp)
u_short           173 arch/i386/i386/vm86.c 	struct { u_short ip, cs; } ihand;
u_short           414 arch/i386/i386/vm86.c #define DOVREG(reg) tf->tf_vm86_##reg = (u_short) vm86s.regs.vmsc.sc_##reg
u_short           415 arch/i386/i386/vm86.c #define DOREG(reg) tf->tf_##reg = (u_short) vm86s.regs.vmsc.sc_##reg
u_short           115 arch/i386/include/freebsd_machdep.h 	u_short	en_fcs;		/* floating code segment selector */
u_short           116 arch/i386/include/freebsd_machdep.h 	u_short	en_opcode;	/* opcode last executed (11 bits ) */
u_short            52 arch/i386/include/npx.h 	u_short	en_fcs;		/* floating code segment selector */
u_short            53 arch/i386/include/npx.h 	u_short	en_opcode;	/* opcode last executed (11 bits ) */
u_short            45 arch/i386/stand/libsa/debug.c #define	CKPT(c)	(*(u_short volatile *)(VBASE+160) = (0x1700 | (c)))
u_short            52 arch/i386/stand/libsa/time.c const u_short monthcount[] = {
u_short            95 compat/bsdos/bsdos_exec.c 	u_short mid;
u_short            60 compat/freebsd/freebsd_rtprio.h 	u_short type;
u_short            61 compat/freebsd/freebsd_rtprio.h 	u_short prio;
u_short            98 compat/hpux/hpux.h 	u_short		hst_mode;
u_short           100 compat/hpux/hpux.h 	u_short		hst_old_uid;	/* these have since moved */
u_short           101 compat/hpux/hpux.h 	u_short		hst_old_gid;	/* ... */
u_short           115 compat/hpux/hpux.h 	u_short		hst_cnode;
u_short           116 compat/hpux/hpux.h 	u_short		hst_rcnode;
u_short           117 compat/hpux/hpux.h 	u_short		hst_netsite;
u_short           120 compat/hpux/hpux.h 	u_short		hst_basemode;
u_short           121 compat/hpux/hpux.h 	u_short		hst_spareshort1;
u_short           130 compat/hpux/hpux.h 	u_short		hst_mode;
u_short           132 compat/hpux/hpux.h 	u_short		hst_old_uid;	/* these have since moved */
u_short           133 compat/hpux/hpux.h 	u_short		hst_old_gid;	/* ... */
u_short           147 compat/hpux/hpux.h 	u_short		hst_cnode;
u_short           148 compat/hpux/hpux.h 	u_short		hst_rcnode;
u_short           149 compat/hpux/hpux.h 	u_short		hst_netsite;
u_short           152 compat/hpux/hpux.h 	u_short		hst_basemode;
u_short           153 compat/hpux/hpux.h 	u_short		hst_spareshort1;
u_short           166 compat/hpux/hpux.h 	u_short	millitm;
u_short           173 compat/hpux/hpux.h 	u_short	hst_dev;
u_short           174 compat/hpux/hpux.h 	u_short	hst_ino;
u_short           175 compat/hpux/hpux.h 	u_short hst_mode;
u_short           179 compat/hpux/hpux.h 	u_short	hst_rdev;
u_short           222 compat/hpux/hpux.h 	u_short	mode;	/* access modes */
u_short           223 compat/hpux/hpux.h 	u_short	seq;	/* slot usage sequence number */
u_short           233 compat/hpux/hpux.h 	u_short		shm_nattch;	/* current # attached */
u_short           234 compat/hpux/hpux.h 	u_short		shm_cnattch;	/* in memory # attached */
u_short           575 compat/hpux/hpux_file.c 	hsb->hst_dev = (u_short)sb->st_dev;
u_short           576 compat/hpux/hpux_file.c 	hsb->hst_ino = (u_short)sb->st_ino;
u_short           577 compat/hpux/hpux_file.c 	hsb->hst_mode = (u_short)sb->st_mode;
u_short           578 compat/hpux/hpux_file.c 	hsb->hst_nlink = (u_short)sb->st_nlink;
u_short           579 compat/hpux/hpux_file.c 	hsb->hst_uid = (u_short)sb->st_uid;
u_short           580 compat/hpux/hpux_file.c 	hsb->hst_gid = (u_short)sb->st_gid;
u_short           581 compat/hpux/hpux_file.c 	hsb->hst_rdev = (u_short)sb->st_rdev;
u_short           604 compat/hpux/hpux_file.c 	hsb->hst_mode = (u_short)sb->st_mode;
u_short           605 compat/hpux/hpux_file.c 	hsb->hst_nlink = (u_short)sb->st_nlink;
u_short           612 compat/hpux/hpux_file.c 	hsb->hst_old_uid = (u_short)sb->st_uid;
u_short           613 compat/hpux/hpux_file.c 	hsb->hst_old_gid = (u_short)sb->st_gid;
u_short           153 compat/hpux/hpux_termio.h 	u_short	c_iflag;	/* input modes */
u_short           154 compat/hpux/hpux_termio.h 	u_short	c_oflag;	/* output modes */
u_short           155 compat/hpux/hpux_termio.h 	u_short	c_cflag;	/* control modes */
u_short           156 compat/hpux/hpux_termio.h 	u_short	c_lflag;	/* line discipline modes */
u_short            46 compat/ibcs2/ibcs2_dirent.h 	u_short		d_reclen;
u_short            42 compat/ibcs2/ibcs2_exec.h     u_short	f_magic;	/* magic number */
u_short            43 compat/ibcs2/ibcs2_exec.h     u_short	f_nscns;	/* # of sections */
u_short            47 compat/ibcs2/ibcs2_exec.h     u_short	f_opthdr;	/* size of optional header */
u_short            48 compat/ibcs2/ibcs2_exec.h     u_short	f_flags;	/* flags */
u_short            99 compat/ibcs2/ibcs2_exec.h     u_short	s_nreloc;
u_short           100 compat/ibcs2/ibcs2_exec.h     u_short	s_nlnno;
u_short           168 compat/ibcs2/ibcs2_exec.h 	u_short	x_magic;	/* magic number */
u_short           169 compat/ibcs2/ibcs2_exec.h 	u_short	x_ext;		/* size of extended header */
u_short           178 compat/ibcs2/ibcs2_exec.h 	u_short	x_renv;		/* flags */
u_short           220 compat/ibcs2/ibcs2_exec.h 	u_short	xe_eseg;	/* ignored */
u_short           221 compat/ibcs2/ibcs2_exec.h 	u_short	xe_sres;	/* ignored */
u_short           229 compat/ibcs2/ibcs2_exec.h 	u_short	xs_type;	/* segment type */
u_short           230 compat/ibcs2/ibcs2_exec.h 	u_short	xs_attr;	/* attribute flags */
u_short           231 compat/ibcs2/ibcs2_exec.h 	u_short	xs_seg;		/* segment selector number */
u_short           238 compat/ibcs2/ibcs2_exec.h 	u_short	xs_noff;	/* ignored */
u_short           239 compat/ibcs2/ibcs2_exec.h 	u_short	xs_sres;	/* ignored */
u_short            79 compat/ibcs2/ibcs2_ipc.c 	u_short msg_cbytes;
u_short            80 compat/ibcs2/ibcs2_ipc.c 	u_short msg_qnum;
u_short            81 compat/ibcs2/ibcs2_ipc.c 	u_short msg_qbytes;
u_short            82 compat/ibcs2/ibcs2_ipc.c 	u_short msg_lspid;
u_short            83 compat/ibcs2/ibcs2_ipc.c 	u_short msg_lrpid;
u_short           100 compat/ibcs2/ibcs2_ipc.c 	ibp->msg_cbytes = (u_short)bp->msg_cbytes;
u_short           101 compat/ibcs2/ibcs2_ipc.c 	ibp->msg_qnum = (u_short)bp->msg_qnum;
u_short           102 compat/ibcs2/ibcs2_ipc.c 	ibp->msg_qbytes = (u_short)bp->msg_qbytes;
u_short           103 compat/ibcs2/ibcs2_ipc.c 	ibp->msg_lspid = (u_short)bp->msg_lspid;
u_short           104 compat/ibcs2/ibcs2_ipc.c 	ibp->msg_lrpid = (u_short)bp->msg_lrpid;
u_short           198 compat/ibcs2/ibcs2_ipc.c 	u_short sem_nsems;
u_short           205 compat/ibcs2/ibcs2_ipc.c         u_short semval;
u_short           207 compat/ibcs2/ibcs2_ipc.c 	u_short semncnt;
u_short           208 compat/ibcs2/ibcs2_ipc.c 	u_short semzcnt;
u_short           346 compat/ibcs2/ibcs2_ipc.c 	u_short shm_lpid;
u_short           347 compat/ibcs2/ibcs2_ipc.c 	u_short shm_cpid;
u_short           348 compat/ibcs2/ibcs2_ipc.c 	u_short shm_nattch;
u_short           349 compat/ibcs2/ibcs2_ipc.c 	u_short shm_cnattch;
u_short           366 compat/ibcs2/ibcs2_misc.c 	idb.d_reclen = (u_short)ibcs2_reclen;
u_short            42 compat/ibcs2/ibcs2_termios.h typedef u_short	ibcs2_tcflag_t;
u_short            47 compat/ibcs2/ibcs2_termios.h 	u_short	c_iflag;
u_short            48 compat/ibcs2/ibcs2_termios.h 	u_short	c_oflag;
u_short            49 compat/ibcs2/ibcs2_termios.h 	u_short	c_cflag;
u_short            50 compat/ibcs2/ibcs2_termios.h 	u_short	c_lflag;
u_short           229 compat/ibcs2/ibcs2_termios.h         u_short ws_row;
u_short           230 compat/ibcs2/ibcs2_termios.h         u_short ws_col;
u_short           231 compat/ibcs2/ibcs2_termios.h         u_short ws_xpixel;
u_short           232 compat/ibcs2/ibcs2_termios.h         u_short ws_ypixel;
u_short            43 compat/linux/linux_dirent.h 	u_short		d_reclen;
u_short            50 compat/linux/linux_dirent.h 	u_short		d_reclen;
u_short            78 compat/linux/linux_hdio.h 	u_short cylinders;
u_short           988 compat/linux/linux_misc.c 		idb64.d_reclen = (u_short)linux_reclen;
u_short          1000 compat/linux/linux_misc.c 			idb.d_reclen = (u_short)bdp->d_namlen;
u_short          1003 compat/linux/linux_misc.c 			idb.d_reclen = (u_short)linux_reclen;
u_short            84 compat/m68k4k/m68k4k_exec.c 	u_short mid;
u_short            83 compat/sunos/sunos.h 	u_short	c_iflag;
u_short            84 compat/sunos/sunos.h 	u_short	c_oflag;
u_short            85 compat/sunos/sunos.h 	u_short	c_cflag;
u_short            86 compat/sunos/sunos.h 	u_short	c_lflag;
u_short           129 compat/sunos/sunos.h 	u_short	minordev;
u_short            39 compat/sunos/sunos_dirent.h 	u_short		d_reclen;
u_short            40 compat/sunos/sunos_dirent.h 	u_short		d_namlen;
u_short            36 compat/sunos/sunos_exec.h 	u_short	a_magic;	/* magic number */
u_short            39 compat/svr4/svr4_dirent.h 	u_short		d_reclen;
u_short            46 compat/svr4/svr4_dirent.h 	u_short		d_reclen;
u_short            65 compat/svr4/svr4_ipc.h 	u_short		msg_ts;	
u_short           101 compat/svr4/svr4_ipc.h 	u_short	msgseg;
u_short           120 compat/svr4/svr4_ipc.h 	u_short		shm_lkcnt;
u_short           151 compat/svr4/svr4_ipc.h 	u_short		semval;
u_short           153 compat/svr4/svr4_ipc.h 	u_short		semncnt;
u_short           154 compat/svr4/svr4_ipc.h 	u_short		semzcnt;
u_short           155 compat/svr4/svr4_ipc.h 	u_short		semncnt_cv;
u_short           156 compat/svr4/svr4_ipc.h 	u_short		semzcnt_cv;
u_short           162 compat/svr4/svr4_ipc.h 	u_short		sem_nsems;
u_short           171 compat/svr4/svr4_ipc.h 	u_short		sem_num;
u_short           246 compat/svr4/svr4_misc.c 	idb.d_reclen = (u_short)svr4_reclen;
u_short           279 compat/svr4/svr4_misc.c 	idb.d_reclen = (u_short)svr4_reclen;
u_short           137 compat/svr4/svr4_stropts.h 	u_short	family;
u_short           138 compat/svr4/svr4_stropts.h 	u_short	port;
u_short           143 compat/svr4/svr4_stropts.h 	u_short	family;
u_short           508 compat/svr4/svr4_termios.c 	t->c_iflag = (u_short)ts->c_iflag;
u_short           509 compat/svr4/svr4_termios.c 	t->c_oflag = (u_short)ts->c_oflag;
u_short           510 compat/svr4/svr4_termios.c 	t->c_cflag = (u_short)ts->c_cflag;
u_short           511 compat/svr4/svr4_termios.c 	t->c_lflag = (u_short)ts->c_lflag;
u_short            51 compat/svr4/svr4_termios.h 	u_short		c_iflag;
u_short            52 compat/svr4/svr4_termios.h 	u_short		c_oflag;
u_short            53 compat/svr4/svr4_termios.h 	u_short		c_cflag;
u_short            54 compat/svr4/svr4_termios.h 	u_short		c_lflag;
u_short           194 compat/svr4/svr4_termios.h 	u_short	ws_row;
u_short           195 compat/svr4/svr4_termios.h 	u_short	ws_col;
u_short           196 compat/svr4/svr4_termios.h 	u_short	ws_xpixel;
u_short           197 compat/svr4/svr4_termios.h 	u_short	ws_ypixel;
u_short            65 compat/svr4/svr4_types.h typedef u_short		 svr4_o_ino_t;
u_short            66 compat/svr4/svr4_types.h typedef u_short		 svr4_o_mode_t;
u_short            68 compat/svr4/svr4_types.h typedef u_short		 svr4_o_uid_t;
u_short            69 compat/svr4/svr4_types.h typedef u_short		 svr4_o_gid_t;
u_short           291 compat/ultrix/ultrix_fs.c 	u_short sin_port;
u_short            18 compat/ultrix/ultrix_tty.h 	u_short	c_iflag;
u_short            19 compat/ultrix/ultrix_tty.h 	u_short	c_oflag;
u_short            20 compat/ultrix/ultrix_tty.h 	u_short	c_cflag;
u_short            21 compat/ultrix/ultrix_tty.h 	u_short	c_lflag;
u_short            74 compat/vax1k/vax1k_exec.c 	u_short mid;
u_short           195 crypto/cryptodev.h 	u_short		crk_iparams;	/* # of input parameters */
u_short           196 crypto/cryptodev.h 	u_short		crk_oparams;	/* # of output parameters */
u_short           216 crypto/cryptodev.h 	u_short		krp_iparams;	/* # of input parameters */
u_short           217 crypto/cryptodev.h 	u_short		krp_oparams;	/* # of output parameters */
u_short           139 dev/ata/ata.c  			p = (u_short *)(prms->atap_model + i);
u_short           143 dev/ata/ata.c  			p = (u_short *)(prms->atap_serial + i);
u_short           147 dev/ata/ata.c  			p = (u_short *)(prms->atap_revision + i);
u_short           118 dev/cardbus/com_cardbus.c 	u_short		vendor;
u_short           119 dev/cardbus/com_cardbus.c 	u_short		product;
u_short           183 dev/eisa/aha1742.c 	u_short status;
u_short           207 dev/eisa/aha1742.c 	u_short addit_status;
u_short           237 dev/eisa/aha1742.c 	u_short unused1;
u_short            86 dev/i2c/adt7460.c 	u_short		index;
u_short           111 dev/i2o/iop.c  	u_short	ic_class;
u_short           112 dev/i2o/iop.c  	u_short	ic_flags;
u_short            51 dev/i2o/iopio.h 	u_short	it_tid;
u_short            52 dev/i2o/iopio.h 	u_short	it_flags;
u_short           247 dev/i2o/iopsp.c 	u_short *tidmap;
u_short           262 dev/i2o/iopsp.c 	size = sc->sc_link.adapter_buswidth * IOPSP_MAX_LUN * sizeof(u_short);
u_short           351 dev/i2o/iopsp.c 			IOPSP_TIDMAP(tidmap, targ, lun) = (u_short)tid;
u_short            66 dev/i2o/iopspvar.h 	u_short			*sc_tidmap;	/* Target/LUN -> TID map */
u_short            96 dev/ic/am7990.c static inline u_short
u_short           100 dev/ic/am7990.c 	register u_int16_t *a = (u_short *) one;
u_short           101 dev/ic/am7990.c 	register u_int16_t *b = (u_short *) two;
u_short           317 dev/ic/bhareg.h 		u_short sg_limit;
u_short            59 dev/ic/bt8xx.h 	u_short		rows;
u_short            60 dev/ic/bt8xx.h 	u_short		columns;
u_short            61 dev/ic/bt8xx.h 	u_short		frames;
u_short           383 dev/ic/dp8390.c 	u_short len;
u_short           498 dev/ic/dp8390.c 	u_short len;
u_short          1025 dev/ic/dp8390.c 	u_short len;
u_short          1135 dev/ic/dp8390.c 	u_short tmp_amount;
u_short            55 dev/ic/dp8390var.h 	u_short	txb_cnt;	/* Number of transmit buffers */
u_short            56 dev/ic/dp8390var.h 	u_short	txb_inuse;	/* number of transmit buffers active */
u_short            58 dev/ic/dp8390var.h 	u_short	txb_new;	/* pointer to where new buffer will be added */
u_short            59 dev/ic/dp8390var.h 	u_short	txb_next_tx;	/* pointer to next buffer ready to xmit */
u_short            60 dev/ic/dp8390var.h 	u_short	txb_len[8];	/* buffered xmit buffer lengths */
u_short            61 dev/ic/dp8390var.h 	u_short	tx_page_start;	/* first page of TX buffer area */
u_short            62 dev/ic/dp8390var.h 	u_short	rec_page_start; /* first page of RX ring-buffer */
u_short            63 dev/ic/dp8390var.h 	u_short	rec_page_stop;	/* last page of RX ring-buffer */
u_short            64 dev/ic/dp8390var.h 	u_short	next_packet;	/* pointer to next unread RX packet */
u_short            75 dev/ic/dp8390var.h 		    int, caddr_t, u_short);
u_short           628 dev/ic/dpt.c   	if (p <= (u_short *)&ec->ec_hba[DPT_MAX_CHANNELS - 1])
u_short           203 dev/ic/elink3reg.h #define GLOBAL_RESET		(u_short) 0x0000   /* Wait at least 1ms after issuing */
u_short           204 dev/ic/elink3reg.h #define WINDOW_SELECT		(u_short) (0x1<<11)
u_short           205 dev/ic/elink3reg.h #define START_TRANSCEIVER	(u_short) (0x2<<11) /* Read ADDR_CFG reg to determine
u_short           209 dev/ic/elink3reg.h #define RX_DISABLE		(u_short) (0x3<<11) /* state disabled on power-up */
u_short           210 dev/ic/elink3reg.h #define RX_ENABLE		(u_short) (0x4<<11)
u_short           211 dev/ic/elink3reg.h #define RX_RESET		(u_short) (0x5<<11)
u_short           212 dev/ic/elink3reg.h #define RX_DISCARD_TOP_PACK	(u_short) (0x8<<11)
u_short           213 dev/ic/elink3reg.h #define TX_ENABLE		(u_short) (0x9<<11)
u_short           214 dev/ic/elink3reg.h #define TX_DISABLE		(u_short) (0xa<<11)
u_short           215 dev/ic/elink3reg.h #define TX_RESET		(u_short) (0xb<<11)
u_short           216 dev/ic/elink3reg.h #define REQ_INTR		(u_short) (0xc<<11)
u_short           222 dev/ic/elink3reg.h #define ACK_INTR		(u_short) (0x6800)
u_short           223 dev/ic/elink3reg.h #      define C_INTR_LATCH	(u_short) (ACK_INTR|0x01)
u_short           224 dev/ic/elink3reg.h #      define C_CARD_FAILURE	(u_short) (ACK_INTR|0x02)
u_short           225 dev/ic/elink3reg.h #      define C_TX_COMPLETE	(u_short) (ACK_INTR|0x04)
u_short           226 dev/ic/elink3reg.h #      define C_TX_AVAIL	(u_short) (ACK_INTR|0x08)
u_short           227 dev/ic/elink3reg.h #      define C_RX_COMPLETE	(u_short) (ACK_INTR|0x10)
u_short           228 dev/ic/elink3reg.h #      define C_RX_EARLY	(u_short) (ACK_INTR|0x20)
u_short           229 dev/ic/elink3reg.h #      define C_INT_RQD		(u_short) (ACK_INTR|0x40)
u_short           230 dev/ic/elink3reg.h #      define C_UPD_STATS	(u_short) (ACK_INTR|0x80)
u_short           232 dev/ic/elink3reg.h #define SET_INTR_MASK		(u_short) (0x0e<<11)
u_short           235 dev/ic/elink3reg.h #define STATUS_ENABLE		(u_short) (0x0f<<11)
u_short           237 dev/ic/elink3reg.h #define SET_RD_0_MASK		(u_short) (0x0f<<11)
u_short           239 dev/ic/elink3reg.h #define SET_RX_FILTER		(u_short) (0x10<<11)
u_short           240 dev/ic/elink3reg.h #      define FIL_INDIVIDUAL	(u_short) (0x01)
u_short           241 dev/ic/elink3reg.h #      define FIL_MULTICAST	(u_short) (0x02)
u_short           242 dev/ic/elink3reg.h #      define FIL_BRDCST	(u_short) (0x04)
u_short           243 dev/ic/elink3reg.h #      define FIL_PROMISC	(u_short) (0x08)
u_short           245 dev/ic/elink3reg.h #define SET_RX_EARLY_THRESH	(u_short) (0x11<<11)
u_short           246 dev/ic/elink3reg.h #define SET_TX_AVAIL_THRESH	(u_short) (0x12<<11)
u_short           247 dev/ic/elink3reg.h #define SET_TX_START_THRESH	(u_short) (0x13<<11)
u_short           248 dev/ic/elink3reg.h #define START_DMA		(u_short) (0x14<<11)	/* busmaster-only */
u_short           251 dev/ic/elink3reg.h #define STATS_ENABLE		(u_short) (0x15<<11)
u_short           252 dev/ic/elink3reg.h #define STATS_DISABLE		(u_short) (0x16<<11)
u_short           253 dev/ic/elink3reg.h #define STOP_TRANSCEIVER	(u_short) (0x17<<11)
u_short           256 dev/ic/elink3reg.h #define POWERUP			(u_short) (0x1b<<11)
u_short           257 dev/ic/elink3reg.h #define POWERDOWN		(u_short) (0x1c<<11)
u_short           258 dev/ic/elink3reg.h #define POWERAUTO		(u_short) (0x1d<<11)
u_short           287 dev/ic/elink3reg.h #define S_INTR_LATCH		(u_short) (0x0001)
u_short           288 dev/ic/elink3reg.h #define S_CARD_FAILURE		(u_short) (0x0002)
u_short           289 dev/ic/elink3reg.h #define S_TX_COMPLETE		(u_short) (0x0004)
u_short           290 dev/ic/elink3reg.h #define S_TX_AVAIL		(u_short) (0x0008)
u_short           291 dev/ic/elink3reg.h #define S_RX_COMPLETE		(u_short) (0x0010)
u_short           292 dev/ic/elink3reg.h #define S_RX_EARLY		(u_short) (0x0020)
u_short           293 dev/ic/elink3reg.h #define S_INT_RQD		(u_short) (0x0040)
u_short           294 dev/ic/elink3reg.h #define S_UPD_STATS		(u_short) (0x0080)
u_short           295 dev/ic/elink3reg.h #define S_DMA_DONE		(u_short) (0x0100)	/* DMA cards only */
u_short           296 dev/ic/elink3reg.h #define S_DOWN_COMPLETE		(u_short) (0x0200)	/* DMA cards only */
u_short           297 dev/ic/elink3reg.h #define S_UP_COMPLETE		(u_short) (0x0400)	/* DMA cards only */
u_short           298 dev/ic/elink3reg.h #define S_DMA_IN_PROGRESS	(u_short) (0x0800)	/* DMA cards only */
u_short           299 dev/ic/elink3reg.h #define S_COMMAND_IN_PROGRESS	(u_short) (0x1000)
u_short           317 dev/ic/elink3reg.h #define ERR_INCOMPLETE  (u_short) (0x8000)
u_short           318 dev/ic/elink3reg.h #define ERR_RX		(u_short) (0x4000)
u_short           319 dev/ic/elink3reg.h #define ERR_MASK	(u_short) (0x7800)
u_short           320 dev/ic/elink3reg.h #define ERR_OVERRUN	(u_short) (0x4000)
u_short           321 dev/ic/elink3reg.h #define ERR_RUNT	(u_short) (0x5800)
u_short           322 dev/ic/elink3reg.h #define ERR_ALIGNMENT	(u_short) (0x6000)
u_short           323 dev/ic/elink3reg.h #define ERR_CRC		(u_short) (0x6800)
u_short           324 dev/ic/elink3reg.h #define ERR_OVERSIZE	(u_short) (0x4800)
u_short           325 dev/ic/elink3reg.h #define ERR_DRIBBLE	(u_short) (0x1000)
u_short           355 dev/ic/elink3reg.h #define RX_BYTES_MASK			(u_short) (0x07ff)
u_short           376 dev/ic/elink3reg.h #define	CONFIG_RAMSIZE		(u_short) 0x0007
u_short           377 dev/ic/elink3reg.h #define	CONFIG_RAMSIZE_SHIFT	(u_short)      0
u_short           379 dev/ic/elink3reg.h #define	CONFIG_RAMWIDTH		(u_short) 0x0008
u_short           380 dev/ic/elink3reg.h #define	CONFIG_RAMWIDTH_SHIFT	(u_short)      3
u_short           382 dev/ic/elink3reg.h #define	CONFIG_RAMSPEED		(u_short) 0x0030
u_short           383 dev/ic/elink3reg.h #define	CONFIG_RAMSPEED_SHIFT	(u_short)      4
u_short           384 dev/ic/elink3reg.h #define	CONFIG_ROMSIZE		(u_short) 0x00c0
u_short           385 dev/ic/elink3reg.h #define	CONFIG_ROMSIZE_SHIFT	(u_short)      6
u_short           388 dev/ic/elink3reg.h #define	CONFIG_RAMSPLIT		(u_short) 0x0003
u_short           389 dev/ic/elink3reg.h #define	CONFIG_RAMSPLIT_SHIFT	(u_short)      0
u_short           390 dev/ic/elink3reg.h #define	CONFIG_MEDIAMASK	(u_short) 0x0070
u_short           391 dev/ic/elink3reg.h #define	CONFIG_MEDIAMASK_SHIFT	(u_short)      4
u_short           400 dev/ic/elink3reg.h #define EPMEDIA_10BASE_T		(u_short)   0x00
u_short           401 dev/ic/elink3reg.h #define EPMEDIA_AUI			(u_short)   0x01
u_short           402 dev/ic/elink3reg.h #define EPMEDIA_RESV1			(u_short)   0x02
u_short           403 dev/ic/elink3reg.h #define EPMEDIA_10BASE_2		(u_short)   0x03
u_short           404 dev/ic/elink3reg.h #define EPMEDIA_100BASE_TX		(u_short)   0x04
u_short           405 dev/ic/elink3reg.h #define EPMEDIA_100BASE_FX		(u_short)   0x05
u_short           406 dev/ic/elink3reg.h #define EPMEDIA_MII			(u_short)   0x06
u_short           407 dev/ic/elink3reg.h #define EPMEDIA_100BASE_T4		(u_short)   0x07
u_short           410 dev/ic/elink3reg.h #define	CONFIG_AUTOSELECT	(u_short) 0x0100
u_short           411 dev/ic/elink3reg.h #define	CONFIG_AUTOSELECT_SHIFT	(u_short)      8
u_short           465 dev/ic/elink3reg.h #define	FIFOS_RX_RECEIVING	(u_short) 0x8000
u_short           466 dev/ic/elink3reg.h #define	FIFOS_RX_UNDERRUN	(u_short) 0x2000
u_short           467 dev/ic/elink3reg.h #define	FIFOS_RX_STATUS_OVERRUN	(u_short) 0x1000
u_short           468 dev/ic/elink3reg.h #define	FIFOS_RX_OVERRUN	(u_short) 0x0800
u_short           469 dev/ic/elink3reg.h #define	FIFOS_TX_OVERRUN	(u_short) 0x0400
u_short            72 dev/ic/elink3var.h 	u_short ep_chipset;		/* Chipset family on this board */
u_short           107 dev/ic/i82365var.h 	u_short	start;
u_short           108 dev/ic/i82365var.h 	u_short	len;
u_short            55 dev/ic/i82586reg.h 	u_short mbz;			/* must be zero */
u_short            75 dev/ic/i82586reg.h 	u_short ie_scb_offset;		/* 16-bit physaddr of next struct */
u_short            83 dev/ic/i82586reg.h 	u_short ie_status;		/* status word */
u_short            84 dev/ic/i82586reg.h 	u_short ie_command;		/* command word */
u_short            85 dev/ic/i82586reg.h 	u_short ie_command_list;	/* 16-pointer to command block list */
u_short            86 dev/ic/i82586reg.h 	u_short ie_recv_list;		/* 16-pointer to receive frame list */
u_short            87 dev/ic/i82586reg.h 	u_short ie_err_crc;		/* CRC errors */
u_short            88 dev/ic/i82586reg.h 	u_short ie_err_align;		/* Alignment errors */
u_short            89 dev/ic/i82586reg.h 	u_short ie_err_resource;	/* Resource errors */
u_short            90 dev/ic/i82586reg.h 	u_short ie_err_overrun;		/* Overrun errors */
u_short           137 dev/ic/i82586reg.h 	u_short ie_fd_status;		/* status for this frame */
u_short           138 dev/ic/i82586reg.h 	u_short ie_fd_last;		/* end of frame list flag */
u_short           139 dev/ic/i82586reg.h 	u_short ie_fd_next;		/* 16-pointer to next RFD */
u_short           140 dev/ic/i82586reg.h 	u_short ie_fd_buf_desc;		/* 16-pointer to list of buffer desc's */
u_short           143 dev/ic/i82586reg.h 	u_short ie_length;		/* 802 length/Ether type */
u_short           144 dev/ic/i82586reg.h 	u_short mbz;			/* must be zero */
u_short           159 dev/ic/i82586reg.h 	u_short ie_rbd_actual;		/* status for this buffer */
u_short           160 dev/ic/i82586reg.h 	u_short ie_rbd_next;		/* 16-pointer to next RBD */
u_short           162 dev/ic/i82586reg.h 	u_short ie_rbd_length;		/* length of the buffer */
u_short           163 dev/ic/i82586reg.h 	u_short mbz;			/* must be zero */
u_short           172 dev/ic/i82586reg.h 	u_short ie_cmd_status;		/* status of this command */
u_short           173 dev/ic/i82586reg.h 	u_short ie_cmd_cmd;		/* command word */
u_short           174 dev/ic/i82586reg.h 	u_short ie_cmd_link;		/* link to next command */
u_short           202 dev/ic/i82586reg.h 	u_short ie_xmit_desc;		/* 16-pointer to buffer descriptor */
u_short           205 dev/ic/i82586reg.h 	u_short ie_xmit_length;		/* 802.3 length/Ether type field */
u_short           222 dev/ic/i82586reg.h 	u_short ie_xmit_flags;		/* see below */
u_short           223 dev/ic/i82586reg.h 	u_short ie_xmit_next;		/* 16-pointer to next desc. */
u_short           240 dev/ic/i82586reg.h 	u_short ie_mcast_bytes;	/* size (in bytes) of multicast addresses */
u_short           252 dev/ic/i82586reg.h 	u_short ie_tdr_time;		/* error bits and time */
u_short          1234 dev/ic/i82596.c 	u_short	len;
u_short            85 dev/ic/if_wi_hostap.h 	u_short		flags;
u_short           417 dev/ic/lemac.c 	cksum = *(u_short *)&hwaddr[0];
u_short           419 dev/ic/lemac.c 	cksum = ((u_short)hwaddr[1] << 8) | (u_short)hwaddr[0];
u_short           428 dev/ic/lemac.c 	cksum += *(u_short *)&hwaddr[2];
u_short           430 dev/ic/lemac.c 	cksum += ((u_short)hwaddr[3] << 8) | (u_short)hwaddr[2];
u_short           441 dev/ic/lemac.c 	cksum += *(u_short *)&hwaddr[4];
u_short           443 dev/ic/lemac.c 	cksum += ((u_short)hwaddr[5] << 8) | (u_short)hwaddr[4];
u_short           312 dev/ic/ncr53c9xvar.h 	u_short sc_msgify;	/* IDENTIFY message associated with this nexus */
u_short           313 dev/ic/ncr53c9xvar.h 	u_short sc_msgout;	/* What message is on its way out? */
u_short           314 dev/ic/ncr53c9xvar.h 	u_short sc_msgpriq;	/* One or more messages to send (encoded) */
u_short           315 dev/ic/ncr53c9xvar.h 	u_short sc_msgoutq;	/* What messages have been sent so far? */
u_short           634 dev/ic/ne2000.c 	u_short tmp_amount;
u_short           225 dev/ic/pdq_ifsubr.c 	((u_short *) addr->lanaddr_bytes)[0] = ((u_short *) enm->enm_addrlo)[0];
u_short           226 dev/ic/pdq_ifsubr.c 	((u_short *) addr->lanaddr_bytes)[1] = ((u_short *) enm->enm_addrlo)[1];
u_short           227 dev/ic/pdq_ifsubr.c 	((u_short *) addr->lanaddr_bytes)[2] = ((u_short *) enm->enm_addrlo)[2];
u_short           134 dev/ic/z8530tty.c 	u_short	*zst_rbuf; /* rr1, data pairs */
u_short           919 dev/ic/z8530tty.c 	register u_short ch_rr1;
u_short          1126 dev/ic/z8530tty.c 	register u_short ring_data;
u_short            57 dev/isa/ad1848var.h 	u_short	sc_locked;		/* true when doing HS DMA  */
u_short           111 dev/isa/aria.c 	u_short	sc_iobase;		/* I/O port base address */
u_short           112 dev/isa/aria.c 	u_short sc_irq;			/* interrupt */
u_short           113 dev/isa/aria.c 	u_short sc_drq;			/* dma chan */
u_short           115 dev/isa/aria.c 	u_short	sc_open;		/* reference count of open calls */
u_short           116 dev/isa/aria.c 	u_short sc_play;		/* non-paused play chans 2**chan */
u_short           117 dev/isa/aria.c 	u_short sc_record;		/* non-paused record chans 2**chan */
u_short           118 dev/isa/aria.c 	u_short sc_change;		/* to keep track of changes of a type */
u_short           119 dev/isa/aria.c 	u_short gain[2];		/* left/right gain (play) */
u_short           137 dev/isa/aria.c 	u_short sc_hardware;		/* bit field of hardware present */
u_short           188 dev/isa/aria.c u_short	aria_getdspmem(u_short, u_short);
u_short           189 dev/isa/aria.c u_short	aria_putdspmem(u_short, u_short, u_short);
u_short           280 dev/isa/aria.c 	register u_short iobase = ia->ia_iobase;
u_short           334 dev/isa/aria.c 	u_short	end;
u_short           335 dev/isa/aria.c 	u_short rba = ia->ia_iobase;
u_short           413 dev/isa/aria.c 	register u_short iobase = ia->ia_iobase;
u_short           414 dev/isa/aria.c 	register u_short i;
u_short           487 dev/isa/aria.c 	register u_short iobase = sc->sc_iobase;
u_short           770 dev/isa/aria.c 	register u_short iobase = sc->sc_iobase;
u_short           772 dev/isa/aria.c 	u_short format;
u_short           773 dev/isa/aria.c 	u_short left, right;
u_short           774 dev/isa/aria.c 	u_short samp;
u_short           913 dev/isa/aria.c 	register u_short iobase = sc->sc_iobase;
u_short           934 dev/isa/aria.c u_short
u_short           944 dev/isa/aria.c u_short
u_short           973 dev/isa/aria.c 	outw(iobase + ARIADSP_WRITE, (u_short) command); 
u_short           980 dev/isa/aria.c 		outw(iobase + ARIADSP_WRITE, (u_short) arg1); 
u_short           988 dev/isa/aria.c 		outw(iobase + ARIADSP_WRITE, (u_short) arg2); 
u_short           996 dev/isa/aria.c 		outw(iobase + ARIADSP_WRITE, (u_short) arg3); 
u_short          1003 dev/isa/aria.c 	outw(iobase + ARIADSP_WRITE, (u_short) ARIADSPC_TERM); 
u_short          1154 dev/isa/aria.c 	register u_short iobase = sc->sc_iobase;
u_short          1155 dev/isa/aria.c 	register u_short *pdata = sc->sc_pdiobuffer;
u_short          1156 dev/isa/aria.c 	register u_short *rdata = sc->sc_rdiobuffer;
u_short          1157 dev/isa/aria.c 	u_short address;
u_short           367 dev/isa/ess.c  	u_short scr_value;
u_short           132 dev/isa/essvar.h 	u_short	sc_open;		/* reference count of open calls */
u_short           428 dev/isa/gus.c  		u_short *dei = sc->sc_deintr_buf;
u_short           429 dev/isa/gus.c  		u_short *sbuf = buf;
u_short           300 dev/isa/gusvar.h     u_short count;
u_short            47 dev/isa/ics2101var.h 	u_short sc_selio;		/* select I/O address */
u_short            48 dev/isa/ics2101var.h 	u_short sc_dataio;		/* data I/O address */
u_short           683 dev/isa/if_ec.c 	u_short tmp_amount;
u_short           536 dev/isa/if_eg.c 	u_short *ptr;
u_short           589 dev/isa/if_eg.c 	for (ptr = (u_short *)sc->eg_outbuf; len > 0; len -= 2) {
u_short           614 dev/isa/if_eg.c 	u_short *ptr;
u_short           628 dev/isa/if_eg.c 			for (ptr = (u_short *)sc->eg_inbuf; len > 0; len -= 2) {
u_short           115 dev/isa/if_ep_isa.c 	u_short	model;
u_short            88 dev/isa/if_ex.c 	u_short connector;	/* Connector type. */
u_short            89 dev/isa/if_ex.c 	u_short irq_no; 	/* IRQ number. */
u_short           124 dev/isa/if_ex.c static u_short eeprom_read(struct ex_softc *, int);
u_short           184 dev/isa/if_ex.c 	u_short eaddr_tmp;
u_short           890 dev/isa/if_ex.c static u_short 
u_short           896 dev/isa/if_ex.c 	u_short data = 0;
u_short           251 dev/isa/if_ie.c 	u_short	irq_encoded;		/* encoded interrupt on IEE16 */
u_short           275 dev/isa/if_ie.c u_short ee16_read_eeprom(struct ie_softc *, int);
u_short           327 dev/isa/if_ie.c #define MK_16(base, ptr) ((u_short)(u_long)MK_24(base, ptr))
u_short           579 dev/isa/if_ie.c 	u_short board_id, id_var1, id_var2, checksum = 0;
u_short           580 dev/isa/if_ie.c 	u_short eaddrtemp, irq;
u_short           581 dev/isa/if_ie.c         u_short pg, adjust, decode, edecode;
u_short           826 dev/isa/if_ie.c 	register u_short status;
u_short          1461 dev/isa/if_ie.c 	u_short len;
u_short          1683 dev/isa/if_ie.c u_short
u_short          1826 dev/isa/if_ie.c 	scb->ie_command = (u_short)cmd;
u_short           707 dev/isa/if_we.c 	u_short tmp_amount;
u_short           446 dev/isa/isapnpres.c 	u_short len;
u_short           698 dev/isa/pss.c  	   (u_short)inw(sc->sc_iobase+PSS_STATUS),
u_short           699 dev/isa/pss.c  	   (u_short)inw(sc->sc_iobase+PSS_ID_VERS));
u_short           702 dev/isa/pss.c  	   (u_short)inw(sc->sc_iobase+PSS_CONFIG),
u_short           703 dev/isa/pss.c  	   (u_short)inw(sc->sc_iobase+PSS_WSS_CONFIG));
u_short           961 dev/isa/pss.c      u_short val;
u_short          1257 dev/isa/pss.c      u_short sr;
u_short           129 dev/isa/sbdsp.c 	u_short	lowrate, highrate;
u_short           573 dev/pci/bktr/bktr_core.c 		u_short	tdec_save = INB(bktr, BKTR_TDEC);
u_short          1180 dev/pci/bktr/bktr_core.c 		*(u_short *)arg = temp;
u_short          1303 dev/pci/bktr/bktr_core.c 		set_fps(bktr, *(u_short *)arg);
u_short          1307 dev/pci/bktr/bktr_core.c 		*(u_short *)arg = bktr->fps;
u_short          3434 dev/pci/bktr/bktr_core.c 		u_short	fps_save = bktr->fps;
u_short           547 dev/pci/bktr/bktr_reg.h     u_short     capcontrol;     /* reg 0xdc capture control */
u_short           548 dev/pci/bktr/bktr_reg.h     u_short     bktr_cap_ctl;
u_short           596 dev/pci/bktr/bktr_reg.h     u_short	fps;		/* frames per second */
u_short           108 dev/pci/cac_pci.c 	u_short	cp_vendor;
u_short           109 dev/pci/cac_pci.c 	u_short	cp_product;
u_short           141 dev/pci/eap.c  	u_short	sc_port[AK_NPORTS];	/* mirror of the hardware setting */
u_short           555 dev/pci/hifn7751.c 	u_short		pci_vendor;
u_short           556 dev/pci/hifn7751.c 	u_short		pci_prod;
u_short           581 dev/pci/maestro.c 	u_short vendor, product;
u_short           305 dev/pci/pciide.c 	u_short ide_flags;
u_short            49 dev/pci/pucvar.h 		u_short	offset;
u_short           144 dev/pcmcia/if_ep_pcmcia.c 	u_short		epp_chipset;	/* 3Com chipset used */
u_short          1111 dev/rnd.c      		u_short	n = min(POOLBYTES, uio->uio_resid);
u_short            73 dev/sun/disklabel.h 	u_short sl_rpm;			/* rotational speed */
u_short            74 dev/sun/disklabel.h 	u_short	sl_pcylinders;		/* number of physical cyls */
u_short            76 dev/sun/disklabel.h 	u_short sl_sparespercyl;	/* spare sectors per cylinder */
u_short            78 dev/sun/disklabel.h 	u_short sl_interleave;		/* interleave factor */
u_short            79 dev/sun/disklabel.h 	u_short	sl_ncylinders;		/* data cylinders */
u_short            80 dev/sun/disklabel.h 	u_short	sl_acylinders;		/* alternate cylinders */
u_short            81 dev/sun/disklabel.h 	u_short	sl_ntracks;		/* tracks per cylinder */
u_short            82 dev/sun/disklabel.h 	u_short	sl_nsectors;		/* sectors per track */
u_short            85 dev/sun/disklabel.h 	u_short	sl_magic;		/* == SUN_DKMAGIC */
u_short            86 dev/sun/disklabel.h 	u_short	sl_cksum;		/* xor checksum of all shorts */
u_short           364 dev/tc/if_le_ioasic.c 			*(u_int16_t *) (to+0)  = (u_short)  t0;
u_short           131 dev/wsfont/wsfont.c 	u_short	lockcount;
u_short           132 dev/wsfont/wsfont.c 	u_short	cookie;
u_short           133 dev/wsfont/wsfont.c 	u_short	flg;
u_short           117 isofs/cd9660/cd9660_lookup.c 	u_short namelen;
u_short            48 isofs/cd9660/cd9660_node.h 	u_short		iso_mode;	/* files access mode and type */
u_short           505 isofs/cd9660/cd9660_vnops.c 	u_short namelen;
u_short           687 isofs/cd9660/cd9660_vnops.c 	u_short	symlen;
u_short            68 isofs/cd9660/iso_rrip.h 	u_short		*outlen;	/* length of above */
u_short            69 isofs/cd9660/iso_rrip.h 	u_short		maxlen;		/* maximum length of above */
u_short           628 isofs/udf/udf_vfsops.c 	u_short	ifid_len;
u_short           629 isofs/udf/udf_vfsops.c 	u_short	ifid_pad;
u_short            64 kern/exec_aout.c 	u_short mid;
u_short            82 kern/exec_script.c 	u_short script_sbits;
u_short           651 kern/subr_prf.c 	    flags&SHORTINT ? (u_long)(u_short)va_arg(ap, int) : \
u_short            91 kern/subr_prof.c 	p->kcount = (u_short *)cp;
u_short            93 kern/subr_prof.c 	p->froms = (u_short *)cp;
u_short           219 kern/subr_prof.c 	u_short v;
u_short           268 kern/vfs_subr.c 	static u_short xxxfs_mntid;
u_short            66 lib/libkern/mcount.c 	u_short *frompcindex;
u_short           133 lib/libsa/bootp.c 	bp->bp_secs = htons((u_short)(getsecs() - bot));
u_short            37 lib/libsa/bootp.h 	u_short		bp_secs;		/* seconds since boot began */
u_short            38 lib/libsa/bootp.h 	u_short		bp_flags;		/* RFC1532 broadcast, etc. */
u_short            45 lib/libsa/dkcksum.c 	u_short *start, *end;
u_short            46 lib/libsa/dkcksum.c 	u_short sum = 0;
u_short            48 lib/libsa/dkcksum.c 	start = (u_short *)lp;
u_short            49 lib/libsa/dkcksum.c 	end = (u_short *)&lp->d_partitions[lp->d_npartitions];
u_short            74 lib/libsa/in_cksum.c 				sum += *(u_short *)cp;
u_short            48 lib/libsa/iodesc.h 	u_short	destport;		/* dest. port, net order */
u_short            49 lib/libsa/iodesc.h 	u_short	myport;			/* local port, net order */
u_short           167 lib/libsa/tftp.c 	wbuf.t.th_opcode = htons((u_short) RRQ);
u_short           210 lib/libsa/tftp.c 	wbuf.t.th_opcode = htons((u_short) ACK);
u_short           211 lib/libsa/tftp.c 	wbuf.t.th_block = htons((u_short) h->currblock);
u_short           244 lib/libsa/tftp.c 		wbuf.t.th_opcode = htons((u_short) ACK);
u_short           245 lib/libsa/tftp.c 		wbuf.t.th_block = htons((u_short) h->currblock);
u_short           247 lib/libsa/tftp.c 		wbuf.t.th_opcode = htons((u_short) ERROR);
u_short           248 lib/libsa/tftp.c 		wbuf.t.th_code = htons((u_short) ENOSPACE); /* ??? */
u_short           156 msdosfs/denode.h 	u_short de_CTime;	/* creation time */
u_short           157 msdosfs/denode.h 	u_short de_CDate;	/* creation date */
u_short           158 msdosfs/denode.h 	u_short de_ADate;	/* access date */
u_short           159 msdosfs/denode.h 	u_short de_MTime;	/* modification time */
u_short           160 msdosfs/denode.h 	u_short de_MDate;	/* modification date */
u_short           248 msdosfs/denode.h 	u_short defid_len;	/* length of structure */
u_short           249 msdosfs/denode.h 	u_short defid_pad;	/* force long alignment */
u_short            70 msdosfs/msdosfs_conv.c const u_short regyear[] = {
u_short            78 msdosfs/msdosfs_conv.c const u_short leapyear[] = {
u_short            89 msdosfs/msdosfs_conv.c u_short lastddate;
u_short            90 msdosfs/msdosfs_conv.c u_short lastdtime;
u_short           108 msdosfs/msdosfs_conv.c 	const u_short *months;
u_short           170 msdosfs/msdosfs_conv.c u_short lastdosdate;
u_short           189 msdosfs/msdosfs_conv.c 	const u_short *months;
u_short            87 net/bpf.h      	u_short bv_major;
u_short            88 net/bpf.h      	u_short bv_minor;
u_short           196 net/if.h       	u_short	if_index;		/* numeric abbreviation for this if */
u_short           203 net/if.h       	u_short	if_rtlabelid;		/* next route label */
u_short           394 net/if.h       	u_short	ifm_msglen;	/* to skip over non-understood messages */
u_short           399 net/if.h       	u_short	ifm_index;	/* index for associated ifp */
u_short           408 net/if.h       	u_short	ifam_msglen;	/* to skip over non-understood messages */
u_short           413 net/if.h       	u_short	ifam_index;	/* index for associated ifp */
u_short           422 net/if.h       	u_short	ifan_msglen;	/* to skip over non-understood messages */
u_short           425 net/if.h       	u_short	ifan_index;	/* index for associated ifp */
u_short           427 net/if.h       	u_short	ifan_what;	/* what type of announcement */
u_short           312 net/if_fddisubr.c 			sizeof(u_short));
u_short           667 net/if_gre.c   				u_short w;
u_short            66 net/if_pflog.h 	u_short reason;
u_short            67 net/if_pflog.h 	u_short action;
u_short            68 net/if_pflog.h 	u_short dir;
u_short            80 net/if_sppp.h  	u_short	proto;			/* authentication protocol to use */
u_short            81 net/if_sppp.h  	u_short	flags;
u_short           113 net/if_sppp.h   	u_short pp_alivecnt;    /* keepalive packets counter */
u_short           114 net/if_sppp.h  	u_short pp_loopcnt;     /* loopback detection counter */
u_short           195 net/if_spppsubr.c 	u_short protocol;
u_short           202 net/if_spppsubr.c 	u_short len;
u_short           210 net/if_spppsubr.c 	u_short rel;
u_short           211 net/if_spppsubr.c 	u_short time0;
u_short           212 net/if_spppsubr.c 	u_short time1;
u_short           223 net/if_spppsubr.c 	u_short	proto;		/* PPP control protocol number */
u_short           272 net/if_spppsubr.c static u_short interactive_ports[8] = {
u_short          1149 net/if_spppsubr.c 	ch->time0 = htons ((u_short) (tv.tv_sec >> 16));
u_short          1150 net/if_spppsubr.c 	ch->time1 = htons ((u_short) tv.tv_sec);
u_short          1495 net/if_spppsubr.c 		    sppp_cp_type_name(h->type), ntohs(*((u_short *)p)));
u_short          2010 net/if_spppsubr.c 	u_short authproto;
u_short          2455 net/if_spppsubr.c 	u_short authproto;
u_short          1652 net/if_strip.c 	packetlen = ((u_short)sc->sc_rxbuf[2] << 8) | sc->sc_rxbuf[3];
u_short            91 net/if_tun.c   	u_short		tun_flags;	/* misc flags */
u_short            57 net/if_tun.h   	u_short	type;
u_short            58 net/if_tun.h   	u_short	flags;
u_short            94 net/if_vlan_var.h 	u_short	vlr_tag;
u_short          2853 net/pf.c       	u_short			 reason;
u_short          3504 net/pf.c       	u_short			 reason;
u_short          5347 net/pf.c       	u_short			 action, reason = 0, log = 0;
u_short          5656 net/pf.c       	u_short			 action, reason = 0, log = 0;
u_short          1227 net/pf_norm.c  	u_short		 reason;
u_short           713 net/pfvar.h    	u_short		 refcnt;	/* same size as if_index */	 
u_short           172 net/route.h    	u_short	rtm_msglen;	/* to skip over non-understood messages */
u_short           175 net/route.h    	u_short	rtm_index;	/* index for associated ifp */
u_short            86 netatalk/at_var.h     u_short		aa_firstnet, aa_lastnet;
u_short           147 netatalk/ddp.h     u_short		deh_dnet;
u_short           148 netatalk/ddp.h     u_short		deh_snet;
u_short           105 netinet/ip_gre.c 	u_short flags;
u_short           303 netinet/ip_gre.c 	if (gre_in_cksum((u_short *) &mip->mh, msiz) != 0) {
u_short           901 netinet/ip_icmp.c 	static u_short mtu_table[] = {
u_short           422 netinet/ip_ipsp.h 	u_short	xf_type;		/* Unique ID of xform */
u_short           423 netinet/ip_ipsp.h 	u_short	xf_flags;		/* flags (see below) */
u_short          1104 netinet/ip_mroute.c 	u_short nstl;
u_short           446 netinet/tcp_subr.c 		ti->ti_len = htons((u_short)tlen - sizeof(struct ip));
u_short          1031 netinet/tcp_subr.c 	MD5Update(&ctx, (char *)&tp->t_inpcb->inp_lport, sizeof(u_short));
u_short          1032 netinet/tcp_subr.c 	MD5Update(&ctx, (char *)&tp->t_inpcb->inp_fport, sizeof(u_short));
u_short            75 netinet/tcp_var.h 	u_short	t_maxseg;		/* maximum segment size */
u_short           155 netinet/tcp_var.h 	u_short	t_maxopd;		/* mss plus options */
u_short           156 netinet/tcp_var.h 	u_short	t_peermss;		/* peer's maximum segment size */
u_short           167 netinet/tcp_var.h 	u_short	t_rttmin;		/* minimum rtt allowed */
u_short           195 netinet/tcp_var.h 	u_short	t_pmtud_ip_len;		/* IP length from ICMP payload */
u_short           196 netinet/tcp_var.h 	u_short	t_pmtud_ip_hl;		/* IP header length from ICMP payload */
u_short           280 netinet/tcp_var.h 	u_short sc_rxtshift;			/* for computing backoff */
u_short           281 netinet/tcp_var.h 	u_short sc_flags;
u_short           302 netinet/tcp_var.h 	u_short sch_length;			/* # entries in bucket */
u_short           552 netinet6/frag6.c 	ip6->ip6_plen = htons((u_short)next + offset - sizeof(struct ip6_hdr));
u_short          1988 netinet6/in6.c 	u_short *a = (u_short *)addr;
u_short           174 netinet6/in6_pcb.c 	u_short lport = 0;
u_short           505 netinet6/in6_pcb.c 	u_short fport = fport_arg, lport = lport_arg;
u_short           284 netinet6/in6_var.h 	u_short prf_reserved2;
u_short           292 netinet6/in6_var.h 	u_short prf_reserved4;
u_short           746 netinet6/ip6_mroute.c 	u_short nstl;
u_short            75 netinet6/ip6_mroute.h typedef u_short mifi_t;		/* type of a mif index */
u_short           105 netinet6/ip6_mroute.h 	u_short	    mif6c_pifi;		/* the index of the physical IF */
u_short          2103 netinet6/nd6.c 		u_short advrtrs;
u_short           122 netinet6/nd6.h 		u_short	rtlifetime;
u_short           124 netinet6/nd6.h 		u_short if_index;
u_short           131 netinet6/nd6.h 	u_short	rtlifetime;
u_short           133 netinet6/nd6.h 	u_short if_index;
u_short           147 netinet6/nd6.h 		u_short if_index;
u_short           148 netinet6/nd6.h 		u_short advrtrs; /* number of advertisement routers */
u_short           164 netinet6/nd6.h 		u_short if_index;
u_short           165 netinet6/nd6.h 		u_short advrtrs; /* number of advertisement routers */
u_short           180 netinet6/nd6.h 	u_short if_index;
u_short           181 netinet6/nd6.h 	u_short advrtrs; /* number of advertisement routers */
u_short           240 netinet6/nd6.h 	u_short	rtlifetime;
u_short           279 netinet6/nd6.h 	u_short	inpm_msglen;	/* to skip over non-understood messages */
u_short           288 netinet6/nd6.h 	u_short	prm_index;	/* index for associated ifp */
u_short           506 netinet6/nd6_nbr.c 	ip6->ip6_plen = htons((u_short)icmp6len);
u_short           969 netinet6/nd6_nbr.c 	ip6->ip6_plen = htons((u_short)icmp6len);
u_short            57 netinet6/pim6.h 	u_short	pim_cksum;	/* IP style check sum */
u_short           459 netinet6/raw_ip6.c 	ip6->ip6_plen  = htons((u_short)plen);
u_short           125 netinet6/udp6_output.c 	u_short fport;
u_short           239 netinet6/udp6_output.c 		udp6->uh_ulen = htons((u_short)plen);
u_short           251 netinet6/udp6_output.c 		ip6->ip6_plen	= htons((u_short)plen);
u_short            81 nfs/nfsmount.h 	u_short	nm_acregmin;		/* Attr cache file recently modified */
u_short            82 nfs/nfsmount.h 	u_short	nm_acregmax;		/* ac file not recently modified */
u_short            83 nfs/nfsmount.h 	u_short	nm_acdirmin;		/* ac for dir recently modified */
u_short            84 nfs/nfsmount.h 	u_short	nm_acdirmax;		/* ac for dir not recently modified */
u_short            17 sys/ataio.h    	u_short	cylinder;	/* cylinder/lba address */
u_short           175 sys/cdio.h     	u_short	len;
u_short           186 sys/cdio.h     	u_short	data_len;
u_short            56 sys/event.h    	u_short		flags;
u_short            40 sys/exec_ecoff.h 	u_short f_magic;	/* magic number */
u_short            41 sys/exec_ecoff.h 	u_short f_nscns;	/* # of sections */
u_short            45 sys/exec_ecoff.h 	u_short f_opthdr;	/* sizeof the optional header */
u_short            46 sys/exec_ecoff.h 	u_short f_flags;	/* flags??? */
u_short            50 sys/exec_ecoff.h 	u_short magic;
u_short            51 sys/exec_ecoff.h 	u_short vstamp;
u_short            71 sys/exec_ecoff.h 	u_short s_nreloc;	/* # of relocation entries */
u_short            72 sys/exec_ecoff.h 	u_short s_nlnno;	/* # of line entries */
u_short            69 sys/filedesc.h 	u_short	fd_cmask;		/* mask for file creation */
u_short            70 sys/filedesc.h 	u_short	fd_refcnt;		/* reference count */
u_short           103 sys/gmon.h     	u_short	link;
u_short           104 sys/gmon.h     	u_short pad;
u_short           128 sys/gmon.h     	u_short		*kcount;
u_short           130 sys/gmon.h     	u_short		*froms;
u_short           316 sys/malloc.h   	u_short	ks_limblocks;	/* number of times blocked for hitting limit */
u_short           317 sys/malloc.h   	u_short	ks_mapblocks;	/* number of times blocked for kernel map */
u_short           330 sys/malloc.h   		u_short freecnt;/* for small allocations, free pieces in page */
u_short           331 sys/malloc.h   		u_short pagecnt;/* for large allocations, pages alloced */
u_short            75 sys/mbuf.h     	u_short	mh_flags;		/* flags; see below */
u_short           450 sys/mbuf.h     	u_short	m_mtypes[256];	/* type specific mbuf allocations */
u_short            54 sys/mount.h    	u_short		fid_len;		/* length of data in bytes */
u_short            55 sys/mount.h    	u_short		fid_reserved;		/* force longword alignment */
u_short           252 sys/proc.h     	u_short	p_xstat;	/* Exit status for wait; also stop signal. */
u_short           253 sys/proc.h     	u_short	p_acflag;	/* Accounting flags. */
u_short            59 sys/scanio.h   	u_short	scan_x_resolution;	/* horizontal resolution in dots-per-inch */
u_short            60 sys/scanio.h   	u_short	scan_y_resolution;	/* vertical resolution in dots-per-inch */
u_short            70 sys/scanio.h   	u_short	scan_bits_per_pixel;	/* number of bits per pixel (ro) */
u_short            73 sys/socketvar.h 	u_short	so_error;		/* error affecting connection */
u_short           317 sys/time.h             u_short dt_year;
u_short           816 uvm/uvm_vnode.c 	u_short pp_version;
u_short            55 xfs/xfs_syscalls.h     u_short	len;
u_short            56 xfs/xfs_syscalls.h     u_short	pad;