Home
last modified time | relevance | path

Searched refs:type_size (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c82 int type_size, str_size, total_size, type_flag; in add_tlb_props() local
86 &type_size)) { in add_tlb_props()
92 while (total_size < type_size) { in add_tlb_props()
136 int type_size, str_size, total_size, type_flag; in add_cache_props() local
140 &type_size)) { in add_cache_props()
150 while (total_size < type_size) { in add_cache_props()
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c559 uint8_t type_size = inittab_type_to_size(ie); in inittab_encode_e() local
567 if (type_size == 0) { in inittab_encode_e()
616 length = n_entries * type_size; in inittab_encode_e()
930 optstart += type_size; in inittab_encode_e()
1018 uint8_t type_size = inittab_type_to_size(ie); in inittab_decode_e() local
1023 if (type_size == 0) { in inittab_decode_e()
1047 n_entries = MIN(ie->ds_max, length / type_size); in inittab_decode_e()
1052 n_entries = length / type_size; in inittab_decode_e()
1054 if ((length % type_size) != 0) { in inittab_decode_e()
1257 if ((length / type_size) % ie->ds_gran != 0) { in inittab_decode_e()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dtype_size.schema1 CREATE TABLE type_size (type varchar(80), size integer);
H A Dbuild_late_index.sh14 CREATE INDEX type_size_idx on type_size (type);
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c46 int type_size, nac_size; in io_dev_addlabel() local
97 (uint8_t **)&type, &type_size)) { in io_dev_addlabel()
H A Dmem_prop_update.c204 int node_count, i, type_size, nac_size, status; in add_bank_props() local
250 "type", &type, &type_size); in add_bank_props()
/illumos-gate/usr/src/tools/smatch/src/
H A Dlinearize.c54 static inline int type_size(struct symbol *type) in type_size() function
61 struct instruction *insn = alloc_instruction(opcode, type_size(type)); in alloc_typed_instruction()
451 type_size(insn->orig_type), in show_instruction()
1035 if (type_size(btype) != type_size(ctype)) { in linearize_store_gen()
1126 if (ctype->bit_size != type_size(btype)) in linearize_load_gen()
2488 if (type_size(ret_type) > 0) in linearize_fn()
/illumos-gate/usr/src/tools/smatch/
H A DMakefile224 SMATCH_DB_DATA += type_size.schema
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c252 ssize_t type_size; in write_ctf_uint() local
281 type_size = mdb_ctf_type_size(mid); in write_ctf_uint()
282 if (type_size < 0) { in write_ctf_uint()
286 size = type_size; in write_ctf_uint()