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

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dbuffer.c472 unsigned int real_length; local
483 real_length = dbuf->length + sizeof(isc_buffer_t);
488 isc_mem_put(mctx, dbuf, real_length);
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c1217 req->real_length = 0;
1284 bcopy(req->real_data, req->data, req->real_length);
1307 bcopy(req->real_data, req->data, req->real_length);
1389 req->real_length = req->length;
1405 req->length = req->real_length;
1469 req->length = req->real_length;
1524 req->real_length);
1545 req->real_length);
1560 req->length = req->real_length;
1629 "data = %p, length = 0x%x, real_data = %p, real_length
[all...]
H A Dtw_osl.h108 TW_UINT32 real_length; member in struct:tw_osli_req_context
/freebsd-13-stable/contrib/dialog/
H A Dformbox.c342 real_length(DIALOG_FORMITEM * item) function
365 int real_len = real_length(item + i);
379 item[i].text_len = real_length(item + i);
/freebsd-13-stable/sys/dev/amr/
H A Damr.c762 unsigned long au_length, real_length; local
851 real_length = amr_ioctl_buffer_length(au_length);
852 dp = malloc(real_length, M_AMR, M_WAITOK|M_ZERO);
909 ac->ac_length = real_length;

Completed in 145 milliseconds