Searched refs:offp (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Droute6.c77 route6_input(struct mbuf **mp, int *offp, int proto) argument
83 int off = *offp, rhlen;
119 *offp += rhlen;
H A Ddest6.c57 dest6_input(struct mbuf **mp, int *offp, int proto) argument
61 int off = *offp, dstoptlen, optlen;
102 *offp = off;
H A Dipcomp_input.c246 ipcomp6_input(struct mbuf **mp, int *offp, int proto) argument
262 off = *offp;
343 *offp = off;
H A Din6_gif.c241 in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
260 m_adj(m, *offp);
H A Draw_ip6.c150 int *offp,
188 if (in6_cksum(m, ip6->ip6_nxt, *offp,
189 m->m_pkthdr.len - *offp)) {
216 m_adj(n, *offp);
251 m_adj(m, *offp);
265 char *prvnxtp = ip6_get_prevhdr(m, *offp); /* XXX */
148 rip6_input( struct mbuf **mp, int *offp, int proto) argument
H A Dah_input.c595 ah6_input(struct mbuf **mp, int *offp, int proto) argument
599 int off = *offp;
951 *offp = off;
H A Dfrag6.c276 frag6_input(struct mbuf **mp, int *offp, int proto) argument
284 int offset = *offp, nxt, i, next;
793 *offp = offset;
H A Desp_input.c745 esp6_input(struct mbuf **mp, int *offp, int proto) argument
749 int off = *offp;
1211 *offp = off;
/macosx-10.10/BerkeleyDB-21/db/xa/
H A Dxa_map.c61 __db_xid_to_txn(env, xid, offp)
64 roff_t *offp;
68 return (__txn_map_gid(env, (u_int8_t *)xid->data, &td, offp));
/macosx-10.10/lsof-53/lsof/tests/
H A DLTbigf.c562 LTfldo_t *offp; /* file offset pointer */ local
655 devp = inop = nmp = offp = szp = typ = (LTfldo_t *)NULL;
668 offp = fop;
715 tfop = (tt == TST_SZ) ? szp : offp;
736 if (!offp || strcmp(offp->v, buf)) {
740 offp ? offp->v : "nothing");
H A DLTszoff.c311 LTfldo_t *offp; /* offset pointer */ local
433 devp = inop = offp = szp = typ = (LTfldo_t *)NULL;
443 offp = fop;
477 fop = (tt == TYTST_SZ) ? szp : offp;
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash.c593 int32_t *endp, *offp, *saveoff; local
615 space -= sizeof(*offp);
620 offp = endp;
654 if (offp == endp) {
757 if (offp >= endp ||
819 space -= (is_key ? 4 : 2) * sizeof(*offp);
820 size += (is_key ? 4 : 2) * sizeof(*offp);
832 DUP_SIZE((u_int32_t)offp[1]);
836 *offp-- = (int32_t)key_off;
837 *offp
[all...]
H A Dhash_page.c729 HOFFPAGE *offp; local
759 offp = (HOFFPAGE*)P_ENTRY(dbp, p, indx);
760 (void)__ua_memcpy(&itemlen, HOFFPAGE_TLEN(offp),
775 (void)__ua_memcpy(&off_pgno, HOFFPAGE_PGNO(offp),
782 tmp_dbt.data = offp;
791 HOFFPAGE_PGNO(offp), sizeof(db_pgno_t));
803 offp = (HOFFPAGE *)key->data;
805 HOFFPAGE_PGNO(offp), sizeof(db_pgno_t));
806 (void)__ua_memcpy(&off_len, HOFFPAGE_TLEN(offp),
H A Dhash_dup.c734 __ham_dsearch(dbc, dbt, offp, cmpp, flags)
737 u_int32_t *offp, flags;
779 *offp = i;
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_cursor.c1052 int32_t *endp, key_off, *offp, *saveoffp; local
1073 space -= sizeof(*offp);
1078 offp = endp;
1134 space -= 2 * sizeof(*offp);
1140 *offp-- = 0;
1141 *offp-- = 0;
1171 if (offp == endp) {
1217 space -= (is_key ? 4 : 2) * sizeof(*offp);
1219 space -= sizeof(*offp);
1235 *offp
1437 int32_t *offp; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/txn/
H A Dtxn_recover.c28 __txn_map_gid(env, gid, tdp, offp)
32 roff_t *offp;
54 *offp = R_OFFSET(&mgr->reginfo, *tdp);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c123 * if offp == NULL, the target will start at <retval, 0> on resulting chain.
124 * if offp != NULL, the target will start at <retval, *offp> on resulting chain.
131 m_pulldown(struct mbuf *m, int off, int len, int *offp) argument
243 if ((off == 0 || offp) && len <= n->m_len - off)
304 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen
311 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
365 if (offp)
366 *offp = off;
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_encap.c269 encap6_input(struct mbuf **mp, int *offp, int proto) argument
299 prio = (*ep->func)(m, *offp, proto, ep->arg);
323 return (*psw->pr_input)(mp, offp, proto);
331 return rip6_input(mp, offp, proto);
/macosx-10.10/vim-55/src/proto/
H A Dmemline.pro35 long ml_find_line_or_offset __ARGS((buf_T *buf, linenr_T lnum, long *offp));
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dengine.c36 char *offp; /* offsets work from here */ member in struct:match
111 m->offp = string;
204 pmatch[0].rm_so = m->coldp - m->offp;
205 pmatch[0].rm_eo = endp - m->offp;
397 m->pmatch[i].rm_so = sp - m->offp;
402 m->pmatch[i].rm_eo = sp - m->offp;
535 ssp = m->offp + m->pmatch[i].rm_so;
590 m->pmatch[i].rm_so = sp - m->offp;
601 m->pmatch[i].rm_eo = sp - m->offp;
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam.c1419 u_int32_t *endp, *offp; local
1453 space -= (int)sizeof(*offp);
1458 offp = endp;
1491 ((is_key ? 3 : 2) * sizeof(*offp));
1499 if (offp == endp) {
1521 *offp-- = cp->recno;
1522 *offp-- = (u_int32_t)((((u_int8_t *)qp -
1525 *offp-- = re_len;
1529 *offp-- = 0;
1530 *offp
[all...]
/macosx-10.10/BerkeleyDB-21/db/rep/
H A Drep_util.c119 while (recsize + *(bulk->offp) > bulk->len) {
163 p = bulk->addr + *(bulk->offp);
171 if (*(bulk->offp) == 0)
184 *(bulk->offp) = (uintptr_t)p + (uintptr_t)len - (uintptr_t)bulk->addr;
222 if (*(bulkp->offp) == 0)
232 DB_INIT_DBT(dbt, bulkp->addr, *(bulkp->offp));
249 *(bulkp->offp) = 0;
264 __rep_bulk_alloc(env, bulkp, eid, offp, flagsp, type)
268 uintptr_t *offp;
274 *offp
[all...]
H A Drep_region.c243 bulk.offp = &lp->bulk_off;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregengine.inc75 const char *offp; /* offsets work from here */
173 m->offp = string;
269 pmatch[0].rm_so = m->coldp - m->offp;
270 pmatch[0].rm_eo = endp - m->offp;
462 m->pmatch[i].rm_so = sp - m->offp;
467 m->pmatch[i].rm_eo = sp - m->offp;
595 ssp = m->offp + m->pmatch[i].rm_so;
650 m->pmatch[i].rm_so = sp - m->offp;
661 m->pmatch[i].rm_eo = sp - m->offp;
/macosx-10.10/dtrace-147/lockstat/
H A Dlockstat.c1055 char *addrp, *offp, *sizep, *evp, *lastp, *p; local
1153 offp = strtok(NULL, ",");
1156 off = offp ? strtoul(offp, NULL, 0) : 0;

Completed in 326 milliseconds

12