Searched refs:size64 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c822 uint64_t size64 = strtbl->size; local
827 if (target <= size64)
855 size64 = STRTBL_INITSZ;
863 while (target > size64) {
865 size64 = ((target + STRTBL_INITSZ) / STRTBL_INITSZ) *
872 if ((size64 > 0xffffffff) && (sys32 || tbl32))
878 size64 *= 2;
881 strtbl->base = realloc(strtbl->base, size64);
887 strtbl->size = (size_t)size64;
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dcreate_ramdisk.ksh180 size64=$(cat "$list64" | xargs -I {} ls -lLd "{}" 2> /dev/null |
183 (( size64 += dirsize64 ))
184 (( total_size = size32 + size64 ))
560 mkfile ${size64}k "$rdfile64"
/illumos-gate/usr/src/uts/common/sys/
H A Dsunddi.h808 uint64_t size64);
814 uint64_t size64, uint_t blksize);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1513 uint64_t size64; local
1528 size64 = nblocks64 << blkshift;
1530 name, valuep, lengthp, size64, blksize));
1547 * size oriented properties based on size64 value and blksize passed in by the
1548 * driver. Fallback to ddi_prop_op if the size64 is too large. This interface
1549 * should not be used with a size64 that represents the driver's idea of how
1559 int mod_flags, char *name, caddr_t valuep, int *lengthp, uint64_t size64,
1587 nblocks64 = size64 >> blkshift;
1598 else if ((strcmp(name, "size") == 0) && (size64 < UINT_MAX))
1638 *((uint64_t *)buffer) = size64;
1558 ddi_prop_op_size_blksize(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op, int mod_flags, char *name, caddr_t valuep, int *lengthp, uint64_t size64, uint_t blksize) argument
1652 ddi_prop_op_size(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op, int mod_flags, char *name, caddr_t valuep, int *lengthp, uint64_t size64) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h450 uint64_t size64; /* 1 X 64 bit number */ member in union:__anon7766
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c5701 n.size64 = (uint64_t)cp->dmac_laddress;
5702 LITTLE_ENDIAN_64(&n.size64);
5796 n.size64 = (uint64_t)(cp->dmac_laddress);
5797 LITTLE_ENDIAN_64(&n.size64);
5889 n.size64 = cp->dmac_laddress;
5890 LITTLE_ENDIAN_64(&n.size64);

Completed in 102 milliseconds