Searched refs:ushort (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_imap.h29 ushort im_ioffset; /* inode offset in block in "inodes" */
30 ushort im_boffset; /* inode offset in block in bytes */
H A Dxfs_buf_item.h32 ushort blf_flags; /* misc state */
33 ushort blf_len; /* number of blocks in this buf */
46 ushort blf_flags; /* misc state */
47 ushort blf_len; /* number of blocks in this buf */
H A Dxfs_log_recover.h56 #define ITEM_TYPE(i) (*(ushort *)(i)->ri_buf[0].i_addr)
H A Dxfs_inode_item.h50 ushort ilf_asize; /* size of attr d/ext/root */
51 ushort ilf_dsize; /* size of data/ext/root */
H A Dxfs_trans.h190 ushort lid_size;
208 ushort lic_free;
209 ushort lic_unused;
309 ushort lbc_idx; /* index in perag.busy[] */
316 ushort lbc_unused; /* first unused */
H A Dxfs_inode.h255 ushort i_len; /* len of inode buffer */
256 ushort i_boffset; /* off of inode in buffer */
H A Dxfs_log_priv.h313 ushort oh_res2; /* 32 bit align : 2 b */
H A Dxfs_log_recover.c1518 ushort flags = 0;
1589 ushort flags = 0;
1677 ushort flags)
1751 ushort flags = 0;
2170 ushort flags;
H A Dxfs_buf_item.c754 bip->bli_format.blf_len = (ushort)BTOBB(XFS_BUF_COUNT(bp));
H A Dxfs_inode.c2618 imap->im_ioffset = (ushort)off;
2619 imap->im_boffset = (ushort)(off << mp->m_sb.sb_inodelog);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dsem.h32 ushort *array;
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dsap.h97 struct sap_entry *sap_nearestserver(ushort ServType, struct interface *ifp);
H A Dsap_tables.c124 sap_nearestserver(ushort ServType, struct interface *ifp)
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h165 typedef int ushort; typedef
H A Dmips-tdump.c56 #define ushort unsigned short macro
748 ushort flags = ptr->f_flags;
751 printf(" %-*s 0x%x\n", 24, "magic number", (ushort) ptr->f_magic);
757 printf(" %-*s 0x%x", 24, "flags", (ushort) flags);
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_compat.h31 typedef unsigned short ushort; typedef
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dsem.c231 ushort *array;
/freebsd-9.3-release/sys/sys/
H A Dtypes.h55 typedef unsigned short ushort; /* Sys V compatibility */ typedef
/freebsd-9.3-release/sys/dev/asr/
H A Dosd_unix.h532 ushort cpPadLen; /* # of pad bytes sent to HA for

Completed in 216 milliseconds