Searched defs:reqsize (Results 1 - 5 of 5) sorted by relevance
| /osnet-11/usr/src/lib/libc/port/gen/ |
| H A D | memalign.c | 64 size_t reqsize; /* Num of bytes to get from malloc() */ local 109 reqsize = nbytes + align + (MINSIZE + WORDSIZE); 112 if (reqsize < nbytes) { 117 p = (TREE *)malloc(reqsize);
|
| /osnet-11/usr/src/lib/libipmp/common/ |
| H A D | ipmp_admin.c | 42 ipmp_command(ipmp_handle_t handle, const void *req, uint_t reqsize) argument 59 retval = ipmp_write(statep->st_fd, req, reqsize);
|
| /osnet-11/usr/src/lib/sun_sas/common/ |
| H A D | Sun_sasSendSMPPassThru.c | 33 SendSMPPassThru(const char *devpath, void *reqframe, HBA_UINT32 *reqsize, argument 44 ucmd_buf.usmp_reqsize = (size_t)(*reqsize);
|
| /osnet-11/usr/src/lib/watchmalloc/common/ |
| H A D | malloc.c | 1121 size_t reqsize; /* Num of bytes to get from malloc() */ local 1161 reqsize = nbytes + align + (MINSIZE + WORDSIZE); 1163 if (reqsize < nbytes) { 1167 p = (TREE *) malloc(reqsize);
|
| /osnet-11/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 3984 uint64_t reqsize = 0; local 3999 pool_get_req_gpt_part(nvroot, hdl, &tag, &reqsize) == 0) { 4048 if (bootmgmt_gpt_get_required_part_info(&tag, &reqsize, NULL) 4054 reqblks = reqsize / lbasize;
|
Completed in 1453 milliseconds