/titanic_41/usr/src/uts/common/sys/ |
H A D | tnf_writer.h | 128 #define tnf_char(ops, item, ref) (item) argument 131 #define tnf_int8(ops, item, ref) (item) argument 134 #define tnf_uint8(ops, item, ref) (item) argument 137 #define tnf_int16(ops, item, ref) (item) argument 140 #define tnf_uint16(ops, item, ref) (item) argument 143 #define tnf_int32(ops, item, ref) (item) argument 146 #define tnf_uint32(ops, item, ref) (item) argument 149 #define tnf_int64(ops, item, ref) (item) argument 152 #define tnf_uint64(ops, item, ref) (item) argument 155 #define tnf_float32(ops, item, ref) (item) argument [all …]
|
/titanic_41/usr/src/lib/libshare/common/ |
H A D | plugin.c | 251 struct sa_plugin_ops *ops = NULL; in find_protocol() local 276 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_share() local 293 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_unshare() local 313 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_share_resource() local 335 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_unshare_resource() local 357 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_valid_prop() local 374 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_valid_space() local 391 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_space_alias() local 409 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_security_prop() local 427 struct sa_plugin_ops *ops = find_protocol(proto); in sa_proto_legacy_opts() local [all …]
|
/titanic_41/usr/src/uts/common/krtld/ |
H A D | bootrd.c | 52 BRD_MOUNTROOT(struct boot_fs_ops *ops, char *str) in BRD_MOUNTROOT() 58 BRD_UNMOUNTROOT(struct boot_fs_ops *ops) in BRD_UNMOUNTROOT() 67 BRD_OPEN(struct boot_fs_ops *ops, char *file, int flags) in BRD_OPEN() 90 BRD_CLOSE(struct boot_fs_ops *ops, int fd) in BRD_CLOSE() 99 BRD_READ(struct boot_fs_ops *ops, int fd, caddr_t buf, size_t len) in BRD_READ() 110 BRD_SEEK(struct boot_fs_ops *ops, int fd, off_t addr, int whence) in BRD_SEEK() 121 BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp) in BRD_FSTAT()
|
H A D | kobj_bootflags.c | 45 bootflags(struct bootops *ops) in bootflags()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | bootvfs.h | 82 #define BRD_MOUNTROOT(ops, str) ((ops)->fsw_mountroot)(str) argument 83 #define BRD_UNMOUNTROOT(ops) ((ops)->fsw_unmountroot)() argument 84 #define BRD_OPEN(ops, file, flag) ((ops)->fsw_open)(file, flag) argument 85 #define BRD_CLOSE(ops, fd) ((ops)->fsw_close)(fd) argument 86 #define BRD_READ(ops, fd, buf, s) ((ops)->fsw_read)(fd, buf, s) argument 87 #define BRD_SEEK(ops, fd, addr, w) ((ops)->fsw_lseek)(fd, addr, w) argument 88 #define BRD_FSTAT(ops, fd, stp) ((ops)->fsw_fstat)(fd, stp) argument
|
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_writer.c | 361 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference) in tnf_ref32_1() 399 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference) in tnf_ref32_1() 445 tnf_abstract_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_abstract_tag_1() 475 tnf_scalar_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_scalar_tag_1() 510 tnf_derived_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_derived_tag_1() 541 tnf_struct_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_struct_tag_1() 575 tnf_array_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_array_tag_1() 609 tnf_root_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_root_tag_1() 726 tnf_string_1(tnf_ops_t *ops, const char *string, tnf_record_p reference, in tnf_string_1() 768 tnf_string_array_1(tnf_ops_t *ops, char **strings, tnf_record_p reference, in tnf_string_array_1() [all …]
|
H A D | tnf_types.h | 75 #define BUF_ALLOC(ops) tnfw_b_alloc argument 80 #define BUF_ALLOC(ops) ops->alloc argument 90 #define ALLOC(ops, size, mem, index_p, saved_mode) \ argument 98 #define ALLOC2(ops, size, mem, saved_mode) \ argument 251 #define tnf_derived_base(ops, item, ref)\ argument 256 #define tnf_element_type(ops, item, ref)\ argument 261 #define tnf_type_array(ops, item, ref) \ argument 266 #define tnf_slot_types(ops, item, ref) \ argument 271 #define tnf_properties(ops, item, ref) \ argument 276 #define tnf_name_array(ops, item, ref) \ argument [all …]
|
H A D | trace_funcs.c | 94 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p, in tnf_trace_alloc() 286 tnf_ops_t *ops; in tnf_trace_commit() local 311 tnf_ops_t *ops; in tnf_trace_rollback() local 339 tnf_allocate(tnf_ops_t *ops, size_t size) in tnf_allocate()
|
H A D | tnf_trace.c | 143 tnf_kernel_schedule(tnf_ops_t *ops, tnf_schedule_t *sched) in tnf_kernel_schedule() 187 tnf_opaque_array_1(tnf_ops_t *ops, tnf_opaque_t *opaques, in tnf_opaque_array_1() 228 tnf_opaque32_array_1(tnf_ops_t *ops, tnf_uint32_t *opaques, in tnf_opaque32_array_1()
|
H A D | trace_init.c | 86 tnf_ops_t *ops; in tnf_trace_init() local
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | ccbase.c | 43 const krb5_cc_ops *ops; member 138 krb5_cc_register(krb5_context context, krb5_cc_ops *ops, krb5_boolean override) in krb5_cc_register() 187 const krb5_cc_ops *ops; in krb5_cc_resolve() local 243 const krb5_cc_ops **ops) in krb5int_cc_getops() 280 const krb5_cc_ops *ops; in krb5_cc_new_unique() local 329 const krb5_cc_ops **ops) in krb5int_cc_typecursor_next()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | OpArrayConverter.java | 78 Op ops[] = new Op[parser.size()]; in convertFromString() local 83 ops[i].convertFromString((String)e.nextElement(), ops[i]); in convertFromString() local
|
/titanic_41/usr/src/lib/passwdutil/ |
H A D | __failed_count.c | 37 repops_t *ops; in __incr_failed_count() local 96 repops_t *ops; in __rst_failed_count() local
|
/titanic_41/usr/src/lib/libtnfprobe/ |
H A D | probe_cntl.c | 226 tnf_ops_t *ops; in _tnf_fork_thread_setup() local 401 tnf_ops_t *ops; in _tnf_resume_ret() local 542 tnf_ops_t ops; /* allocated on stack */ in probestart() local 617 tnf_ops_t *ops; in tnf_thread_disable() local 655 tnf_ops_t *ops; in tnf_thread_enable() local 680 tnf_ops_t *ops; in common_fork() local
|
H A D | trace_funcs.c | 99 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p, in tnf_trace_alloc() 391 tnf_allocate(tnf_ops_t *ops, size_t size) in tnf_allocate()
|
H A D | tnf_trace.c | 160 tnf_schedule_write(tnf_ops_t *ops, tnf_schedule_t *sched) in tnf_schedule_write()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | driver.c | 77 struct dev_ops *ops; in devi_identify() local 92 struct dev_ops *ops; in devi_probe() local 136 struct dev_ops *ops; in devi_attach() local 181 struct dev_ops *ops; in devi_detach() local 253 struct dev_ops *ops; in devi_reset() local 266 struct dev_ops *ops; in devi_quiesce() local 407 struct dev_ops *ops; in dev_to_instance() local 450 struct dev_ops *ops; in bdev_strategy() local
|
/titanic_41/usr/src/lib/libreparse/common/ |
H A D | fs_reparse_lib.c | 156 rp_plugin_ops_t *ops; in reparse_deref() local 211 rp_plugin_ops_t *ops; in reparse_add() local 418 rp_plugin_ops_t *ops = NULL; in rp_find_protocol() local
|
/titanic_41/usr/src/lib/librsm/common/ |
H A D | rsmlib.c | 1516 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_get8() local 1557 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_get16() local 1599 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_get32() local 1640 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_get64() local 1681 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_get() local 1840 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_put8() local 1883 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_put16() local 1927 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_put32() local 1970 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_put64() local 2011 rsm_segops_t *ops = seg->rsmseg_ops; in rsm_memseg_import_put() local [all …]
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdrrdma_sizeof.c | 230 struct xdr_ops ops; in xdrrdma_sizeof() local 255 struct xdr_ops ops; in xdrrdma_authsize() local 275 static struct xdr_ops ops; in xdrrdma_xops() local
|
/titanic_41/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.h | 62 dns_backend_op_t *ops; member
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_kb_kvm.c | 58 static mdb_kb_ops_t ops = { in libkvm_kb_ops() local
|
/titanic_41/usr/src/tools/ctf/stabs/common/ |
H A D | ctfstabs.c | 185 process_ifile(FILE *tmpl, proc_ops_t *ops) in process_ifile() 239 proc_ops_t *ops = &ga_ops; in main() local
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_base.c | 30 const krb5_rc_ops *ops; member 84 const krb5_rc_ops *ops) in krb5_rc_register_type()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
H A D | ktbase.c | 45 const krb5_kt_ops *ops; member 92 krb5_kt_register(krb5_context context, const krb5_kt_ops *ops) in krb5_kt_register()
|