Home
last modified time | relevance | path

Searched refs:u_int8_t (Results 1 – 25 of 107) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_swap.h54 ((u_int8_t *)&a)[0] = ((u_int8_t *)&_tmp)[3]; \
60 ((u_int8_t *)b)[0] = ((u_int8_t *)a)[0]; \
61 ((u_int8_t *)b)[1] = ((u_int8_t *)a)[1]; \
62 ((u_int8_t *)b)[2] = ((u_int8_t *)a)[2]; \
63 ((u_int8_t *)b)[3] = ((u_int8_t *)a)[3]; \
68 ((u_int8_t *)a)[0] = ((u_int8_t *)&_tmp)[3]; \
69 ((u_int8_t *)a)[1] = ((u_int8_t *)&_tmp)[2]; \
70 ((u_int8_t *)a)[2] = ((u_int8_t *)&_tmp)[1]; \
71 ((u_int8_t *)a)[3] = ((u_int8_t *)&_tmp)[0]; \
87 ((u_int8_t *)b)[0] = ((u_int8_t *)a)[0]; \
[all …]
H A Ddb_page.h66 u_int8_t uid[DB_FILE_ID_LEN];
97 u_int8_t uid[DB_FILE_ID_LEN];
149 u_int8_t level; /* 24: Btree tree level. */
159 u_int8_t type; /* 25: Page type. */
267 #define HPAGE_PTYPE(p) (*(u_int8_t *)p)
289 u_int8_t type; /* 00: Page type. */
317 memcpy((u_int8_t *)pe + sizeof(u_int8_t), kd, len); \
341 u_int8_t unused[3]; /* 01-03: Padding, unused. */
361 u_int8_t unused[3]; /* 01-03: Padding, unused. */
429 u_int8_t unused2; /* 03: Padding, unused. */
[all …]
H A Dlock.h79 #define SH_DBT_PTR(p) ((void *)(((u_int8_t *)(p)) + (p)->off))
98 u_int8_t objdata[sizeof(struct __db_ilock)];
99 u_int8_t type; /* Real object or locker id. */
116 u_int8_t *conflicts; /* Pointer to conflict matrix. */
167 ((struct __db_lock *)((u_int8_t *)((lt)->region) + (off)))
169 ((size_t)((u_int8_t *)(lock) - (u_int8_t *)lt->region))
171 ((DB_LOCKOBJ *)((u_int8_t *)((lt)->region) + (off)))
173 ((size_t)((u_int8_t *)(obj) - (u_int8_t *)lt->region))
H A Dshqueue.h54 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first))
58 ((struct type *)(((u_int8_t *)(head)) + (head)->slh_first)))
61 ((struct type *)(((u_int8_t *)(elm)) + (elm)->field.sle_next))
65 ((struct type *)(((u_int8_t *)(elm)) + (elm)->field.sle_next)))
68 ((ssize_t *)(((u_int8_t *)(elm)) + (elm)->field.sle_prev))
71 ((ssize_t)(((u_int8_t *)(dest)) - ((u_int8_t *)(src))))
137 ((struct type *)((u_int8_t *)(head) + (head)->stqh_first))
143 ((struct type *)((u_int8_t *)(elm) + (elm)->field.stqe_next))
149 ((ssize_t *)((u_int8_t *)(elm) + (elm)->field.stqe_prev))
152 ((ssize_t *)(((u_int8_t *)(head)) + (head)->stqh_last))
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Diso9660.h82 u_int8_t l,b;
108 u_int8_t name[1];
113 u_int8_t id[5];
115 u_int8_t _unused1[1];
118 u_int8_t _unused2[8];
149 u_int8_t len;
150 u_int8_t version;
154 u_int8_t skip;
162 u_int8_t len_id;
185 u_int8_t len;
[all …]
/illumos-gate/usr/src/boot/sys/i386/include/pc/
H A Dbios.h38 u_int8_t sig[4];
40 u_int8_t revision;
41 u_int8_t len;
42 u_int8_t cksum;
43 u_int8_t pad[5];
177 u_int8_t ph_res[11];
183 u_int8_t link;
189 u_int8_t pe_bus;
190 u_int8_t pe_res1:3;
193 u_int8_t pe_slot;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_salloc.c99 rp = (u_int8_t *)elp + sizeof(size_t) + elp->len;
100 rp = (u_int8_t *)rp - len;
101 rp = (u_int8_t *)((ALIGNTYPE)rp & ~(align - 1));
107 if ((u_int8_t *)rp < (u_int8_t *)&elp->links)
117 if ((u_int8_t *)rp >=
118 (u_int8_t *)&elp->links + SHALLOC_FRAGMENT) {
121 ((u_int8_t *)rp - (u_int8_t *)&elp->links);
136 for (sp = rp; (u_int8_t *)--sp >= (u_int8_t *)&elp->links;)
200 if ((u_int8_t *)ptr + free_size == (u_int8_t *)elp) {
211 if (lastp != NULL && (u_int8_t *)lastp +
[all …]
H A Ddb_auto.c43 u_int8_t *bp;
188 u_int8_t *bp;
250 u_int8_t *bp;
367 u_int8_t *bp;
427 u_int8_t *bp;
568 u_int8_t *bp;
627 u_int8_t *bp;
724 u_int8_t *bp;
777 u_int8_t *bp;
898 u_int8_t *bp;
[all …]
H A Ddb_overflow.c93 u_int8_t *p, *src;
140 src = (u_int8_t *)h + P_OVERHEAD;
179 u_int8_t *p;
229 memcpy((u_int8_t *)pagep + P_OVERHEAD, p, pagespace);
317 tmp_dbt.data = (u_int8_t *)pagep + P_OVERHEAD;
359 u_int8_t *p1, *p2;
388 (u_int8_t *)pagep + P_OVERHEAD; cmp_bytes-- > 0; ++p1, ++p2)
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_internal.h81 const u_int8_t *data, const int len,
82 u_int8_t *signature, const int sig_len);
84 const u_int8_t *data, const int len,
85 const u_int8_t *signature, const int sig_len);
90 int (*to_dns_key)(const DST_KEY *key, u_int8_t *out,
92 int (*from_dns_key)(DST_KEY *key, const u_int8_t *str,
120 int dst_s_calculate_bits( const u_int8_t *str, const int max_bits);
136 u_int16_t dst_s_get_int16( const u_int8_t *buf);
137 void dst_s_put_int16( u_int8_t *buf, const u_int16_t val);
139 u_int32_t dst_s_get_int32( const u_int8_t *buf);
[all …]
H A Dsupport.c192 dst_s_put_int16(u_int8_t *buf, const u_int16_t val) in dst_s_put_int16()
194 buf[0] = (u_int8_t)(val >> 8); in dst_s_put_int16()
195 buf[1] = (u_int8_t)(val); in dst_s_put_int16()
210 dst_s_put_int32(u_int8_t *buf, const u_int32_t val) in dst_s_put_int32()
212 buf[0] = (u_int8_t)(val >> 24); in dst_s_put_int32()
213 buf[1] = (u_int8_t)(val >> 16); in dst_s_put_int32()
214 buf[2] = (u_int8_t)(val >> 8); in dst_s_put_int32()
215 buf[3] = (u_int8_t)(val); in dst_s_put_int32()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospnp.c52 u_int8_t pnp_version;
53 u_int8_t pnp_length;
55 u_int8_t pnp_checksum;
69 u_int8_t dn_handle;
70 u_int8_t dn_id[4];
71 u_int8_t dn_type[3];
73 u_int8_t dn_data[1];
78 u_int8_t ic_revision;
79 u_int8_t ic_nCSN;
157 u_int8_t Node; in biospnp_enumerate()
[all …]
/illumos-gate/usr/src/contrib/bhyve/sys/
H A Dpciio.h57 u_int8_t pc_bus; /* bus number */
58 u_int8_t pc_dev; /* device on this bus */
59 u_int8_t pc_func; /* function on this device */
64 u_int8_t pc_hdr; /* PCI header type */
71 u_int8_t pc_class; /* chip PCI class */
72 u_int8_t pc_subclass; /* chip PCI subclass */
73 u_int8_t pc_progif; /* chip PCI programming interface */
74 u_int8_t pc_revid; /* chip revision ID */
85 u_int8_t pc_class; /* PCI class */
H A Data.h291 /*176*/ u_int8_t media_serial[60];
592 u_int8_t error; /* current or deferred errors */
595 u_int8_t segment; /* segment number */
596 u_int8_t key; /* sense key */
621 u_int8_t asc; /* additional sense code */
624 u_int8_t specific; /* sense key specific */
628 u_int8_t specific1; /* sense key specific */
629 u_int8_t specific2; /* sense key specific */
962 u_int8_t command;
963 u_int8_t feature;
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c70 u_int8_t *k;
73 k = (u_int8_t *)key;
92 u_int8_t *e, c, *k;
94 k = (u_int8_t *)key;
120 u_int8_t *k;
125 k = (u_int8_t *)key;
161 const u_int8_t *k; in hash4()
168 k = (const u_int8_t *)key; in hash4()
/illumos-gate/usr/src/uts/common/sys/
H A Drds.h66 #define u_int8_t uint8_t
139 u_int8_t name[32];
145 u_int8_t name[32];
163 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */
164 u_int8_t flags;
173 u_int8_t transport[TRANSNAMSIZ]; /* null term ascii */
174 u_int8_t flags;
210 u_int8_t flags;
221 u_int8_t flags;
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_fid.c37 u_int8_t *fidp;
42 u_int8_t *p;
62 for (p = (u_int8_t *)&sb.st_ino +
65 for (p = (u_int8_t *)&sb.st_dev +
71 for (p = (u_int8_t *)&now +
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c74 const u_int8_t *e, *k;
76 u_int8_t c;
105 const u_int8_t *k;
159 const u_int8_t *k;
223 const u_int8_t *k, *e;
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c183 const u_int8_t *conflicts;
184 u_int8_t *curaddr;
216 curaddr = (u_int8_t *)lrp + sizeof(DB_LOCKREGION);
223 curaddr = (u_int8_t *)ALIGNP(curaddr, LOCK_HASH_ALIGN);
224 lrp->hash_off = curaddr - (u_int8_t *)lrp;
234 curaddr = (u_int8_t *)ALIGNP(curaddr, MUTEX_ALIGNMENT);
259 curaddr = (u_int8_t *)ALIGNP(curaddr, sizeof(size_t));
260 lrp->mem_off = curaddr - (u_int8_t *)lrp;
351 u_int8_t *curaddr;
436 curaddr = (u_int8_t *)lrp + oldsize;
[all …]
H A Dlock_util.c91 u_int8_t *__cp, *__hp; \
92 __hp = (u_int8_t *)&__h; \
93 __cp = (u_int8_t *)(P); \
/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddir.h131 u_int8_t dot_type;
132 u_int8_t dot_namlen;
136 u_int8_t dotdot_type;
137 u_int8_t dotdot_namlen;
/illumos-gate/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c34 u_int8_t *bp;
58 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
115 u_int8_t *bp;
154 u_int8_t *bp;
187 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
247 u_int8_t *bp;
294 u_int8_t *bp;
389 ch = ((u_int8_t *)argp->xid.data)[i];
415 u_int8_t *bp;
466 u_int8_t *bp;
[all …]
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h57 u_int8_t bi_memsizes_valid;
58 u_int8_t bi_bios_dev; /* bootdev BIOS unit number */
59 u_int8_t bi_pad[2];
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c475 u_int8_t *p, *t;
501 p = (u_int8_t *)bk->data + bk->len - 1,
507 orig.data = (u_int8_t *)bk->data + prefix;
509 repl.data = (u_int8_t *)data->data + prefix;
522 p = (u_int8_t *)h + HOFFSET(h);
523 t = (u_int8_t *)bk;
695 memset((u_int8_t *)dbc->rdata.data + dbt->size,
727 u_int8_t *p;
758 p = (u_int8_t *)dbc->rdata.data + dbt->doff;
783 p = (u_int8_t *)dbc->rdata.data + dbt->doff;
[all …]
H A Dbtree_auto.c40 u_int8_t *bp;
149 u_int8_t *bp;
203 u_int8_t *bp;
320 u_int8_t *bp;
380 u_int8_t *bp;
521 u_int8_t *bp;
584 u_int8_t *bp;
721 u_int8_t *bp;
779 u_int8_t *bp;
884 u_int8_t *bp;
[all …]

12345