Home
last modified time | relevance | path

Searched defs:record (Results 1 – 25 of 74) sorted by relevance

123

/titanic_41/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructDataTypes.d43 struct record { struct
44 char new_char;
45 short new_short;
46 int new_int;
47 long new_long;
48 long long new_long_long;
49 int8_t new_int8;
50 int16_t new_int16;
51 int32_t new_int32;
52 int64_t new_int64;
[all …]
H A Derr.D_DECL_INCOMPLETE.simple.d41 struct record { struct
48 struct record rec; argument
H A Derr.D_DECL_INCOMPLETE.recursive.d38 struct record { struct
39 struct record rec; argument
44 struct record r1; argument
H A Derr.D_DECL_INCOMPLETE.order.d41 struct record { struct
52 struct record rec; argument
H A Derr.D_DECL_INCOMPLETE.circular.d41 struct record { struct
49 struct record r; argument
H A Dtst.StructAssoc.d41 struct record { struct
46 struct record r1; argument
H A Derr.D_ADDROF_VAR.StructPointer.d39 struct record { struct
45 struct record var; argument
H A Derr.D_DECL_COMBO.StructWithoutColon1.d40 struct record { struct
51 struct record rec; argument
H A Derr.D_PROTO_ARG.DupStructAssoc.d40 struct record { struct
50 struct record r1; argument
/titanic_41/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_utils.c159 ibmf_saa_classportinfo_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_classportinfo_parse_buffer()
168 ibmf_saa_notice_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_notice_parse_buffer()
177 ibmf_saa_informinfo_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_informinfo_parse_buffer()
186 ibmf_saa_node_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_node_record_parse_buffer()
207 ibmf_saa_portinfo_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_portinfo_record_parse_buffer()
225 ibmf_saa_SLtoVLmapping_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_SLtoVLmapping_record_parse_buffer()
245 ibmf_saa_switchinfo_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_switchinfo_record_parse_buffer()
264 ibmf_saa_linearft_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_linearft_record_parse_buffer()
283 ibmf_saa_randomft_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_randomft_record_parse_buffer()
302 ibmf_saa_multicastft_record_parse_buffer(uchar_t *buffer, void *record) in ibmf_saa_multicastft_record_parse_buffer()
[all …]
/titanic_41/usr/src/cmd/dtrace/test/tst/common/offsetof/
H A Derr.D_UNKNOWN.OffsetofNULL.d38 struct record { struct
46 printf("offsetof (struct record, NULL): %d\n", argument
H A Dtst.OffsetofAlias.d40 typedef struct record { struct
44 } record_t; argument
H A Dtst.OffsetofArith.d40 typedef struct record { struct
44 } record_t; argument
H A Dtst.OffsetofUnion.d40 union record { union
/titanic_41/usr/src/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineWritableAssign.d39 struct record { struct
44 struct record rec1; argument
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_crc.h65 #define crcgen(record, result, size, skip) \ argument
72 #define crcgen(record, result, size, skip) {\ argument
80 #define crcgen(record, result, size, skip) {\ argument
90 #define crcchk(record, result, size, skip) crcfunc(1, (uchar_t *)(record), \ argument
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c526 cachefs_log_enqueue(cachefscache_t *cachep, void *record, int size, in cachefs_log_enqueue()
711 struct cachefs_log_mount_record *record; in cachefs_log_mount() local
798 struct cachefs_log_umount_record *record; in cachefs_log_umount() local
834 struct cachefs_log_getpage_record *record; in cachefs_log_getpage() local
882 struct cachefs_log_readdir_record *record; in cachefs_log_readdir() local
930 struct cachefs_log_readlink_record *record; in cachefs_log_readlink() local
976 struct cachefs_log_remove_record *record; in cachefs_log_remove() local
1020 struct cachefs_log_rmdir_record *record; in cachefs_log_rmdir() local
1064 struct cachefs_log_truncate_record *record; in cachefs_log_truncate() local
1110 struct cachefs_log_putpage_record *record; in cachefs_log_putpage() local
[all …]
/titanic_41/usr/src/cmd/zinject/
H A Dzinject.c316 print_data_handler(int id, const char *pool, zinject_record_t *record, in print_data_handler()
348 print_device_handler(int id, const char *pool, zinject_record_t *record, in print_device_handler()
370 print_panic_handler(int id, const char *pool, zinject_record_t *record, in print_panic_handler()
420 cancel_one_handler(int id, const char *pool, zinject_record_t *record, in cancel_one_handler()
475 register_handler(const char *pool, int flags, zinject_record_t *record, in register_handler()
533 perform_action(const char *pool, zinject_record_t *record, int cmd) in perform_action()
565 zinject_record_t record = { 0 }; in main() local
H A Dtranslate.c167 zinject_record_t *record) in object_from_path()
198 zinject_record_t *record) in calculate_range()
333 int level, zinject_record_t *record, char *poolname, char *dataset) in translate_record()
427 translate_raw(const char *str, zinject_record_t *record) in translate_raw()
448 zinject_record_t *record) in translate_device()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofDataTypes.d61 struct record { struct
71 union record { argument
/titanic_41/usr/src/cmd/dtrace/test/tst/common/pointers/
H A Dtst.ArrayPointer1.d67 struct record { struct
77 union record { union
/titanic_41/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DRegisterRecordListener.java47 void recordRegistered( DNSRecord record, int flags); in recordRegistered()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/union/
H A Derr.D_ADDROF_VAR.UnionPointer.d39 union record { union
H A Derr.D_DECL_INCOMPLETE.simple.d40 union record { union
H A Dtst.UnionAssoc.d41 union record { union

123