Home
last modified time | relevance | path

Searched defs:datum (Results 1 – 25 of 26) sorted by relevance

12

/titanic_51/usr/src/lib/libtnf/
H A Ddatum.c55 _tnf_datum_info(tnf_datum_t datum) in _tnf_datum_info() argument
61 _tnf_datum_val(tnf_datum_t datum) in _tnf_datum_val() argument
73 _tnf_check_datum(tnf_datum_t datum) in _tnf_check_datum() argument
93 tnf_get_kind(tnf_datum_t datum) tnf_get_kind() argument
105 has_prop(tnf_datum_t datum,tag_props_t prop) has_prop() argument
114 tnf_is_inline(tnf_datum_t datum) tnf_is_inline() argument
120 tnf_is_scalar(tnf_datum_t datum) tnf_is_scalar() argument
126 tnf_is_record(tnf_datum_t datum) tnf_is_record() argument
132 tnf_is_array(tnf_datum_t datum) tnf_is_array() argument
138 tnf_is_string(tnf_datum_t datum) tnf_is_string() argument
144 tnf_is_struct(tnf_datum_t datum) tnf_is_struct() argument
150 tnf_is_type(tnf_datum_t datum) tnf_is_type() argument
160 tnf_get_type(tnf_datum_t datum) tnf_get_type() argument
176 tnf_get_type_name(tnf_datum_t datum) tnf_get_type_name() argument
187 tnf_get_size(tnf_datum_t datum) tnf_get_size() argument
210 tnf_get_raw(tnf_datum_t datum) tnf_get_raw() argument
[all...]
H A Dscalar.c34 #define CHECK_SCALAR(datum) check_scalar(datum) argument
51 check_scalar(tnf_datum_t datum) in check_scalar() argument
66 tnf_get_char(tnf_datum_t datum) in tnf_get_char() argument
73 tnf_get_int8(tnf_datum_t datum) tnf_get_int8() argument
80 tnf_get_int16(tnf_datum_t datum) tnf_get_int16() argument
93 tnf_get_int32(tnf_datum_t datum) tnf_get_int32() argument
135 tnf_get_int64(tnf_datum_t datum) tnf_get_int64() argument
144 tnf_get_float32(tnf_datum_t datum) tnf_get_float32() argument
159 tnf_get_float64(tnf_datum_t datum) tnf_get_float64() argument
[all...]
H A Dtype.c35 _tnf_check_type(tnf_datum_t datum) in _tnf_check_type() argument
49 tnf_type_get_kind(tnf_datum_t datum) in tnf_type_get_kind() argument
66 tnf_type_get_name(tnf_datum_t datum) tnf_type_get_name() argument
79 tnf_type_get_size(tnf_datum_t datum) tnf_type_get_size() argument
101 tnf_type_get_base(tnf_datum_t datum) tnf_type_get_base() argument
122 tnf_type_get_property(tnf_datum_t datum,char * name) tnf_type_get_property() argument
[all...]
H A Dstruct.c44 _tnf_check_slots(tnf_datum_t datum) in _tnf_check_slots() argument
62 get_slotinfo(tnf_datum_t datum) in get_slotinfo() argument
103 get_slot(tnf_datum_t datum, struct slot *slot) in get_slot() argument
131 tnf_get_slot_count(tnf_datum_t datum) tnf_get_slot_count() argument
146 tnf_get_slot_index(tnf_datum_t datum,char * name) tnf_get_slot_index() argument
169 tnf_get_slot_name(tnf_datum_t datum,unsigned index) tnf_get_slot_name() argument
191 tnf_get_slot_named(tnf_datum_t datum,char * name) tnf_get_slot_named() argument
209 tnf_get_slot_indexed(tnf_datum_t datum,unsigned index) tnf_get_slot_indexed() argument
[all...]
H A Darray.c49 _tnf_check_array(tnf_datum_t datum) in _tnf_check_array() argument
68 tnf_datum_t datum, in get_array_info() argument
95 tnf_get_element_count(tnf_datum_t datum) in tnf_get_element_count() argument
116 tnf_get_element(tnf_datum_t datum,unsigned index) tnf_get_element() argument
161 tnf_get_element_type(tnf_datum_t datum) tnf_get_element_type() argument
177 tnf_get_chars(tnf_datum_t datum) tnf_get_chars() argument
196 tnf_get_elements(tnf_datum_t datum) tnf_get_elements() argument
[all...]
H A Daccess.c69 tnf_get_block_relative(tnf_datum_t datum, int adjust) in tnf_get_block_relative() argument
85 tnf_is_block_header(tnf_datum_t datum) in tnf_is_block_header() argument
102 tnf_get_block_header(tnf_datum_t datum) in tnf_get_block_header() argument
122 tnf_get_next_record(tnf_datum_t datum) tnf_get_next_record() argument
[all...]
H A Drecord.c35 _tnf_check_record(tnf_datum_t datum) in _tnf_check_record() argument
49 tnf_get_tag_arg(tnf_datum_t datum) in tnf_get_tag_arg() argument
/titanic_51/usr/src/cmd/tnf/tnfdump/
H A Dcooked.c109 describe_c_record(tnf_datum_t datum) in describe_c_record() argument
143 describe_probe_type(tnf_datum_t datum) in describe_probe_type() argument
176 insert_event(tnf_datum_t datum,tnf_datum_t schedule_rec) insert_event() argument
198 describe_event(tnf_datum_t datum,tnf_datum_t schedule_rec,hrtime_t evt_time) describe_event() argument
260 describe_c_struct(tnf_datum_t datum) describe_c_struct() argument
285 describe_c_brief(tnf_datum_t datum) describe_c_brief() argument
310 describe_target(tnf_datum_t datum) describe_target() argument
[all...]
H A Dmain.c215 describe_record(tnf_datum_t datum) in describe_record() argument
241 describe_scalar(tnf_datum_t datum) in describe_scalar() argument
306 describe_struct(tnf_datum_t datum) describe_struct() argument
332 describe_array(tnf_datum_t datum) describe_array() argument
351 describe_type(tnf_datum_t datum) describe_type() argument
357 describe_brief(tnf_datum_t datum) describe_brief() argument
[all...]
/titanic_51/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c196 uint32_t datum; in PutPW() local
235 uint32_t datum; in GetPW() local
/titanic_51/usr/src/cmd/ypcmd/ypupdated/
H A Dypupdate_prot.x55 yp_buf datum; member
/titanic_51/usr/src/cmd/ypcmd/revnetgroup/
H A Dtable.h43 char *datum; member
H A Dtable.c65 store(table, key, datum) in store() argument
/titanic_51/usr/src/head/
H A Dndbm.h85 } datum; typedef
90 } datum; typedef
/titanic_51/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c58 void *datum; member
141 void **datum, in dapli_hash_rehash() argument
181 dapli_hash_add(DAPL_HASH_TABLEP p_table,DAPL_HASH_KEY key,void * datum,DAT_BOOLEAN allow_dup,DAT_BOOLEAN * report_dup) dapli_hash_add() argument
[all...]
/titanic_51/usr/src/head/rpcsvc/
H A Ddbm.h67 } datum; typedef
H A Dypupd.h80 yp_buf datum; member
/titanic_51/usr/src/ucbhead/
H A Ddbm.h71 } datum; typedef
[all...]
/titanic_51/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h60 } datum; typedef
/titanic_51/usr/src/lib/libbc/inc/include/
H A Dndbm.h51 } datum; typedef
/titanic_51/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_marshal.c43 ndr_typeinfo_t *ti, void *datum) in ndr_encode_decode_common() argument
H A Dndr_process.c243 ndo_process(ndr_stream_t *nds, ndr_typeinfo_t *ti, char *datum) in ndo_process() argument
257 ndo_operation(ndr_stream_t *nds, ndr_typeinfo_t *ti, int opnum, char *datum) in ndo_operation() argument
[all...]
/titanic_51/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h119 } datum; typedef
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_consume.c505 dt_quantize_total(dtrace_hdl_t *dtp, int64_t datum, long double *total) in dt_quantize_total() argument
697 long double datum, long double total) in dt_print_packed() argument
/titanic_51/usr/src/uts/common/smbsrv/
H A Dndr.h177 char *datum; /* referent in local memory */ member

12