Searched refs:u_int8_t (Results 26 - 50 of 108) sorted by relevance

12345

/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c134 lt->conflicts = (u_int8_t *)lt->region + sizeof(DB_LOCKREGION);
136 (DB_HASHTAB *)((u_int8_t *)lt->region + lt->region->hash_off);
137 lt->mem = (void *)((u_int8_t *)lt->region + lt->region->mem_off);
185 const u_int8_t *conflicts;
186 u_int8_t *curaddr;
218 curaddr = (u_int8_t *)lrp + sizeof(DB_LOCKREGION);
225 curaddr = (u_int8_t *)ALIGNP(curaddr, LOCK_HASH_ALIGN);
226 lrp->hash_off = curaddr - (u_int8_t *)lrp;
236 curaddr = (u_int8_t *)ALIGNP(curaddr, MUTEX_ALIGNMENT);
261 curaddr = (u_int8_t *)ALIGN
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fput.c79 (u_int8_t *)pgaddr <= (u_int8_t *)dbmfp->addr + dbmfp->len) {
85 bhp = (BH *)((u_int8_t *)pgaddr - SSZA(BH, buf));
H A Dmp_fset.c64 bhp = (BH *)((u_int8_t *)pgaddr - SSZA(BH, buf));
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_rw.c96 u_int8_t *taddr;
107 *nrp = taddr - (u_int8_t *)addr;
126 u_int8_t *taddr;
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h107 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */
108 u_int8_t *bigkey_buf; /* Temporary Buffer for BIG keys */
190 u_int8_t status;
195 u_int8_t caused_expand;
H A Dpage.h81 * 10 page type 1 u_int8_t TYPE(P)
82 * 11 padding 1 u_int8_t none
105 #define REFERENCE(P, T, O) (((T *)((u_int8_t *)(P) + O))[0])
113 #define TYPE(P) (REFERENCE((P), u_int8_t, I_TYPE))
/illumos-gate/usr/src/boot/sys/boot/common/
H A Disapnp.c45 static int isapnp_get_serial(u_int8_t *p);
93 isapnp_get_serial(u_int8_t *data)
126 isapnp_get_resource_info(u_int8_t *buffer, int len)
232 u_int8_t cardid[_PNP_ID_LEN];
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbiosacpi.c111 u_int8_t *cp, sum;
120 cp = (u_int8_t *)rsdp;
/illumos-gate/usr/src/cmd/sendmail/db/db/
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)
H A Ddb_ret.c46 u_int8_t *hk;
100 data = (u_int8_t *)data + dbt->doff;
/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;
344 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
389 ch = ((u_int8_t *)argp->xid.data)[i];
415 u_int8_t *b
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h76 #define R_ADDR(base, offset) ((void *)((u_int8_t *)((base)->addr) + offset))
77 #define R_OFFSET(base, p) ((u_int8_t *)(p) - (u_int8_t *)(base)->addr)
162 #define MUTEX_LOCK_OFFSET(a, b) ((u_int32_t)((u_int8_t *)b - (u_int8_t *)a))
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_auto.c40 u_int8_t *bp;
92 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
137 ch = ((u_int8_t *)argp->name.data)[i];
146 ch = ((u_int8_t *)argp->uid.data)[i];
169 u_int8_t *bp;
H A Dlog_get.c188 if ((ret = __db_retcopy(dbt, (u_int8_t *)p + sizeof(HDR),
237 memcpy((u_int8_t *)&hdr + nr, lp->buf, sizeof(HDR) - nr);
252 if (lp->b_off < ((u_int8_t *)shortp - lp->buf) + len)
287 memcpy((u_int8_t *)tbuf + nr, lp->buf, len - nr);
/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,
502 t = (u_int8_t *)data->data + data->size - 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 *)db
[all...]
H A Dbt_compare.c150 u_int8_t *p1, *p2;
182 u_int8_t *p1, *p2;
H A Dbtree_auto.c40 u_int8_t *bp;
85 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
149 u_int8_t *bp;
203 u_int8_t *bp;
250 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
298 ch = ((u_int8_t *)argp->header.data)[i];
320 u_int8_t *bp;
380 u_int8_t *bp;
445 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
500 ch = ((u_int8_t *)arg
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog.h179 u_int8_t buf[4 * 1024]; /* Log buffer. */
195 u_int8_t ufid[DB_FILE_ID_LEN]; /* Unique file id. */
H A Dos_ext.h13 int __os_fileid __P((DB_ENV *, const char *, int, u_int8_t *));
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisklabel.h141 u_int8_t p_fstype; /* filesystem type, see below */
142 u_int8_t p_frag; /* filesystem fragments per block */
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h328 u_int8_t *fs_contigdirs; /* (u) # of contig. allocated dirs */
500 u_int8_t cg_space[1]; /* space for cylinder group maps */
509 ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_iusedoff))
511 ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_freeoff))
513 ((u_int8_t *)((u_int8_t *)(cgp) + (cgp)->cg_clusteroff))
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c43 u_int8_t *bp;
104 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
154 ch = ((u_int8_t *)argp->key.data)[i];
163 ch = ((u_int8_t *)argp->data.data)[i];
184 u_int8_t *bp;
247 u_int8_t *bp;
301 if ((u_int32_t)(bp - (u_int8_t *)logrec.data) != logrec.size)
368 u_int8_t *bp;
425 u_int8_t *bp;
464 if ((u_int32_t)(bp - (u_int8_t *)logre
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Deui64.h54 u_int8_t e8[8];
/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c133 *offp = (u_int8_t *)td - (u_int8_t *)tmr;
198 td = (TXN_DETAIL *)((u_int8_t *)tm->region + off);
224 td = (TXN_DETAIL *)((u_int8_t *)env->tx_info->region + off);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_osdep.h66 typedef uint8_t u_int8_t; typedef

Completed in 164 milliseconds

12345