Searched refs:jsize (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c138 jsize nchild0, nchild;
154 nchild0 = (jsize)lgrp_children(cookie, (lgrp_id_t)id, NULL, 0);
194 jsize ncpus0, ncpus;
211 ncpus0 = (jsize)lgrp_cpus((lgrp_cookie_t)cookie, (lgrp_id_t)id,
219 ncpus = (jsize)lgrp_cpus((lgrp_cookie_t)cookie, (lgrp_id_t)id,
/illumos-gate/usr/src/cmd/bnu/
H A Dgrades.c47 extern int rdfulline(), jsize(), gdirf(), gnamef();
164 if (jsize(scfile, carray[G_RES], &climit) != FAIL) {
177 scfile->jsize, climit, scfile->sgrade);
255 scfile->jsize = 0;
308 scfile->jsize += s.st_size;
317 * jsize - determines whether if a job is small enough to
330 jsize(scfile, climit, nlimit) function
375 if (scfile->jsize <= *nlimit)
H A Duucp.h464 long jsize; member in struct:cs_struct
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c710 uint64_t jsize; local
766 jsize = vtoc->v_part[j].p_size;
770 (isize != 0) && (jsize != 0)) {
771 endsect = jstart + jsize -1;
804 diskaddr_t jsize; local
830 jsize = efi->efi_parts[j].p_size;
834 (isize != 0) && (jsize != 0)) {
835 endsect = jstart + jsize - 1;
/illumos-gate/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c64 jbarray = (*env)->NewByteArray(env, (jsize)(strlen(why)));
65 (*env)->SetByteArrayRegion(env, jbarray, (jsize)0,
66 (jsize)(strlen(why)), (jbyte*) why);
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c664 diskaddr_t istart, jstart, isize, jsize, endsect; local
734 jsize = vtoc->efi_parts[j].p_size;
737 if ((i != j) && (isize != 0) && (jsize != 0)) {
738 endsect = jstart + jsize -1;
1080 diskaddr_t istart, jstart, isize, jsize, endsect; local
1139 jsize = vtoc->efi_parts[j].p_size;
1142 if ((i != j) && (isize != 0) && (jsize != 0)) {
1143 endsect = jstart + jsize -1;
/illumos-gate/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c108 jsize numVMs;
495 jsize numBytes;
554 jsize numBytes;
586 jsize numBytes;
712 jsize numBytes;
905 jsize numBytes;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h358 long jsize; member in struct:cs_struct
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c1006 diskaddr_t istart, jstart, isize, jsize, endsect; local
1064 jsize = vtoc->efi_parts[j].p_size;
1067 if ((i != j) && (isize != 0) && (jsize != 0)) {
1068 endsect = jstart + jsize -1;
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c312 jsize length = (*env)->GetArrayLength(env, array);
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h401 long jsize; member in struct:cs_struct
/illumos-gate/usr/src/cmd/pools/poold/libjpool/
H A Djpool.c871 jlong jsize) {
875 (uint64_t)jsize));
869 Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1transfer( JNIEnv *jenv, jclass jcls, jlong jconf, jlong jsource, jlong jtarget, jlong jsize) argument

Completed in 88 milliseconds