Home
last modified time | relevance | path

Searched refs:replybuf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/nfs/
H A Dnfs_bootdhcp.c296 struct bootp *replybuf; member
394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); in bootpcheck()
395 bootp = bpc->replybuf; in bootpcheck()
507 bpc.replybuf = NULL; in bootpc_call()
629 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK); in bootpc_call()
630 if (bpc.replybuf == NULL) in bootpc_call()
649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4); in bootpc_call()
673 * the buffer at bpc.replybuf. in bootpc_call()
681 inet_ntoa(bpc.replybuf->bp_siaddr)); in bootpc_call()
683 bootp_extract(bpc.replybuf, bp in bootpc_call()
[all...]
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1554 char *replybuf = malloc(max_cluster_message); in process_local_command() local
1562 if (replybuf == NULL) in process_local_command()
1565 status = do_command(client, msg, msglen, &replybuf, buflen, &replylen); in process_local_command()
1572 add_reply_to_list(client, status, our_csid, replybuf, replylen); in process_local_command()
1579 free(replybuf); in process_local_command()
1615 char *replybuf; in send_local_reply() local
1635 replybuf = malloc(message_len); in send_local_reply()
1637 clientreply = (struct clvm_header *) replybuf; in send_local_reply()
1678 send_message(replybuf, message_len, our_csid, fd, in send_local_reply()
1680 free(replybuf); in send_local_reply()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c701 u8 *replybuf, u8 replybuflen, bool hdr) in drm_dp_sideband_msg_build() argument
709 ret = drm_dp_decode_sideband_msg_hdr(&recv_hdr, replybuf, replybuflen, &hdrlen); in drm_dp_sideband_msg_build()
711 print_hex_dump(KERN_DEBUG, "failed hdr", DUMP_PREFIX_NONE, 16, 1, replybuf, replybuflen, false); in drm_dp_sideband_msg_build()
739 memcpy(&msg->chunk[0], replybuf + hdrlen, msg->curchunk_idx); in drm_dp_sideband_msg_build()
741 memcpy(&msg->chunk[msg->curchunk_idx], replybuf, replybuflen); in drm_dp_sideband_msg_build()