Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 172) sorted by relevance

1234567

/titanic_51/usr/src/uts/common/sys/
H A Dtnf_writer.h128 #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, ite argument
158 tnf_float64(ops,item,ref) global() argument
167 tnf_uchar(ops,item,ref) global() argument
171 tnf_short(ops,item,ref) global() argument
175 tnf_ushort(ops,item,ref) global() argument
179 tnf_int(ops,item,ref) global() argument
183 tnf_uint(ops,item,ref) global() argument
189 tnf_long(ops,item,ref) global() argument
193 tnf_ulong(ops,item,ref) global() argument
199 tnf_long(ops,item,ref) global() argument
203 tnf_ulong(ops,item,ref) global() argument
209 tnf_longlong(ops,item,ref) global() argument
213 tnf_ulonglong(ops,item,ref) global() argument
217 tnf_float(ops,item,ref) global() argument
221 tnf_double(ops,item,ref) global() argument
229 tnf_ref32(ops,item,ref) global() argument
234 tnf_tag(ops,item,ref) global() argument
239 tnf_string(ops,item,ref) global() argument
244 tnf_name(ops,item,ref) global() argument
249 tnf_size(ops,item,ref) global() argument
257 tnf_opaque(ops,item,ref) global() argument
263 tnf_opaque(ops,item,ref) global() argument
274 tnf_time_base(ops,item,ref) global() argument
279 tnf_time_delta(ops,item,ref) global() argument
284 tnf_probe_event(ops,item,ref) global() argument
290 tnf_pid(ops,item,ref) global() argument
296 tnf_lwpid(ops,item,ref) global() argument
304 tnf_kthread_id(ops,item,ref) global() argument
310 tnf_cpuid(ops,item,ref) global() argument
316 tnf_device(ops,item,ref) global() argument
322 tnf_symbol(ops,item,ref) global() argument
330 tnf_symbols(ops,item,ref) global() argument
333 tnf_symbols(ops,item,ref) global() argument
340 tnf_sysnum(ops,item,ref) global() argument
348 tnf_microstate(ops,item,ref) global() argument
354 tnf_offset(ops,item,ref) global() argument
362 tnf_fault_type(ops,item,ref) global() argument
370 tnf_seg_access(ops,item,ref) global() argument
376 tnf_bioflags(ops,item,ref) global() argument
382 tnf_diskaddr(ops,item,ref) global() argument
[all...]
/titanic_51/usr/src/lib/libshare/common/
H A Dplugin.c251 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 in sa_proto_unshare() local
313 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_share_resource() local
335 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_unshare_resource() local
357 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_valid_prop() local
374 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_valid_space() local
391 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_space_alias() local
409 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_security_prop() local
427 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_legacy_opts() local
445 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_legacy_format() local
474 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_get_properties() local
491 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_set_property() local
509 struct sa_plugin_ops *ops = find_protocol(proto); sa_valid_protocol() local
520 struct sa_plugin_ops *ops = find_protocol(proto); sa_get_protocol_status() local
537 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_update_legacy() local
556 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_delete_legacy() local
581 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_delete_section() local
605 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_change_notify() local
627 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_notify_resource() local
651 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_get_featureset() local
678 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_get_transients() local
700 struct sa_plugin_ops *ops = find_protocol(proto); sa_proto_rename_resource() local
[all...]
/titanic_51/usr/src/uts/common/krtld/
H A Dbootrd.c52 BRD_MOUNTROOT(struct boot_fs_ops *ops, char *str) in BRD_MOUNTROOT() argument
58 BRD_UNMOUNTROOT(struct boot_fs_ops *ops) in BRD_UNMOUNTROOT() argument
67 BRD_OPEN(struct boot_fs_ops *ops, char *file, int flags) in BRD_OPEN() argument
90 BRD_CLOSE(struct boot_fs_ops *ops, int fd) in BRD_CLOSE() argument
99 BRD_READ(struct boot_fs_ops *ops, in argument
110 BRD_SEEK(struct boot_fs_ops * ops,int fd,off_t addr,int whence) BRD_SEEK() argument
121 BRD_FSTAT(struct boot_fs_ops * ops,int fd,struct bootstat * bsp) BRD_FSTAT() argument
[all...]
H A Dkobj_bootflags.c45 bootflags(struct bootops *ops) in bootflags() argument
[all...]
/titanic_51/usr/src/uts/intel/sys/
H A Dbootvfs.h82 #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) argument
87 BRD_SEEK(ops,fd,addr,w) global() argument
88 BRD_FSTAT(ops,fd,stp) global() argument
[all...]
/titanic_51/usr/src/uts/common/tnf/
H A Dtnf_writer.c361 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference) in tnf_ref32_1() argument
399 tnf_ref32_1(tnf_ops_t *ops, tnf_record_p item, tnf_record_p reference) in tnf_ref32_1() argument
445 tnf_abstract_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_abstract_tag_1() argument
475 tnf_scalar_tag_1(tnf_ops_t *ops, tnf_tag_data_t *tag_data) in tnf_scalar_tag_1() argument
510 tnf_derived_tag_1(tnf_ops_t * ops,tnf_tag_data_t * tag_data) tnf_derived_tag_1() argument
541 tnf_struct_tag_1(tnf_ops_t * ops,tnf_tag_data_t * tag_data) tnf_struct_tag_1() argument
575 tnf_array_tag_1(tnf_ops_t * ops,tnf_tag_data_t * tag_data) tnf_array_tag_1() argument
609 tnf_root_tag_1(tnf_ops_t * ops,tnf_tag_data_t * tag_data) tnf_root_tag_1() argument
726 tnf_string_1(tnf_ops_t * ops,const char * string,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_string_1() argument
768 tnf_string_array_1(tnf_ops_t * ops,char ** strings,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_string_array_1() argument
811 tnf_tag_element_1(tnf_ops_t * ops,tnf_tag_data_t ** tag_data_p,tnf_record_p reference,tnf_tag_data_t * aux_tag_data) tnf_tag_element_1() argument
837 tnf_tag_array_1(tnf_ops_t * ops,tnf_tag_data_t *** tag_data_array,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_tag_array_1() argument
883 tnf_tag_properties_1(tnf_ops_t * ops,tnf_tag_data_t **** tag_data_array,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_tag_properties_1() argument
[all...]
H A Dtnf_types.h75 #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 ALLOC2(ops,size,mem,saved_mode) global() argument
251 tnf_derived_base(ops,item,ref) global() argument
256 tnf_element_type(ops,item,ref) global() argument
261 tnf_type_array(ops,item,ref) global() argument
266 tnf_slot_types(ops,item,ref) global() argument
271 tnf_properties(ops,item,ref) global() argument
276 tnf_name_array(ops,item,ref) global() argument
281 tnf_slot_names(ops,item,ref) global() argument
286 tnf_align(ops,item,ref) global() argument
291 tnf_self_size(ops,item,ref) global() argument
296 tnf_type_size(ops,item,ref) global() argument
301 tnf_header_size(ops,item,ref) global() argument
[all...]
H A Dtrace_funcs.c94 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p, in tnf_trace_alloc() argument
286 tnf_ops_t *ops; tnf_trace_commit() local
311 tnf_ops_t *ops; tnf_trace_rollback() local
339 tnf_allocate(tnf_ops_t * ops,size_t size) tnf_allocate() argument
[all...]
H A Dtnf_trace.c143 tnf_kernel_schedule(tnf_ops_t *ops, tnf_schedule_t *sched) in tnf_kernel_schedule() argument
187 tnf_opaque_array_1(tnf_ops_t *ops, tnf_opaque_t *opaques, in tnf_opaque_array_1() argument
228 tnf_opaque32_array_1(tnf_ops_t * ops,tnf_uint32_t * opaques,tnf_record_p reference,tnf_tag_data_t * tag_data) tnf_opaque32_array_1() argument
[all...]
H A Dtrace_init.c86 tnf_ops_t *ops; in tnf_trace_init() local
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccbase.c43 const krb5_cc_ops *ops; member
138 krb5_cc_register(krb5_context context, krb5_cc_ops *ops, krb5_boolean override) in krb5_cc_register() argument
187 const krb5_cc_ops *ops; in krb5_cc_resolve() local
243 krb5int_cc_getops(krb5_context context,const char * pfx,const krb5_cc_ops ** ops) krb5int_cc_getops() argument
280 const krb5_cc_ops *ops; krb5_cc_new_unique() local
329 krb5int_cc_typecursor_next(krb5_context context,krb5_cc_typecursor t,const krb5_cc_ops ** ops) krb5int_cc_typecursor_next() argument
[all...]
/titanic_51/usr/src/lib/passwdutil/
H A D__failed_count.c37 repops_t *ops; in __incr_failed_count() local
96 repops_t *ops; __rst_failed_count() local
[all...]
/titanic_51/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c226 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; /* allocate in probestart() local
617 tnf_ops_t *ops; tnf_thread_disable() local
655 tnf_ops_t *ops; tnf_thread_enable() local
680 tnf_ops_t *ops; common_fork() local
[all...]
H A Dtrace_funcs.c99 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p, in tnf_trace_alloc() argument
391 tnf_allocate(tnf_ops_t * ops,size_t size) tnf_allocate() argument
[all...]
/titanic_51/usr/src/uts/common/os/
H A Ddriver.c77 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; devi_detach() local
253 struct dev_ops *ops; devi_reset() local
266 struct dev_ops *ops; devi_quiesce() local
407 struct dev_ops *ops; dev_to_instance() local
450 struct dev_ops *ops; bdev_strategy() local
[all...]
/titanic_51/usr/src/lib/librsm/common/
H A Drsmlib.c1516 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; rsm_memseg_import_get64() local
1681 rsm_segops_t *ops = seg->rsmseg_ops; rsm_memseg_import_get() local
1840 rsm_segops_t *ops = seg->rsmseg_ops; rsm_memseg_import_put8() local
1883 rsm_segops_t *ops = seg->rsmseg_ops; rsm_memseg_import_put16() local
1927 rsm_segops_t *ops = seg->rsmseg_ops; rsm_memseg_import_put32() local
1970 rsm_segops_t *ops = seg->rsmseg_ops; rsm_memseg_import_put64() local
2011 rsm_segops_t *ops = seg->rsmseg_ops; rsm_memseg_import_put() local
2366 rsm_segops_t *ops; rsm_memseg_import_open_barrier() local
2398 rsm_segops_t *ops; rsm_memseg_import_order_barrier() local
2427 rsm_segops_t *ops; rsm_memseg_import_close_barrier() local
2461 rsm_segops_t *ops; rsm_memseg_import_destroy_barrier() local
[all...]
/titanic_51/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c156 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; rp_find_protocol() local
[all...]
/titanic_51/usr/src/uts/common/rpc/
H A Dxdrrdma_sizeof.c230 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
[all...]
/titanic_51/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.c185 process_ifile(FILE *tmpl, proc_ops_t *ops) in process_ifile() argument
239 proc_ops_t *ops = &ga_ops; in main() local
[all...]
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kb_kvm.c58 static mdb_kb_ops_t ops = { in libkvm_kb_ops() local
/titanic_51/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.h62 dns_backend_op_t *ops; member
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c30 const krb5_rc_ops *ops; member
84 const krb5_rc_ops *ops) in krb5_rc_register_type() argument
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktbase.c45 const krb5_kt_ops *ops; member
92 krb5_kt_register(krb5_context context, const krb5_kt_ops *ops) in krb5_kt_register() argument
[all...]
/titanic_51/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.c175 fmd_module_create(const char *path, const fmd_modops_t *ops) in fmd_module_create() argument
530 const fmd_hdl_ops_t *ops = mp->mod_info->fmdi_ops; in fmd_module_dispatch() local
1056 fmd_modhash_loaddir(fmd_modhash_t * mhp,const char * dir,const fmd_modops_t * ops,const char * suffix) fmd_modhash_loaddir() argument
1087 fmd_modhash_loadall(fmd_modhash_t * mhp,const fmd_conf_path_t * pap,const fmd_modops_t * ops,const char * suffix) fmd_modhash_loadall() argument
1197 fmd_modhash_load(fmd_modhash_t * mhp,const char * path,const fmd_modops_t * ops) fmd_modhash_load() argument
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dwc2utf8.c42 static const Utf8_t ops[] = variable

1234567