Searched defs:reqsize (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dmemalign.c64 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 Dipmp_admin.c42 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 DSun_sasSendSMPPassThru.c33 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 Dmalloc.c1121 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 Dlibzfs_pool.c3984 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