/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dosfs.h | 45 u_int bpbBytesPerSec; /* bytes per sector */ 46 u_int bpbSecPerClust; /* sectors per cluster */ 47 u_int bpbResSectors; /* number of reserved sectors */ 48 u_int bpbFATs; /* number of bpbFATs */ 49 u_int bpbRootDirEnts; /* number of root directory entries */ 51 u_int bpbMedia; /* media descriptor */ 52 u_int bpbFATsmall; /* number of sectors per FAT */ 53 u_int SecPerTrack; /* sectors per track */ 54 u_int bpbHeads; /* number of heads */ 58 u_int bpbFSInf [all...] |
/third_party/FreeBSD/sys/dev/random/ |
H A D | randomdev.h | 45 if (*(u_int *)(oidp->oid_arg1) <= (min)) \ 46 *(u_int *)(oidp->oid_arg1) = (min); \ 47 else if (*(u_int *)(oidp->oid_arg1) > (max)) \ 48 *(u_int *)(oidp->oid_arg1) = (max); \ 69 typedef void random_alg_read_t(uint8_t *, u_int); 74 typedef u_int random_source_read_t(void *, u_int); 82 u_int ra_poolcount; 125 void random_infra_init(int (*)(struct uio *, bool), u_int (*)(void *, u_int)); [all...] |
H A D | yarrow.c | 83 SDT_PROBE_DEFINE3(random, yarrow, event_processor, debug, "boolean", "u_int", "struct ys_pool *"); 93 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 p in random_yarrow_process_event() [all...] |
H A D | unit_test.h | 80 u_int he_size; /* harvested entropy byte count */ 81 u_int he_bits; /* stats about the entropy */ 82 u_int he_destination; /* destination pool of this entropy */
|
H A D | hash.h | 62 void randomdev_encrypt(struct randomdev_key *context, const void *, void *, u_int);
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 153 u_int bpbBytesPerSec; /* bytes per sector */ 154 u_int bpbSecPerClust; /* sectors per cluster */ 155 u_int bpbResSectors; /* reserved sectors */ 156 u_int bpbFATs; /* number of FATs */ 157 u_int bpbRootDirEnts; /* root directory entries */ 158 u_int bpbSectors; /* total sectors */ 159 u_int bpbMedia; /* media descriptor */ 160 u_int bpbFATsecs; /* sectors per FAT */ 161 u_int bpbSecPerTrack; /* sectors per track */ 162 u_int bpbHead [all...] |
H A D | newfs_msdos.c | 47 static u_int argtou(const char *, u_int, u_int, const char *); 192 static u_int 193 argtou(const char *arg, u_int lo, u_int hi, const char *msg) in argtou()
|
H A D | mkfs_define.h | 65 #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/ |
H A D | rpc_pmap_getport.c | 51 u_int getPort; in main() 61 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
/third_party/FreeBSD/sys/sys/ |
H A D | kobj.h | 62 u_int refs; /* reference count */ \ 217 extern u_int kobj_lookup_hits; 218 extern u_int kobj_lookup_misses;
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 14 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/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd13/ |
H A D | mod.rs | 34 pub kp_version: ::u_int, 135 pub ki_estcpu: ::u_int, 137 pub ki_slptime: ::u_int, 139 pub ki_swtime: ::u_int, 141 pub ki_cow: ::u_int, 199 pub ki_cr_flags: ::u_int,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd14/ |
H A D | mod.rs | 34 pub kp_version: ::u_int, 135 pub ki_estcpu: ::u_int, 137 pub ki_slptime: ::u_int, 139 pub ki_swtime: ::u_int, 141 pub ki_cow: ::u_int, 199 pub ki_cr_flags: ::u_int,
|
/third_party/FreeBSD/sys/kern/ |
H A D | bus_if.h | 30 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()
|
H A D | subr_kobj.c | 42 u_int kobj_lookup_hits; 43 u_int kobj_lookup_misses;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/ |
H A D | mod.rs | 128 pub ki_estcpu: ::u_int, 130 pub ki_slptime: ::u_int, 132 pub ki_swtime: ::u_int, 134 pub ki_cow: ::u_int, 192 pub ki_cr_flags: ::u_int,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/ |
H A D | mod.rs | 121 pub ki_estcpu: ::u_int, 123 pub ki_slptime: ::u_int, 125 pub ki_swtime: ::u_int, 127 pub ki_cow: ::u_int, 183 pub ki_cr_flags: ::u_int,
|
/third_party/FreeBSD/sys/arm/arm/ |
H A D | nexus.c | 64 rman_res_t, rman_res_t, rman_res_t, u_int); 171 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) in nexus_alloc_resource()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_5/ |
H A D | tirpc_svc_5.c | 48 SVCXPRT *(*svc_func)(const int, const u_int, const u_int);
|
/third_party/backends/sanei/ |
H A D | sanei_ab306.c | 85 u_int lstat; 86 u_int in_use : 1, /* port in use? */ 178 u_int i; in ab306_write() 404 u_int i, cksum = 0; in sanei_ab306_cmd()
|
H A D | sanei_directio.c | 275 __asm__ __volatile__ ("inb %%dx,%%al":"=a" (ret):"d" ((u_int) port)); in sanei_inb() 282 __asm__ __volatile__ ("outb %%al,%%dx"::"a" (value), "d" ((u_int) port)); in sanei_outb()
|
/third_party/backends/include/sane/ |
H A D | sanei_pa4s2.h | 122 extern SANE_Status sanei_pa4s2_options (u_int * options, int set);
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/ |
H A D | rpc_pmap_getmaps.c | 60 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | types.h | 63 typedef unsigned u_int, uint; typedef
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
H A D | rpc_pmap_rmtcall.c | 68 sin.sin_addr.s_addr = *(u_int *) hp->h_addr; in main()
|