Home
last modified time | relevance | path

Searched refs:u_int32_t (Results 1 – 25 of 197) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h65 typedef unsigned int u_int32_t; typedef
78 typedef u_int32_t db_pgno_t; /* Page number type. */
82 typedef u_int32_t db_recno_t; /* Record number type. */
119 u_int32_t size; /* key/data length */
120 u_int32_t ulen; /* RO: length of user buffer. */
121 u_int32_t dlen; /* RO: get/put record length. */
122 u_int32_t doff; /* RO: get/put record offset. */
128 u_int32_t flags;
237 u_int32_t lk_modes; /* Number of lock modes in table. */
238 u_int32_t lk_max; /* Maximum number of locks. */
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dhash_ext.h7 u_int32_t __ham_call_hash __P((HASH_CURSOR *, u_int8_t *, int32_t));
8 int __ham_init_dbt __P((DBT *, u_int32_t, void **, u_int32_t *));
10 __P((HASH_CURSOR *, db_pgno_t, u_int32_t, int, int));
12 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
13 u_int32_t, u_int32_t, db_pgno_t, u_int32_t,
19 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
20 u_int32_t, u_int32_t, db_pgno_t, DB_LSN *,
26 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
27 u_int32_t, u_int32_t, u_int32_t, u_int32_t,
33 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
[all …]
H A Ddb_ext.h4 int __db_close __P((DB *, u_int32_t));
8 int __db_sync __P((DB *, u_int32_t));
10 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
11 u_int32_t, u_int32_t, db_pgno_t, u_int32_t,
17 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
18 u_int32_t, u_int32_t, db_pgno_t, const DBT *,
24 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
25 u_int32_t, u_int32_t, db_pgno_t, db_pgno_t,
32 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
33 u_int32_t, db_pgno_t, int32_t, DB_LSN *));
[all …]
H A Dbtree_ext.h5 PAGE *, u_int32_t, int (*)(const DBT *, const DBT *)));
12 int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int));
13 void __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int));
15 db_pgno_t, u_int32_t, u_int32_t, db_pgno_t, u_int32_t));
18 db_pgno_t, db_pgno_t, db_pgno_t, u_int32_t, int));
20 int __bam_dup __P((DBC *, CURSOR *, u_int32_t, int));
21 int __bam_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
22 int __bam_ditem __P((DBC *, PAGE *, u_int32_t));
23 int __bam_adjindx __P((DBC *, PAGE *, u_int32_t, u_int32_t, int));
30 int __bam_new __P((DBC *, u_int32_t, PAGE **));
[all …]
H A Dhash_auto.h14 u_int32_t type;
17 u_int32_t opcode;
18 u_int32_t fileid;
20 u_int32_t ndx;
30 u_int32_t type;
33 u_int32_t opcode;
34 u_int32_t fileid;
47 u_int32_t type;
50 u_int32_t fileid;
51 u_int32_t bucket;
[all …]
H A Dbtree_auto.h14 u_int32_t type;
17 u_int32_t fileid;
21 u_int32_t ptype;
29 u_int32_t type;
32 u_int32_t fileid;
43 u_int32_t type;
46 u_int32_t fileid;
51 u_int32_t indx;
61 u_int32_t type;
64 u_int32_t fileid;
[all …]
H A Ddb_auto.h8 u_int32_t type;
11 u_int32_t opcode;
12 u_int32_t fileid;
14 u_int32_t indx;
25 u_int32_t type;
28 u_int32_t opcode;
29 u_int32_t fileid;
39 u_int32_t type;
42 u_int32_t opcode;
43 u_int32_t fileid;
[all …]
H A Dtxn.h33 u_int32_t txnid; /* current transaction id
45 u_int32_t status; /* status of the transaction */
54 u_int32_t xa_status; /* XA status */
61 u_int32_t bqual; /* bqual_length from XID */
62 u_int32_t gtrid; /* gtrid_length from XID */
82 u_int32_t flags; /* DB_TXN_NOSYNC, DB_THREAD */
95 u_int32_t magic; /* transaction magic number */
96 u_int32_t version; /* version number */
97 u_int32_t maxtxns; /* maximum number of active txns */
98 u_int32_t last_txnid; /* last transaction id given out */
[all …]
H A Dlock.h42 u_int32_t magic; /* lock magic number */
43 u_int32_t version; /* version number */
44 u_int32_t id; /* unique id generator */
45 u_int32_t need_dd; /* flag for deadlock detector */
46 u_int32_t detect; /* run dd on every conflict */
49 u_int32_t maxlocks; /* maximum number of locks in table */
50 u_int32_t table_size; /* size of hash table */
51 u_int32_t nmodes; /* number of lock modes */
52 u_int32_t numobjs; /* number of objects */
53 u_int32_t nlockers; /* number of lockers */
[all …]
H A Dlog.h55 u_int32_t refcount; /* Reference counted. */
69 u_int32_t dbentry_cnt; /* Entries. Grows by DB_GROW_SIZE. */
77 u_int32_t lfname; /* Log file "name". */
83 u_int32_t c_off; /* Cursor: previous record offset. */
84 u_int32_t c_len; /* Cursor: current record length. */
117 u_int32_t flags;
125 u_int32_t prev; /* Previous offset. */
126 u_int32_t cksum; /* Current checksum. */
127 u_int32_t len; /* Current length. */
131 u_int32_t magic; /* DB_LOGMAGIC */
[all …]
H A Dlog_ext.h6 int __log_valid __P((DB_LOG *, u_int32_t, int));
8 __P((DB_LOG *, DB_TXN *, DB_LSN *, u_int32_t,
9 u_int32_t, const DBT *, const DBT *, u_int32_t,
17 int __log_get __P((DB_LOG *, DB_LSN *, DBT *, u_int32_t, int));
18 int __log_put __P((DB_LOG *, DB_LSN *, const DBT *, u_int32_t));
19 int __log_name __P((DB_LOG *, u_int32_t, char **, int *, u_int32_t));
22 int __log_add_logid __P((DB_LOG *, DB *, const char *, u_int32_t));
23 int __db_fileid_to_db __P((DB_LOG *, DB **, u_int32_t));
25 void __log_rem_logid __P((DB_LOG *, u_int32_t));
H A Dcommon_ext.h5 APPNAME, const char *, const char *, u_int32_t, int *, char **));
6 int __db_apprec __P((DB_ENV *, u_int32_t));
8 int __db_fchk __P((DB_ENV *, const char *, u_int32_t, u_int32_t));
10 __P((DB_ENV *, const char *, u_int32_t, u_int32_t, u_int32_t));
20 u_int32_t __db_log2 __P((u_int32_t));
32 int __db_tablesize __P((u_int32_t));
33 void __db_hashinit __P((void *, u_int32_t));
H A Dtxn_auto.h8 u_int32_t type;
11 u_int32_t opcode;
18 u_int32_t type;
29 u_int32_t type;
32 u_int32_t opcode;
35 u_int32_t gtrid;
36 u_int32_t bqual;
44 u_int32_t type;
47 u_int32_t opcode;
48 u_int32_t parent;
H A Ddb_page.h50 u_int32_t magic; /* 12-15: Magic number. */
51 u_int32_t version; /* 16-19: Version. */
52 u_int32_t pagesize; /* 20-23: Pagesize. */
53 u_int32_t maxkey; /* 24-27: Btree: Maxkey. */
54 u_int32_t minkey; /* 28-31: Btree: Minkey. */
55 u_int32_t free; /* 32-35: Free list page number. */
62 u_int32_t flags; /* 36-39: Flags. */
63 u_int32_t re_len; /* 40-43: Recno: fixed-length record length. */
64 u_int32_t re_pad; /* 44-47: Recno: fixed-length record pad. */
80 u_int32_t magic; /* 12-15: Magic NO for hash tables */
[all …]
H A Dlock_ext.h5 __P((DB_LOCKTAB *, u_int32_t, DBT *, db_lockmode_t));
8 u_int32_t, const DBT *, u_int32_t type, DB_LOCKOBJ **));
10 DB_LOCK, db_lockmode_t, u_int32_t));
16 int __lock_locker_cmp __P((u_int32_t, DB_LOCKOBJ *));
17 u_int32_t __lock_ohash __P((const DBT *));
18 u_int32_t __lock_lhash __P((DB_LOCKOBJ *));
19 u_int32_t __lock_locker_hash __P((u_int32_t));
/illumos-gate/usr/src/contrib/bhyve/x86/
H A Dapicreg.h130 u_int32_t id; PAD3;
131 u_int32_t version; PAD3;
136 u_int32_t tpr; PAD3;
137 u_int32_t apr; PAD3;
138 u_int32_t ppr; PAD3;
139 u_int32_t eoi; PAD3;
141 u_int32_t ldr; PAD3;
142 u_int32_t dfr; PAD3;
143 u_int32_t svr; PAD3;
144 u_int32_t isr0; PAD3;
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Drds.h62 #define __be32 u_int32_t
68 #define u_int32_t uint32_t
161 u_int32_t laddr;
162 u_int32_t faddr;
171 u_int32_t laddr;
172 u_int32_t faddr;
181 u_int32_t laddr;
182 u_int32_t faddr;
183 u_int32_t bytes;
190 u_int32_t laddr;
[all …]
/illumos-gate/usr/src/uts/common/net/
H A Dppp_defs.h153 typedef UINT32_T u_int32_t; typedef
155 typedef unsigned int u_int32_t;
172 typedef u_int32_t ext_accm[8];
188 u_int32_t ppp_ibytes; /* bytes received */
189 u_int32_t ppp_ipackets; /* packets received */
190 u_int32_t ppp_ierrors; /* receive errors */
191 u_int32_t ppp_obytes; /* bytes sent */
192 u_int32_t ppp_opackets; /* packets sent */
193 u_int32_t ppp_oerrors; /* transmit errors */
197 u_int32_t vjs_packets; /* outbound packets */
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h60 #define DISKMAGIC ((u_int32_t)0x82564557) /* The disk magic number */
73 u_int32_t d_magic; /* the magic number */
81 u_int32_t d_secsize; /* # of bytes per sector */
82 u_int32_t d_nsectors; /* # of data sectors per track */
83 u_int32_t d_ntracks; /* # of tracks per cylinder */
84 u_int32_t d_ncylinders; /* # of data cylinders per unit */
85 u_int32_t d_secpercyl; /* # of data sectors per cylinder */
86 u_int32_t d_secperunit; /* # of data sectors per unit */
100 u_int32_t d_acylinders; /* # of alt. cylinders per unit */
123 u_int32_t d_headswitch; /* head switch time, usec */
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbtree.h92 u_int32_t flags;
102 sizeof(u_int32_t) + sizeof(indx_t) + sizeof(indx_t))
122 #define NOVFLSIZE (sizeof(db_pgno_t) + sizeof(u_int32_t))
134 u_int32_t ksize; /* key size */
148 LALIGN(sizeof(u_int32_t) + sizeof(db_pgno_t) + sizeof(u_char) + (len))
152 *(u_int32_t *)p = size; \
153 p += sizeof(u_int32_t); \
186 u_int32_t ksize; /* size of key */
187 u_int32_t dsize; /* size of data */
201 LALIGN(sizeof(u_int32_t) + sizeof(u_int32_t) + sizeof(u_char) + \
[all …]
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddinode.h128 u_int32_t di_uid; /* 4: File owner. */
129 u_int32_t di_gid; /* 8: File group. */
130 u_int32_t di_blksize; /* 12: Inode blocksize. */
141 u_int32_t di_gen; /* 80: Generation number. */
142 u_int32_t di_kernflags; /* 84: Kernel flags. */
143 u_int32_t di_flags; /* 88: Status flags (chflags). */
144 u_int32_t di_extsize; /* 92: External attributes size. */
182 u_int32_t di_flags; /* 100: Status flags (chflags). */
183 u_int32_t di_blocks; /* 104: Blocks actually held. */
184 u_int32_t di_gen; /* 108: Generation number. */
[all …]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h49 u_int32_t bi_version;
50 u_int32_t bi_kernelname; /* represents a char * */
51 u_int32_t bi_nfs_diskless; /* struct nfs_diskless * */
54 u_int32_t bi_n_bios_used;
55 u_int32_t bi_bios_geom[N_BIOS_GEOM];
56 u_int32_t bi_size;
60 u_int32_t bi_basemem;
61 u_int32_t bi_extmem;
62 u_int32_t bi_symtab; /* struct symtab * */
63 u_int32_t bi_esymtab; /* struct symtab * */
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dextern.h84 const DBT *, const DBT *, u_int32_t, const u_int8_t));
85 u_int32_t __alloc_tmp __P((HTAB*));
90 u_int32_t __call_hash __P((HTAB *, int8_t *, int32_t));
98 PAGE16 *__get_buf __P((HTAB *, u_int32_t, int32_t));
99 u_int32_t __get_item __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
100 u_int32_t __get_item_done __P((HTAB *, CURSOR *));
101 u_int32_t __get_item_first __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
102 u_int32_t __get_item_next __P((HTAB *, CURSOR *, DBT *, DBT *, ITEM_INFO *));
103 u_int32_t __get_item_reset __P((HTAB *, CURSOR *));
104 PAGE16 *__get_page __P((HTAB *, u_int32_t, int32_t));
[all …]
H A Dhash_func.c45 static u_int32_t hash1 __P((const void *, size_t));
46 static u_int32_t hash2 __P((const void *, size_t));
47 static u_int32_t hash3 __P((const void *, size_t));
49 static u_int32_t hash4 __P((const void *, size_t));
52 u_int32_t (*__default_hash) __P((const void *, size_t)) = hash4;
64 static u_int32_t
69 u_int32_t h;
86 static u_int32_t
91 u_int32_t h;
114 static u_int32_t
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c69 u_int32_t
72 u_int32_t len;
75 u_int32_t h;
100 u_int32_t
103 u_int32_t len;
106 u_int32_t n, loop;
154 u_int32_t
157 u_int32_t len;
160 u_int32_t h, loop;
218 u_int32_t
[all …]

12345678