Home
last modified time | relevance | path

Searched refs:opid (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dlog.h47 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \ argument
50 fprintf( stderr, fmt, connid, opid, arg1, arg2, arg3 );\
52 ldaplog( level, fmt, connid, opid, arg1, arg2, arg3 ); \
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c309 char *module, char *opset, dacf_opid_t opid, uint_t opts, in dacf_rule_insert() argument
322 module ? module : "[kernel]", opset, dacf_opid_to_str(opid)); in dacf_rule_insert()
329 hash = dacf_get_op_hash(opid, devspec_type); in dacf_rule_insert()
332 dacf_devspec_to_str(devspec_type), dacf_opid_to_str(opid)); in dacf_rule_insert()
339 rule = dacf_rule_ctor(devspec_data, module, opset, opid, opts, in dacf_rule_insert()
353 devspec_data, module, opset, dacf_opid_to_str(opid)); in dacf_rule_insert()
364 dacf_rule_ctor(char *device_spec, char *module, char *opset, dacf_opid_t opid, in dacf_rule_ctor() argument
394 rule->r_opid = opid; in dacf_rule_ctor()
H A Dmodsysfile.c2476 dacf_opid_t opid = DACF_OPID_ERROR; in read_dacf_binding_file() local
2573 if ((opid = dacf_get_op(tokbuf)) == in read_dacf_binding_file()
2589 if ((opid = dacf_get_op(tokbuf)) == in read_dacf_binding_file()
2733 mn_modnamep, mn_opsetp, opid, opts, arg_list) < 0) { in read_dacf_binding_file()
2767 opid = DACF_OPID_ERROR; in read_dacf_binding_file()