Home
last modified time | relevance | path

Searched refs:osize (Results 51 – 61 of 61) sorted by relevance

123

/freebsd/contrib/lua/src/
H A Dlauxlib.c1017 static void *l_alloc (void *ud, void *ptr, size_t osize, size_t nsize) { in l_alloc() argument
1018 (void)ud; (void)osize; /* not used */ in l_alloc()
H A Dlua.h125 typedef void * (*lua_Alloc) (void *ud, void *ptr, size_t osize, size_t nsize);
/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc78 uint64_t osize, const void *contents) in expect_write() argument
94 out.body.write.size = osize; in expect_write()
/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h68 typedef void * (*lua_Alloc) (void *ud, void *ptr, size_t osize, size_t nsize);
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3952 int osize; in ar9300_eeprom_restore_internal_address() local
3978 osize = length; in ar9300_eeprom_restore_internal_address()
3981 compression_header_length + osize + compression_checksum_length); in ar9300_eeprom_restore_internal_address()
3985 word[compression_header_length + osize] | in ar9300_eeprom_restore_internal_address()
3986 (word[compression_header_length + osize + 1] << 8); in ar9300_eeprom_restore_internal_address()
4086 cptr -= compression_header_length + osize + compression_checksum_length; in ar9300_eeprom_restore_internal_address()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2171 off_t osize; in ext2_write() local
2220 osize = ip->i_size; in ext2_write()
2327 (void)ext2_truncate(vp, osize, in ext2_write()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c2072 int osize = db->db.db_size; in dbuf_new_size() local
2092 memcpy(buf->b_data, old_buf->b_data, MIN(osize, size)); in dbuf_new_size()
2094 if (size > osize) in dbuf_new_size()
2095 memset((uint8_t *)buf->b_data + osize, 0, size - osize); in dbuf_new_size()
2108 ASSERT3U(dr->dr_accounted, ==, osize); in dbuf_new_size()
2112 dmu_objset_willuse_space(dn->dn_objset, size - osize, tx); in dbuf_new_size()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9181 size_t nsize = osize << 1;
9184 ASSERT(osize == 0);
9192 ASSERT(osize == 0);
9198 bcopy(oprobes, probes, osize);
9208 kmem_free(oprobes, osize);
12669 size_t osize, nsize; local
12697 kmem_free(enab->dten_desc, osize);
16991 int osize, nsize; local
16996 if (osize == 0) {
17008 ASSERT(osize != 0);
[all …]
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c399 o->size = ntohl(dbuf.osize[j]); in dconschat_fetch_header()
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c2886 #define OPSIZE(osize, wbit) ((wbit) ? isize[osize] : 1) argument
2887 #define OPSIZE64(osize, wbit) ((wbit) ? isize64[osize] : 1) argument
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c395 Dwarf_Half osize, Dwarf_Half ver);
5498 set_cu_context(struct readelf *re, Dwarf_Half psize, Dwarf_Half osize, in set_cu_context() argument
5503 re->cu_osize = osize; in set_cu_context()

123