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

12

/freebsd-10.0-release/sys/ddb/
H A Ddb_sym.h81 #define db_find_sym_and_offset(val,namep,offp) \
82 db_symbol_values(db_search_symbol(val,DB_STGY_ANY,offp),namep,0)
85 #define db_find_xtrn_sym_and_offset(val,namep,offp) \
86 db_symbol_values(db_search_symbol(val,DB_STGY_XTRN,offp),namep,0)
H A Ddb_sym.c384 db_search_symbol( val, strategy, offp)
387 db_expr_t *offp;
404 *offp = diff;
/freebsd-10.0-release/tools/regression/lib/libc/stdio/
H A Dtest-getdelim.c50 size_t *offp = cookie; local
56 if (len > sizeof(apothegm) - *offp)
57 len = sizeof(apothegm) - *offp;
58 memcpy(buf, apothegm + *offp, len);
59 *offp += len;
66 size_t *offp; local
68 offp = malloc(sizeof(*offp)); /* XXX leak */
69 *offp = 0;
70 return (fropen(offp, _reade
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Droute6.c59 route6_input(struct mbuf **mp, int *offp, int proto) argument
64 int off = *offp, rhlen;
109 *offp += rhlen;
H A Ddest6.c62 dest6_input(struct mbuf **mp, int *offp, int proto) argument
65 int off = *offp, dstoptlen, optlen;
117 *offp = off;
H A Dfrag6.c155 frag6_input(struct mbuf **mp, int *offp, int proto) argument
165 int offset = *offp, nxt, i, next;
232 *offp = offset;
613 *offp = offset;
H A Draw_ip6.c159 rip6_input(struct mbuf **mp, int *offp, int proto) argument
209 if (in6_cksum(m, proto, *offp,
210 m->m_pkthdr.len - *offp)) {
281 m_adj(n, *offp);
315 m_adj(m, *offp);
332 char *prvnxtp = ip6_get_prevhdr(m, *offp); /* XXX */
H A Din6_gif.c288 in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
314 m_adj(m, *offp);
H A Dsctp6_usrreq.c69 sctp6_input_with_port(struct mbuf **i_pak, int *offp, uint16_t port) argument
88 iphlen = *offp;
198 sctp6_input(struct mbuf **i_pak, int *offp, int proto SCTP_UNUSED) argument
200 return (sctp6_input_with_port(i_pak, offp, 0));
/freebsd-10.0-release/sys/kern/
H A Duipc_mbuf2.c87 * if offp == NULL, the target will start at <retval, 0> on resulting chain.
88 * if offp != NULL, the target will start at <retval, *offp> on resulting chain.
95 m_pulldown(struct mbuf *m, int off, int len, int *offp) argument
164 if ((off == 0 || offp) && len <= n->m_len - off && writable)
211 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen
218 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
264 if (offp)
265 *offp = off;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c339 spa_history_get(spa_t *spa, uint64_t *offp, uint64_t *len, char *buf) argument
360 if (*offp == 0 && spa_writeable(spa))
378 if (*offp < shpp->sh_pool_create_len) {
380 phys_read_off = *offp;
388 *offp = MAX(*offp, shpp->sh_bof);
389 phys_read_off = spa_history_log_to_phys(*offp, shpp);
409 *offp += read_len + leftover;
H A Ddmu_diff.c184 struct vnode *vp, offset_t *offp)
186 struct file *fp, offset_t *offp)
231 da.da_offp = offp;
182 dmu_diff(const char *tosnap_name, const char *fromsnap_name, struct vnode *vp, offset_t *offp) argument
H A Ddmu_objset.c1444 uint64_t *idp, uint64_t *offp, boolean_t *case_conflict)
1457 ds->ds_phys->ds_snapnames_zapobj, *offp);
1475 *offp = zap_cursor_serialize(&cursor);
1483 uint64_t *idp, uint64_t *offp)
1496 dd->dd_phys->dd_child_dir_zapobj, *offp);
1512 *offp = zap_cursor_serialize(&cursor);
1443 dmu_snapshot_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp, boolean_t *case_conflict) argument
1482 dmu_dir_list_next(objset_t *os, int namelen, char *name, uint64_t *idp, uint64_t *offp) argument
/freebsd-10.0-release/sys/netipsec/
H A Dipsec6.h69 extern int ipsec6_common_input(struct mbuf **mp, int *offp, int proto);
H A Dxform.h112 extern int ip4_input6(struct mbuf **m, int *offp, int proto);
H A Dipsec_input.c507 ipsec6_common_input(struct mbuf **mp, int *offp, int proto) argument
513 if (*offp < sizeof(struct ip6_hdr)) {
514 DPRINTF(("%s: bad offset %u\n", __func__, *offp));
516 } else if (*offp == sizeof(struct ip6_hdr)) {
532 } while (protoff + l < *offp);
535 if (protoff + l != *offp) {
537 "l %u, off %u\n", __func__, protoff, l, *offp));
545 (void) ipsec_common_input(*mp, *offp, protoff, AF_INET6, proto);
H A Dxform_ipip.c118 ip4_input6(struct mbuf **m, int *offp, int proto) argument
129 _ipip_input(*m, *offp, NULL);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pfsync.c669 int i, offp; local
672 mp = m_pulldown(m, offset, len, &offp);
677 clr = (struct pfsync_clr *)(mp->m_data + offp);
711 int i, offp; local
713 mp = m_pulldown(m, offset, len, &offp);
718 sa = (struct pfsync_state *)(mp->m_data + offp);
751 int offp, i; local
753 mp = m_pulldown(m, offset, len, &offp);
758 iaa = (struct pfsync_ins_ack *)(mp->m_data + offp);
826 int offp, local
915 int offp, i; local
1003 int i, offp; local
1045 int offp, i; local
1076 int offp, i; local
1108 int offp; local
1171 int offp; local
[all...]
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c157 zfs_read(spa_t *spa, const dnode_phys_t *dnode, off_t *offp, void *start, size_t size) argument
164 if (*offp + n > zp->zp_size)
165 n = zp->zp_size - *offp;
167 rc = dnode_read(spa, dnode, *offp, start, n);
170 *offp += n;
216 xfsread(const dnode_phys_t *dnode, off_t *offp, void *buf, size_t nbyte) argument
218 if ((size_t)zfs_read(spa, dnode, offp, buf, nbyte) != nbyte) {
/freebsd-10.0-release/sys/fs/ext2fs/
H A Dext2_lookup.c704 doff_t *offp, doff_t *prevoffp, doff_t *endusefulp,
729 ext2_dirbad(ip, *offp, "mangled entry");
731 *offp += i;
750 ssp->slotoffset = *offp;
755 ssp->slotoffset = *offp;
758 ssp->slotsize = *offp +
782 *prevoffp = *offp;
783 *offp += ep->e2d_reclen;
787 *endusefulp = *offp;
702 ext2_search_dirblock(struct inode *ip, void *data, int *foundp, const char *name, int namelen, int *entryoffsetinblockp, doff_t *offp, doff_t *prevoffp, doff_t *endusefulp, struct ext2fs_searchslot *ssp) argument
/freebsd-10.0-release/sys/netinet/
H A Dip_encap.c204 encap6_input(struct mbuf **mp, int *offp, int proto) argument
233 prio = (*ep->func)(m, *offp, proto, ep->arg);
258 return (*psw->pr_input)(mp, offp, proto);
266 return rip6_input(mp, offp, proto);
/freebsd-10.0-release/contrib/nvi/regex/
H A Dengine.c77 const RCHAR_T *offp; /* offsets work from here */ member in struct:match
183 m->offp = string;
276 pmatch[0].rm_so = m->coldp - m->offp;
277 pmatch[0].rm_eo = endp - m->offp;
469 m->pmatch[i].rm_so = sp - m->offp;
474 m->pmatch[i].rm_eo = sp - m->offp;
615 ssp = m->offp + m->pmatch[i].rm_so;
670 m->pmatch[i].rm_so = sp - m->offp;
681 m->pmatch[i].rm_eo = sp - m->offp;
/freebsd-10.0-release/lib/libc/regex/
H A Dengine.c85 const char *offp; /* offsets work from here */ member in struct:match
235 m->offp = string;
342 pmatch[0].rm_so = m->coldp - m->offp;
343 pmatch[0].rm_eo = endp - m->offp;
534 m->pmatch[i].rm_so = sp - m->offp;
539 m->pmatch[i].rm_eo = sp - m->offp;
683 ssp = m->offp + m->pmatch[i].rm_so;
738 m->pmatch[i].rm_so = sp - m->offp;
749 m->pmatch[i].rm_eo = sp - m->offp;
/freebsd-10.0-release/contrib/llvm/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;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h742 uint64_t *id, uint64_t *offp, boolean_t *case_conflict);
746 uint64_t *idp, uint64_t *offp);
803 struct file *fp, offset_t *offp);

Completed in 317 milliseconds

12