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

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c53 unsigned char *start_buf = buf; local
127 (unsigned long)(buf - start_buf));
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c561 const char *start_buf = buf; local
571 e->length += (buf - start_buf);
572 total_len -= (buf - start_buf);
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c213 char *start_buf; /* rdma read src */ member in struct:krping_cb
553 cb->start_buf = ib_dma_alloc_coherent(cb->pd->device, cb->size,
556 if (!cb->start_buf) {
557 DEBUG_LOG(PFX "start_buf malloc failed\n");
578 if (cb->start_buf) {
579 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
608 if (cb->start_buf) {
609 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
993 volatile char *poll_buf = (char *) cb->start_buf;
1497 cc = sprintf(cb->start_buf, "rdm
[all...]
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c214 char *start_buf; /* rdma read src */ member in struct:krping_cb
678 cb->start_buf = kmalloc(cb->size, GFP_KERNEL);
679 if (!cb->start_buf) {
680 DEBUG_LOG(cb, "start_buf malloc failed\n");
686 cb->start_buf, cb->size,
708 DEBUG_LOG(cb, "start_buf reg_mr failed\n");
735 if (cb->start_buf)
736 kfree(cb->start_buf);
769 if (cb->start_buf) {
773 kfree(cb->start_buf);
[all...]

Completed in 77 milliseconds