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

/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Deap_tnc.c206 char *start_buf, *end_buf; local
366 start_buf = tncc_if_tnccs_start(data->tncc);
367 if (start_buf == NULL)
369 start_len = os_strlen(start_buf);
372 os_free(start_buf);
380 os_free(start_buf);
385 wpabuf_put_data(resp, start_buf, start_len);
386 os_free(start_buf);
/freebsd-10.1-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-10.1-release/contrib/ofed/librdmacm/examples/
H A Drping.c140 char *start_buf; /* rdma read src */ member in struct:rping_cb
429 cb->start_buf = malloc(cb->size);
430 if (!cb->start_buf) {
431 fprintf(stderr, "start_buf malloc failed\n");
436 cb->start_mr = ibv_reg_mr(cb->pd, cb->start_buf, cb->size,
441 fprintf(stderr, "start_buf reg_mr failed\n");
452 free(cb->start_buf);
473 free(cb->start_buf);
911 cc = sprintf(cb->start_buf, RPING_MSG_FMT, ping);
913 cb->start_buf[
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dasn1_print.c53 unsigned char *start_buf = buf; local
127 (unsigned long)(buf - start_buf));
/freebsd-10.1-release/sys/contrib/rdma/krping/
H A Dkrping.c210 char *start_buf; /* rdma read src */ member in struct:krping_cb
662 cb->start_buf = kmalloc(cb->size, GFP_KERNEL);
663 if (!cb->start_buf) {
664 DEBUG_LOG(cb, "start_buf malloc failed\n");
670 cb->start_buf, cb->size,
690 DEBUG_LOG(cb, "start_buf reg_mr failed\n");
717 if (cb->start_buf)
718 kfree(cb->start_buf);
751 if (cb->start_buf) {
755 kfree(cb->start_buf);
[all...]
/freebsd-10.1-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);

Completed in 125 milliseconds