Searched defs:type_size (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h93 tnf_type_size_t type_size; member in struct:__anon4136
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dio_dev_label.c48 int type_size, nac_size; local
99 (uint8_t **)&type, &type_size)) {
H A Dmem_prop_update.c204 int node_count, i, type_size, nac_size, status; local
250 "type", &type, &type_size);
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_trace.h119 tnf_type_size_t type_size; member in struct:__anon9259
H A Dtnf_types.h366 tnf_type_size_t type_size; member in struct:__anon9262
391 tnf_type_size_t type_size; member in struct:__anon9265
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c84 int type_size, str_size, total_size, type_flag; local
88 &type_size)) {
94 while (total_size < type_size) {
138 int type_size, str_size, total_size, type_flag; local
142 &type_size)) {
152 while (total_size < type_size) {
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c558 uint8_t type_size = inittab_type_to_size(ie); local
566 if (type_size == 0) {
615 length = n_entries * type_size;
929 optstart += type_size;
954 if (encode_number(n_entries, type_size, is_signed, 0, value,
1017 uint8_t type_size = inittab_type_to_size(ie); local
1022 if (type_size == 0) {
1046 n_entries = MIN(ie->ds_max, length / type_size);
1048 n_entries = MIN(ie->ds_max * ie->ds_gran, length / type_size);
1051 n_entries = length / type_size;
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_com.h187 tnf_uint32_t type_size; /* size of struct */ member in struct:tnf_struct_type_hdr

Completed in 66 milliseconds