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

/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_tnc.c206 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.0-release/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.0-release/contrib/ofed/librdmacm/examples/
H A Drping.c139 char *start_buf; /* rdma read src */ member in struct:rping_cb
428 cb->start_buf = malloc(cb->size);
429 if (!cb->start_buf) {
430 fprintf(stderr, "start_buf malloc failed\n");
435 cb->start_mr = ibv_reg_mr(cb->pd, cb->start_buf, cb->size,
440 fprintf(stderr, "start_buf reg_mr failed\n");
451 free(cb->start_buf);
472 free(cb->start_buf);
910 cc = sprintf(cb->start_buf, RPING_MSG_FMT, ping);
912 cb->start_buf[
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dasn1_print.c53 unsigned char *start_buf = buf; local
127 (unsigned long)(buf - start_buf));
/freebsd-11.0-release/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.0-release/sys/contrib/rdma/krping/
H A Dkrping.c212 char *start_buf; /* rdma read src */ member in struct:krping_cb
672 cb->start_buf = kmalloc(cb->size, GFP_KERNEL);
673 if (!cb->start_buf) {
674 DEBUG_LOG(cb, "start_buf malloc failed\n");
680 cb->start_buf, cb->size,
702 DEBUG_LOG(cb, "start_buf reg_mr failed\n");
729 if (cb->start_buf)
730 kfree(cb->start_buf);
763 if (cb->start_buf) {
767 kfree(cb->start_buf);
[all...]

Completed in 86 milliseconds