Searched defs:tmp_size (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslioctl.c562 int tmp_size; local
564 tmp_size = KSSL_TAB_INITSIZE;
565 allocsize = tmp_size * sizeof (kssl_entry_t *);
574 kssl_entry_tab_size = tmp_size;
602 int tmp_size, old_size; local
604 tmp_size = old_size = kssl_entry_tab_size;
605 tmp_size += KSSL_TAB_INITSIZE;
606 allocsize = tmp_size * sizeof (kssl_entry_t *);
616 kssl_entry_tab_size = tmp_size;
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1823 uint_t tmp_size, temp; local
1848 tmp_size = (hal->root_directory->cfgrom_addr_hi - tmp_offset) + 1;
1849 tmp_size = tmp_size + 1; /* For the new entry */
1850 bcopy(&config_rom[tmp_offset], &temp_buf[tmp_offset], tmp_size << 2);
1858 tmp_size = (curr_blk->cfgrom_next->cfgrom_addr_hi -
1862 &temp_buf[tmp_offset + 1], tmp_size << 2);
1916 tmp_size = tmp_offset - hal->root_directory->cfgrom_addr_lo;
1930 CRC = s1394_CRC16(&temp_buf[tmp_offset + 1], tmp_size);
1931 temp_buf[tmp_offset] = (tmp_size << IEEE1394_CFG_ROM_LEN_SHIF
1973 uint_t tmp_size; local
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h244 size_t tmp_size; member in struct:__anon2585
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h233 size_t tmp_size; member in struct:__anon2619
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h244 size_t tmp_size; member in struct:__anon2685
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h244 size_t tmp_size; member in struct:__anon2707
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_std.h244 size_t tmp_size; member in struct:__anon2729
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c3856 longlong_t tmp_size; local
3869 tmp_size = atoll(optarg);
3870 if (tmp_size <= 0) {
3876 offset = tmp_size;
3885 tmp_size = atoll(optarg);
3886 if (tmp_size <= 0) {
3891 length = tmp_size;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1193 size_t tmp_size; local
1203 tmp_size = roundup(kpm_pp_sz + hmehash_sz + pagehash_sz +
1205 if (prom_alloc(tmp_base, tmp_size, PAGESIZE) == 0)
1208 PRM_DEBUG(tmp_size);
1218 kmem64_aligned_end = kmem64_base + pp_sz + tmp_size;
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c8436 size_t tmp_size; local
8447 tmp_size = FBA_SIZE(1);
8449 tmp_buf = kmem_alloc(tmp_size, KM_SLEEP);
8456 n = (tmp_size > ci_len) ? ci_len : tmp_size;
8466 kmem_free(tmp_buf, tmp_size);

Completed in 95 milliseconds