HomeSort by: relevance | last modified time | path
    Searched refs:read_msg (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/puffs/
puffs_subr.c 93 struct puffs_vnmsg_read *read_msg = (void *)preq; local
101 if (read_msg->pvnr_resid > bp->b_bcount) {
106 moved = bp->b_bcount - read_msg->pvnr_resid;
107 bp->b_resid = read_msg->pvnr_resid;
109 memcpy(bp->b_data, read_msg->pvnr_data, moved);
puffs_vnops.c 2224 read_msg = NULL;
2273 (void *)&read_msg, 1);
2278 memset(read_msg, 0, argsize); /* XXX: touser KASSERT */
2279 RWARGS(read_msg, ap->a_ioflag, tomove,
2291 if (read_msg->pvnr_resid > tomove) {
2298 error = uiomove(read_msg->pvnr_data,
2299 tomove - read_msg->pvnr_resid, uio);
2306 if (error || read_msg->pvnr_resid)
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_master.c 1285 read_msg(krb5_context context, slave *s, krb5_data *out) function
1312 ret = read_msg(context, s, &out);
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 6086 // read_msg may be called any time when the transfer state (req->ts) is t_morecoming.
6088 mDNSlocal void read_msg(request_state *req) function
6093 "[R%u] ERROR: read_msg called with transfer state terminated or error", req->request_id);
6113 "[R%u] ERROR: read_msg called with invalid transfer state (%d)", req->request_id, req->ts);
6128 "[R%u] ERROR: read_msg - read too many header bytes", req->request_id);
6151 "[R%u] ERROR: read_msg: hdr.datalen %u (0x%X) > 70000", req->request_id, req->hdr.datalen, req->hdr.datalen);
6192 "[R%u] ERROR: read_msg - read too many data bytes", req->request_id);
6256 "[R%u] read_msg: ERROR failed to get errsd via SCM_RIGHTS", req->request_id);
6277 "[R%u] read_msg: Couldn't connect to error return path socket " PUB_S " errno %d (" PUB_S ")",
6282 "[R%u] read_msg: stat failed " PUB_S " errno %d (" PUB_S ")"
    [all...]

Completed in 34 milliseconds