Searched refs:getdata (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl_data.c35 static void getdata(struct tbl_node *, struct tbl_span *,
42 getdata(struct tbl_node *tbl, struct tbl_span *dp, function
191 getdata(tbl, tbl->last_span, ln, p, &pos);
299 getdata(tbl, sp, ln, p, &pos);
/netbsd-current/sys/net/npf/
H A Dnpfkern.h56 void * (*getdata)(const struct mbuf *); member in struct:__anon55
H A Dnpf_sendpkt.c61 #define mtod(m,t) ((t)((npc)->npc_ctx->mbufops->getdata(m)))
H A Dnpf_mbuf.c61 #define mtod(m,t) ((t)((nbuf)->nb_mops->getdata(m)))
/netbsd-current/tests/lib/libc/db/
H A Dh_db.c68 static void getdata(DB *, DBT *, DBT *);
291 getdata(dbp, &key, &keydata);
398 getdata(DB *dbp, DBT *kp, DBT *dp) function
404 err(1, "line %zu: getdata failed", lineno);
407 errx(1, "line %zu: getdata failed, no such key", lineno);
/netbsd-current/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_mbuf_subr.c337 .getdata = npfkern_m_getdata,
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-mitdb.c1237 getdata(char **p, unsigned char *buf, size_t len, const char *what) function
1439 if (getdata(&p, buf, tl_length, reading_what) != tl_length)
1482 if (getdata(&p, buf, keylen, "key (or salt) data") != keylen)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_cab.c3058 goto getdata;
3064 goto getdata;
3075 goto getdata;
3087 goto getdata;
3114 getdata:
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbt.c220 getdata(dns_rbtnode_t *node, file_header_t *header) { function
871 n->data = getdata(n, rbt->mmap_location);

Completed in 226 milliseconds