Searched refs:start_buf (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_tnc.c211 char *start_buf, *end_buf; local
367 start_buf = tncc_if_tnccs_start(data->tncc);
368 if (start_buf == NULL)
370 start_len = os_strlen(start_buf);
373 os_free(start_buf);
381 os_free(start_buf);
386 wpabuf_put_data(resp, start_buf, start_len);
387 os_free(start_buf);
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_tnc.c132 char *start_buf, *end_buf; local
138 start_buf = tncs_if_tnccs_start(data->tncs);
139 if (start_buf == NULL)
141 start_len = os_strlen(start_buf);
144 os_free(start_buf);
152 os_free(start_buf);
157 wpabuf_put_data(req, start_buf, start_len);
158 os_free(start_buf);
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Drping.c138 char *start_buf; /* rdma read src */ member in struct:rping_cb
432 cb->start_buf = malloc(cb->size);
433 if (!cb->start_buf) {
434 fprintf(stderr, "start_buf malloc failed\n");
439 cb->start_mr = ibv_reg_mr(cb->pd, cb->start_buf, cb->size,
444 fprintf(stderr, "start_buf reg_mr failed\n");
455 free(cb->start_buf);
476 free(cb->start_buf);
951 cc = snprintf(cb->start_buf, cb->size, RPING_MSG_FMT, ping);
953 cb->start_buf[
[all...]
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dasn1_print.c53 unsigned char *start_buf = buf; local
127 (unsigned long)(buf - start_buf));
/freebsd-current/sys/contrib/rdma/krping/
H A Dkrping.c211 char *start_buf; /* rdma read src */ member in struct:krping_cb
550 cb->start_buf = ib_dma_alloc_coherent(cb->pd->device, cb->size,
553 if (!cb->start_buf) {
554 DEBUG_LOG(PFX "start_buf malloc failed\n");
575 if (cb->start_buf) {
576 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
605 if (cb->start_buf) {
606 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
991 volatile char *poll_buf = (char *) cb->start_buf;
1494 cc = sprintf(cb->start_buf, "rdm
[all...]

Completed in 119 milliseconds