HomeSort by: relevance | last modified time | path
    Searched defs:replybuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/nfs/
nfs_bootdhcp.c 296 struct bootp *replybuf; member in struct:bootpcontext
394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf);
395 bootp = bpc->replybuf;
507 bpc.replybuf = NULL;
629 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK);
630 if (bpc.replybuf == NULL)
649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4);
673 * the buffer at bpc.replybuf.
681 inet_ntoa(bpc.replybuf->bp_siaddr));
683 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags)
    [all...]
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c 1554 char *replybuf = malloc(max_cluster_message); local
1562 if (replybuf == NULL)
1565 status = do_command(client, msg, msglen, &replybuf, buflen, &replylen);
1572 add_reply_to_list(client, status, our_csid, replybuf, replylen);
1579 free(replybuf);
1615 char *replybuf; local
1635 replybuf = malloc(message_len);
1637 clientreply = (struct clvm_header *) replybuf;
1678 send_message(replybuf, message_len, our_csid, fd,
1680 free(replybuf);
    [all...]

Completed in 22 milliseconds