Searched defs:off (Results 51 - 75 of 168) sorted by relevance

1234567

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_as.c136 dt_copystr(const char *s, size_t n, size_t off, dt_pcb_t *pcb) argument
138 bcopy(s, pcb->pcb_difo->dtdo_strtab + off, n);
/osnet-11/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c265 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off)
273 ftp->ftps_offs[0] = off;
304 if (i == off) {
314 if (i > off) {
264 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, ulong_t off) argument
/osnet-11/usr/src/lib/libeti/form/common/
H A Dchg_data.c174 insert_str(FORM *f, int y, int off, int nstr) /* used for word wrapping */ argument
182 int pad = extra_padding(Buf(c) + off, nstr);
188 (void) winsnstr(w, Buf(c) + off, nstr);
210 (void) winsnstr(w, Buf(c) + off, nstr);
/osnet-11/usr/src/lib/efcode/gp2/
H A Dgp2.c157 int id, off; local
165 off = lo & 0x7fffff; /* build config offset */
167 if (off) {
168 sprintf(enc_buf, "%x,%x", id, off);
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c176 long long off; local
182 off = (long long)(((hi & 0x1F) << 32) | lo);
187 if (off) {
188 (void) sprintf(enc_buf, "%x,%llx", id, off);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c625 indx_t full, half, nxt, off, skip, top, used; local
640 for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
641 if (skip == off) {
676 if ((skip <= off && used + nbytes + sizeof(indx_t) >= full)
678 --off;
683 if (skip != off) {
686 l->linp[off] = l->upper -= nbytes;
703 l->lower += (off + 1) * sizeof(indx_t);
729 if (skip <= off) {
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c11 load (grub_file_t file, void *where, grub_off_t off, grub_size_t size) argument
13 if (grub_file_seek (file, off) == (grub_off_t) -1)
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dhttp.c409 http_seek (struct grub_file *file, grub_off_t off) argument
423 file->device->net->offset = off;
439 err = http_establish (file, off, 0);
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptraceutil.c99 print_bitfield(ulong_t off, ctf_encoding_t *ep) argument
116 off += ep->cte_bits;
118 shift = off % NBBY;
132 if (off % NBBY != 0)
141 print_int(ctf_id_t base, ulong_t off, printarg_t *pap) argument
146 ulong_t addr = pap->pa_addr + off / NBBY;
162 print_bitfield(off, &e);
193 print_float(ctf_id_t base, ulong_t off, printarg_t *pap) argument
223 print_ptr(ctf_id_t base, ulong_t off, printarg_t *pap) argument
226 ulong_t addr = pap->pa_addr + off / NBB
249 print_array(ctf_id_t base, ulong_t off, printarg_t *pap) argument
259 print_sou(ctf_id_t base, ulong_t off, printarg_t *pap) argument
266 print_enum(ctf_id_t base, ulong_t off, printarg_t *pap) argument
281 print_tag(ctf_id_t base, ulong_t off, printarg_t *pap) argument
299 elt_print(const char *name, ctf_id_t id, ulong_t off, int depth, void *data) argument
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dactions.c110 int n, off; local
113 buf = alloc_instance_data(env, UINIT_DATA, n, &off);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmime.c813 *bp = '\0'; /* XXX simply cut off? */
904 /* strip off trailing whitespace */
1176 int off; local
1184 off = mime_fromqp((unsigned char *) buf, &fbufp,
1187 if (off < -1)
1197 if (off >= 0 && buf[off] != '\0')
1199 off = mime_fromqp((unsigned char *) (buf + off),
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c108 int off, size, ret = 0, ok; local
112 off = blkoff(SUPERBLOCK, filepos);
115 size -= off;
124 ok = devread(fsbtodb(SUPERBLOCK, dblk), off, size, buf);
153 int off; local
157 off = itoo(SUPERBLOCK, inode) * sizeof (struct icommon);
159 return (devread(dblk, off, sizeof (struct icommon), (char *)INODE));
231 int loc, off; local
241 off = blkoff(SUPERBLOCK, loc);
242 if (off
[all...]
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c339 * does, move it off onto its own page.
472 db_indx_t cnt, lo, ln, min, off, prefix, suffix; local
541 off = h->inp[indx];
543 if (h->inp[cnt] <= off)
597 * them off. The choice of 25% is a WAG, but it has to be small enough
608 * Move this set of duplicates off the page. First points to the first
H A Dbt_split.c576 db_indx_t off; local
602 off = parent->indx + O_INDX;
636 if ((ret = __db_pitem(dbc, ppage, off,
654 if (ppage->prev_pgno == PGNO_INVALID && off <= 1)
685 if ((ret = __db_pitem(dbc, ppage, off,
707 if ((ret = __db_pitem(dbc, ppage, off,
735 ppage, off, RINTERNAL_SIZE, &hdr, NULL)) != 0)
775 db_indx_t half, nbytes, off, splitp, top; local
789 off = 0;
793 off
935 db_indx_t nbytes, off; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c418 * Case 4 results in deleting the pair off the master page.
908 u_int32_t off, tlen; local
989 __ham_dsearch(dbc, val, &off, &cmp);
990 hcp->dup_off = off;
1071 * In case we sent a temporary off to db_ret, set the real
1264 * was an off-page duplicate, then we need to verify if hcp->dpgno
H A Dhash_dup.c128 * We convert to off-page duplicates if the item is a big item,
142 /* There are two separate cases here: on page and off page. */
282 db_indx_t dndx, i, len, off; local
339 * set the off-page duplicate cursor index to the current
342 for (off = 0, i = 0; p < pend; i++) {
343 if (off == hcp->dup_off)
350 off += len + 2 * sizeof(db_indx_t);
436 * If the item is already off page duplicates or an offpage item,
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dhash_auto.h84 int32_t off; member in struct:_ham_replace_args
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn.c300 size_t off; local
348 td->parent = txn->parent->off;
352 off = (u_int8_t *)td - (u_int8_t *)mgr->region;
357 txn->off = off;
590 tp = (TXN_DETAIL *)((u_int8_t *)txnp->mgrp->region + txnp->off);
641 tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + txnp->off);
1001 tp = (TXN_DETAIL *)((u_int8_t *)mgr->region + kids->off);
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c448 int len, off, r; local
460 off = 0;
466 (char *) (bodyp + off), len)) != MI_SUCCESS)
468 off += len;
/osnet-11/usr/src/lib/libast/common/misc/
H A Dtranslate.c66 int off; /* string base offset */ member in struct:__anon1173
94 tempuse(Sfio_t* sp, int off) argument
97 return sfstrbase(sp) + off;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c554 int off = (n - nfmt); local
556 if (off >= olen * FORMAT_SIZE ||
557 ofmt[off] != 'n' ||
558 ofmt[off+1] != nfmt[off+1]) {
627 int off = 1; local
629 for (p++; (p[-off] = p[0]) != '\0'; p++)
631 off++;
H A Dsecdb.c241 int off = 0; local
262 len = snprintf(buf + off, buflen - off, "%s%s%s%s",
269 if (len < 0 || len + off >= buflen || err)
272 off += len;
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c122 * int insert_word(int off)
130 insert_word(int off) argument
148 offsets[off_idx++] = off;
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dio.c226 g_scsi_writebuffer_cmd(int fd, int off, uchar_t *buf_ptr, int buf_len, argument
240 cdb.byte3 = off>>16; /* bytes 3-5 contain file offset */
241 cdb.byte4 = (off>>8) & 0xff;
242 cdb.byte5 = off & 0xff;
768 * Form a valid root path by stripping off the /devices/ mount point
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c111 size_t len, off; local
134 off = SLP_HDRLEN + slp_get_langlen(reply);
136 if (slp_get_sht(reply, len, &off, &protoErrCode) != SLP_OK)
144 attr_tbv = reply + off;
145 tbv_len = off;
146 if (slp_get_string(reply, len, &off, &pcAttrList) != SLP_OK)
148 tbv_len = off - tbv_len;
151 if (slp_get_byte(reply, len, &off, &auth_cnt) != SLP_OK) {
164 reply + off,
165 len - off,
[all...]

Completed in 48 milliseconds

1234567