Searched refs:ubufsize (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | kstat.c | 69 size_t kbufsize, ubufsize, copysize; in read_kstat_data() local 135 ubufsize = user_kstat.ks_data_size; in read_kstat_data() 137 if (ubufsize < kbufsize) { in read_kstat_data() 246 ubufsize)); in read_kstat_data() 352 ubufsize)); in read_kstat_data()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exacct.c | 629 void *ubuf, size_t ubufsize, size_t *actual, int flag) in exacct_assemble_task_usage() argument 685 ret = callback(ac_task, ubuf, ubufsize, buf, bufsize, actual); in exacct_assemble_task_usage() 1024 void *ubuf, size_t ubufsize, size_t *actual, int flag) in exacct_assemble_proc_usage() argument 1066 ret = callback(ac_proc, ubuf, ubufsize, buf, bufsize, actual); in exacct_assemble_proc_usage() 1093 exacct_commit_callback(ac_info_t *info, void *ubuf, size_t ubufsize, in exacct_commit_callback() argument 1350 void *ubuf, size_t ubufsize, size_t *actual, int what) in exacct_assemble_net_usage() argument 1398 ret = callback(ac_net, ubuf, ubufsize, buf, bufsize, actual); in exacct_assemble_net_usage() 1548 void *ubuf, size_t ubufsize, size_t *actual) in exacct_assemble_flow_usage() argument 1583 ret = callback(ac_flow, ubuf, ubufsize, buf, bufsize, actual); in exacct_assemble_flow_usage()
|
/illumos-gate/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1611 size_t ubufsize; /* size of the above */ in mntioctl() local 1633 ubufsize = STRUCT_FGET(embuf, mbuf_bufsize); in mntioctl() 1639 if (ubufsize != MNT_LINE_MAX) { in mntioctl() 1798 size_t ubufsize; /* size of the above */ in mntioctl() local 1825 ubufsize = STRUCT_FGET(embuf, mbuf_bufsize); in mntioctl() 1831 if (elemp->mnte_text_size > ubufsize) { in mntioctl()
|