HomeSort by: relevance | last modified time | path
    Searched defs:buffer_allocate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/tests/
test_alloc.c 48 ATF_TC(buffer_allocate); variable
50 ATF_TC_HEAD(buffer_allocate, tc) {
51 atf_tc_set_md_var(tc, "descr", "buffer_allocate basic test");
54 ATF_TC_BODY(buffer_allocate, tc) {
61 if (!buffer_allocate(&buf, 0, MDL)) {
75 if (!buffer_allocate(&buf, 100, MDL)) {
105 if (!buffer_allocate(&a, 100, MDL)) {
185 if (!buffer_allocate(&a, 100, MDL)) {
201 if (!buffer_allocate(&a, 100, MDL)) {
238 if (!buffer_allocate(&buf, a.len, MDL))
    [all...]
  /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
connection.h 208 // free memory allocated by buffer_allocate
306 VCHI_BUFFER_ALLOCATE buffer_allocate; member in struct:opaque_vchi_connection_api_t
308 // free memory allocated by buffer_allocate
  /src/external/mpl/dhcp/dist/common/
alloc.c 684 int buffer_allocate (ptr, len, file, line) function
1302 if (!buffer_allocate(&(new_string->buffer), copy_len + 1, MDL)) {

Completed in 28 milliseconds