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

/freebsd-12-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-12-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c1252 req->real_length = 0;
1322 bcopy(req->real_data, req->data, req->real_length);
1345 bcopy(req->real_data, req->data, req->real_length);
1431 req->real_length = req->length;
1447 req->length = req->real_length;
1511 req->length = req->real_length;
1568 req->real_length);
1589 req->real_length);
1604 req->length = req->real_length;
1680 "data = %p, length = 0x%x, real_data = %p, real_length
[all...]
H A Dtw_osl.h114 TW_UINT32 real_length; member in struct:tw_osli_req_context
/freebsd-12-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-12-stable/sys/dev/amr/
H A Damr.c762 unsigned long au_length, real_length; local
852 real_length = amr_ioctl_buffer_length(au_length);
853 dp = malloc(real_length, M_AMR, M_WAITOK|M_ZERO);
910 ac->ac_length = real_length;

Completed in 231 milliseconds