Home
last modified time | relevance | path

Searched refs:u_int (Results 1 – 25 of 60) sorted by relevance

123

/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddosfs.h46 u_int bpbBytesPerSec; /* bytes per sector */
47 u_int bpbSecPerClust; /* sectors per cluster */
48 u_int bpbResSectors; /* number of reserved sectors */
49 u_int bpbFATs; /* number of bpbFATs */
50 u_int bpbRootDirEnts; /* number of root directory entries */
52 u_int bpbMedia; /* media descriptor */
53 u_int bpbFATsmall; /* number of sectors per FAT */
54 u_int SecPerTrack; /* sectors per track */
55 u_int bpbHeads; /* number of heads */
59 u_int bpbFSInfo; /* FSInfo sector */
[all …]
/third_party/alsa-utils/aplay/
Dformats.h89 u_int magic; /* 'RIFF' */
90 u_int length; /* filelen */
91 u_int type; /* 'WAVE' */
97 u_int sample_fq; /* frequence of sample */
98 u_int byte_p_sec;
107 u_int channel_mask;
113 u_int type; /* 'data' */
114 u_int length; /* samplecount */
126 u_int magic; /* '.snd' */
127 u_int hdr_size; /* size of header (min 24) */
[all …]
/third_party/FreeBSD/sys/dev/random/
Drandomdev.h46 if (*(u_int *)(oidp->oid_arg1) <= (min)) \
47 *(u_int *)(oidp->oid_arg1) = (min); \
48 else if (*(u_int *)(oidp->oid_arg1) > (max)) \
49 *(u_int *)(oidp->oid_arg1) = (max); \
65 typedef void random_alg_read_t(uint8_t *, u_int);
70 typedef u_int random_source_read_t(void *, u_int);
78 u_int ra_poolcount;
121 void random_infra_init(int (*)(struct uio *, bool), u_int (*)(void *, u_int));
Dyarrow.c93 u_int ys_gengateinterval; /* Pg */
94 u_int ys_bins; /* Pt/t */
95 u_int ys_outputblocks; /* count output blocks for gates */
96 u_int ys_slowoverthresh; /* slow pool overthreshhold reseed count */
98 u_int ysp_source_bits[ENTROPYSOURCE]; /* estimated bits of entropy per source */
99 u_int ysp_thresh; /* pool reseed threshold */
117 static void random_yarrow_read(uint8_t *, u_int);
123 static void random_yarrow_reseed_internal(u_int);
221 u_int pl, overthreshhold[RANDOM_YARROW_NPOOLS]; in random_yarrow_process_event()
257 random_yarrow_reseed_internal(u_int fastslow) in random_yarrow_reseed_internal()
[all …]
Dunit_test.h82 u_int he_size; /* harvested entropy byte count */
83 u_int he_bits; /* stats about the entropy */
84 u_int he_destination; /* destination pool of this entropy */
Dhash.h55 void randomdev_encrypt(struct randomdev_key *context, const void *, void *, u_int);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_atomic.h229 static __inline u_int
230 atomic_fetchadd_int(volatile void *n, u_int v)
250 atomic_cmpset_int(volatile u_int *dst, u_int exp, u_int src)
279 atomic_cmpset_int(volatile u_int *dst, u_int exp, u_int src)
305 (*(u_int *)(P) += (V)); \
310 (*(u_int *)(P) -= (V)); \
Duser_socketvar.h185 u_int sb_sndptroff; /* (c/d) byte offset of ptr into chain */
186 u_int sb_cc; /* (c/d) actual chars in buffer */
187 u_int sb_hiwat; /* (c/d) max actual char count */
188 u_int sb_mbcnt; /* (c/d) chars of mbufs used */
189 u_int sb_mbmax; /* (c/d) max chars of mbufs to use */
190 u_int sb_ctl; /* (c/d) non-data chars in buffer */
Duser_mbuf.c209 u_int *refcnt; in clust_constructor_dup()
219 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in clust_constructor_dup()
224 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in clust_constructor_dup()
422 u_int
426 u_int len; in m_length()
516 SCTP_ZONE_INIT(zone_ext_refcnt, MBUF_EXTREFCNT_MEM_NAME, sizeof(u_int), 0); in mbuf_initialize()
644 u_int *refcnt; in mb_ctor_clust()
656 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in mb_ctor_clust()
788 SCTP_ZONE_FREE(zone_ext_refcnt, (u_int*)m->m_ext.ref_cnt); in mb_free_ext()
873 memcpy(mtod(m, caddr_t) + m->m_len,mtod(n, caddr_t), (u_int)count); in m_pullup()
[all …]
Duser_inpcb.h212 u_int ipi_count;
353 struct in_addr, u_int, int);
355 in_pcblookup_hash(struct inpcbinfo *, struct in_addr, u_int,
356 struct in_addr, u_int, int, struct ifnet *);
Duser_malloc.h128 u_int _lo_flags;
132 u_int _mtx_recurse;
Duser_mbuf.h60 u_int m_length(struct mbuf *m0, struct mbuf **last);
195 u_int ext_size; /* size of buffer, for ext_free */
196 volatile u_int *ref_cnt; /* pointer to ref count info */
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_fd_set_adapter.hpp61 for (u_int i = 0; i < fd_set_->fd_count; ++i) in set()
100 for (u_int i = 0; i < fd_set_->fd_count; ++i) in perform()
111 u_int fd_count;
116 void reserve(u_int n) in reserve()
121 u_int new_capacity = capacity_ + capacity_ / 2; in reserve()
130 for (u_int i = 0; i < fd_set_->fd_count; ++i) in reserve()
139 u_int capacity_;
/third_party/boost/boost/asio/detail/
Dwin_fd_set_adapter.hpp61 for (u_int i = 0; i < fd_set_->fd_count; ++i) in set()
100 for (u_int i = 0; i < fd_set_->fd_count; ++i) in perform()
111 u_int fd_count;
116 void reserve(u_int n) in reserve()
121 u_int new_capacity = capacity_ + capacity_ / 2; in reserve()
130 for (u_int i = 0; i < fd_set_->fd_count; ++i) in reserve()
139 u_int capacity_;
/third_party/FreeBSD/sbin/newfs_msdos/
Dmkfs_msdos.c158 u_int bpbBytesPerSec; /* bytes per sector */
159 u_int bpbSecPerClust; /* sectors per cluster */
160 u_int bpbResSectors; /* reserved sectors */
161 u_int bpbFATs; /* number of FATs */
162 u_int bpbRootDirEnts; /* root directory entries */
163 u_int bpbSectors; /* total sectors */
164 u_int bpbMedia; /* media descriptor */
165 u_int bpbFATsecs; /* sectors per FAT */
166 u_int bpbSecPerTrack; /* sectors per track */
167 u_int bpbHeads; /* drive heads */
[all …]
Dnewfs_msdos.c52 static u_int argtou(const char *, u_int, u_int, const char *);
197 static u_int
198 argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou()
Dmkfs_define.h65 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */
72 #define DIOCGSECTORSIZE _IOR('d', 128, u_int)
79 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
Drpc_pmap_getport.c51 u_int getPort; in main()
61 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
/third_party/FreeBSD/sys/sys/
Dkobj.h64 u_int refs; /* reference count */ \
220 extern u_int kobj_lookup_hits;
221 extern u_int kobj_lookup_misses;
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c14 u_int input[16];
106 u_int i; in chacha_encrypt_bytes()
302 chachapoly_crypt(struct lws_ssh_keys *keys, u_int seqnr, u_char *dest, in chachapoly_crypt()
303 const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) in chachapoly_crypt()
/third_party/FreeBSD/sys/kern/
Dbus_if.h30 rman_res_t _count, u_int _flags);
66 u_int _flags) in BUS_ALLOC_RESOURCE()
327 typedef device_t bus_add_child_t(device_t _dev, u_int _order, const char *_name,
351 static __inline device_t BUS_ADD_CHILD(device_t _dev, u_int _order, in BUS_ADD_CHILD()
Dsubr_kobj.c44 u_int kobj_lookup_hits;
45 u_int kobj_lookup_misses;
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/
Dtirpc_svc_5.c48 SVCXPRT *(*svc_func)(const int, const u_int, const u_int);
/third_party/FreeBSD/sys/arm/arm/
Dnexus.c68 rman_res_t, rman_res_t, rman_res_t, u_int);
175 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) in nexus_alloc_resource()
/third_party/mesa3d/src/util/sha1/
DREADME44 - Use stdint.h integer types - u_int{8,16,32}_t -> uint{8,16,32}_t and
45 u_int -> uint32_t, change header include. Upstream status: TBD

123