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

/freebsd-13-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-13-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-13-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-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c53 unsigned char *start_buf = buf; local
127 (unsigned long)(buf - start_buf));
/freebsd-13-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-13-stable/sys/contrib/rdma/krping/
H A Dkrping.c213 char *start_buf; /* rdma read src */ member in struct:krping_cb
552 cb->start_buf = ib_dma_alloc_coherent(cb->pd->device, cb->size,
555 if (!cb->start_buf) {
556 DEBUG_LOG(PFX "start_buf malloc failed\n");
577 if (cb->start_buf) {
578 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
607 if (cb->start_buf) {
608 ib_dma_free_coherent(cb->pd->device, cb->size, cb->start_buf,
992 volatile char *poll_buf = (char *) cb->start_buf;
1496 cc = sprintf(cb->start_buf, "rdm
[all...]

Completed in 77 milliseconds