HomeSort by relevance Sort by last modified time
    Searched refs:ops (Results 1 - 25 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/
KdcGuiOps.java 47 private Op ops[]; field in class:KdcGuiOps
58 if (ops == null)
63 for (int i = 0; i < ops.length; i++) {
64 if (ops[i].hasCode()) {
65 if (ops[i].matchMessage(msg)) {
70 ops[i].handleMessage(msg);
78 ops = new Op[17];
80 ops[0] = new Op(gui);
81 ops[0].name = "Op1";
82 ops[0].filter = new OpFilter()
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/sys/
bootvfs.h 72 #define BRD_MOUNTROOT(ops, str) ((ops)->fsw_mountroot)(str)
73 #define BRD_UNMOUNTROOT(ops) ((ops)->fsw_unmountroot)()
74 #define BRD_OPEN(ops, file, flag) ((ops)->fsw_open)(file, flag)
75 #define BRD_CLOSE(ops, fd) ((ops)->fsw_close)(fd)
76 #define BRD_READ(ops, fd, buf, s) ((ops)->fsw_read)(fd, buf, s
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshare/common/
plugin.c 135 "Error in plugin ops for protocol %s: %s\n"),
244 * ops vector. NULL if protocol is not defined.
251 struct sa_plugin_ops *ops = NULL; local
258 ops = sa_proto_handle.sa_ops[i];
264 return (ops);
276 struct sa_plugin_ops *ops = find_protocol(proto); local
279 if (ops != NULL && ops->sa_share != NULL)
280 ret = ops->sa_share(share);
293 struct sa_plugin_ops *ops = find_protocol(proto) local
313 struct sa_plugin_ops *ops = find_protocol(proto); local
335 struct sa_plugin_ops *ops = find_protocol(proto); local
357 struct sa_plugin_ops *ops = find_protocol(proto); local
374 struct sa_plugin_ops *ops = find_protocol(proto); local
391 struct sa_plugin_ops *ops = find_protocol(proto); local
409 struct sa_plugin_ops *ops = find_protocol(proto); local
427 struct sa_plugin_ops *ops = find_protocol(proto); local
445 struct sa_plugin_ops *ops = find_protocol(proto); local
474 struct sa_plugin_ops *ops = find_protocol(proto); local
491 struct sa_plugin_ops *ops = find_protocol(proto); local
509 struct sa_plugin_ops *ops = find_protocol(proto); local
520 struct sa_plugin_ops *ops = find_protocol(proto); local
537 struct sa_plugin_ops *ops = find_protocol(proto); local
556 struct sa_plugin_ops *ops = find_protocol(proto); local
581 struct sa_plugin_ops *ops = find_protocol(proto); local
605 struct sa_plugin_ops *ops = find_protocol(proto); local
627 struct sa_plugin_ops *ops = find_protocol(proto); local
651 struct sa_plugin_ops *ops = find_protocol(proto); local
678 struct sa_plugin_ops *ops = find_protocol(proto); local
700 struct sa_plugin_ops *ops = find_protocol(proto); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
ktadd.c 35 if (id->ops->add)
36 return (*id->ops->add)(context, id, entry);
ktremove.c 35 if (id->ops->remove)
36 return (*id->ops->remove)(context, id, entry);
  /onnv/onnv-gate/usr/src/uts/common/sys/
tnf_writer.h 128 #define tnf_char(ops, item, ref) (item)
131 #define tnf_int8(ops, item, ref) (item)
134 #define tnf_uint8(ops, item, ref) (item)
137 #define tnf_int16(ops, item, ref) (item)
140 #define tnf_uint16(ops, item, ref) (item)
143 #define tnf_int32(ops, item, ref) (item)
146 #define tnf_uint32(ops, item, ref) (item)
149 #define tnf_int64(ops, item, ref) (item)
152 #define tnf_uint64(ops, item, ref) (item)
155 #define tnf_float32(ops, item, ref) (item
    [all...]
  /onnv/onnv-gate/usr/src/lib/passwdutil/
__failed_count.c 37 repops_t *ops; local
45 ops = rops[repnum];
46 if ((ops->lock != NULL) &&
47 (ret = ops->lock()) != PWU_SUCCESS) {
53 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS) {
58 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS) {
69 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS)
72 if (((ret = ops->putpwnam(username, NULL, NULL, NULL, buf)) ==
78 if (ops->unlock != NULL) {
79 ops->unlock()
96 repops_t *ops; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/tnf/
trace_init.c 86 tnf_ops_t *ops; local
110 if ((ops = (tnf_ops_t *)curthread->t_tnf_tpdp) != NULL) {
114 ASSERT(!LOCK_HELD(&ops->busy));
115 LOCK_INIT_HELD(&ops->busy); /* XXX save a call */
118 (void) tag->tag_desc(ops, tag);
120 (void) tag->tag_desc(ops, tag);
122 (void) tag->tag_desc(ops, tag);
124 pos = &ops->wcb.tnfw_w_tag_pos;
126 pos = &ops->wcb.tnfw_w_pos;
129 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call *
    [all...]
tnf_types.h 75 #define BUF_ALLOC(ops) tnfw_b_alloc
80 #define BUF_ALLOC(ops) ops->alloc
85 buf->slot = tnf_##slot(ops, val, (tnf_record_p) &buf->slot)
88 buf->slot = tnf_##func(ops, val, (tnf_record_p)&buf->slot)
90 #define ALLOC(ops, size, mem, index_p, saved_mode) \
91 mem = BUF_ALLOC(ops)(&(ops->wcb), size, ops->mode); \
93 ops->mode = saved_mode;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/warlock/
ddi_dki_comm.inc 140 struct bus_ops *ops;
141 (*ops->bus_dma_map)(0, 0, 0, 0);
155 struct bus_ops *ops;
156 (*ops->bus_dma_map)(0, 0, 0, 0);
176 struct bus_ops *ops;
177 (*ops->bus_dma_map)(0, 0, 0, 0);
186 struct bus_ops *ops;
187 (*ops->bus_dma_map)(0, 0, 0, 0);
202 struct bus_ops *ops;
203 (*ops->bus_dma_map)(0, 0, 0, 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/e1000g/
e1000_api.c 44 if (hw->mac.ops.init_params) {
45 ret_val = hw->mac.ops.init_params(hw);
71 if (hw->nvm.ops.init_params) {
72 ret_val = hw->nvm.ops.init_params(hw);
98 if (hw->phy.ops.init_params) {
99 ret_val = hw->phy.ops.init_params(hw);
388 if (hw->mac.ops.get_bus_info)
389 return (hw->mac.ops.get_bus_info(hw));
404 if (hw->mac.ops.clear_vfta)
405 hw->mac.ops.clear_vfta(hw)
    [all...]
e1000_82541.c 94 phy->ops.check_polarity = e1000_check_polarity_igp;
95 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_igp;
96 phy->ops.get_cable_length = e1000_get_cable_length_igp_82541;
97 phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
98 phy->ops.get_info = e1000_get_phy_info_igp;
99 phy->ops.read_reg = e1000_read_phy_reg_igp;
100 phy->ops.reset = e1000_phy_hw_reset_82541;
101 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82541;
102 phy->ops.write_reg = e1000_write_phy_reg_igp;
103 phy->ops.power_up = e1000_power_up_phy_copper
    [all...]
e1000_82540.c 73 phy->ops.check_polarity = e1000_check_polarity_m88;
74 phy->ops.commit = e1000_phy_sw_reset_generic;
75 phy->ops.force_speed_duplex = e1000_phy_force_speed_duplex_m88;
76 phy->ops.get_cable_length = e1000_get_cable_length_m88;
77 phy->ops.get_cfg_done = e1000_get_cfg_done_generic;
78 phy->ops.read_reg = e1000_read_phy_reg_m88;
79 phy->ops.reset = e1000_phy_hw_reset_generic;
80 phy->ops.write_reg = e1000_write_phy_reg_m88;
81 phy->ops.get_info = e1000_get_phy_info_m88;
82 phy->ops.power_up = e1000_power_up_phy_copper
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/igb/
igb_api.c 45 if (hw->mac.ops.init_params) {
46 ret_val = hw->mac.ops.init_params(hw);
72 if (hw->nvm.ops.init_params) {
73 ret_val = hw->nvm.ops.init_params(hw);
99 if (hw->phy.ops.init_params) {
100 ret_val = hw->phy.ops.init_params(hw);
251 if (hw->mac.ops.get_bus_info)
252 return (hw->mac.ops.get_bus_info(hw));
267 if (hw->mac.ops.clear_vfta)
268 hw->mac.ops.clear_vfta(hw)
    [all...]
igb_phy.c 71 phy->ops.init_params = e1000_null_ops_generic;
72 phy->ops.acquire = e1000_null_ops_generic;
73 phy->ops.check_polarity = e1000_null_ops_generic;
74 phy->ops.check_reset_block = e1000_null_ops_generic;
75 phy->ops.commit = e1000_null_ops_generic;
76 phy->ops.force_speed_duplex = e1000_null_ops_generic;
77 phy->ops.get_cfg_done = e1000_null_ops_generic;
78 phy->ops.get_cable_length = e1000_null_ops_generic;
79 phy->ops.get_info = e1000_null_ops_generic;
80 phy->ops.read_reg = e1000_null_read_reg
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/t/
ops.t 16 no ops 'fileno'; # equiv to "perl -M-ops=fileno"
23 use ops ':default'; # equiv to "perl -M(as above) -Mops=:default"
  /onnv/onnv-gate/usr/src/lib/libtnfprobe/
probe_cntl.c 226 tnf_ops_t *ops; local
236 ops = tnf_get_ops();
237 if (!ops)
240 ops->schedule.record_p = 0;
401 tnf_ops_t *ops; local
409 ops = tnf_get_ops();
410 if (ops) {
416 if (ops->schedule.lwpid != _lwp_self())
417 ops->schedule.record_p = 0;
542 tnf_ops_t ops; /* allocated on stack * local
617 tnf_ops_t *ops; local
655 tnf_ops_t *ops; local
680 tnf_ops_t *ops; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
walk.c 70 type = ops[node].ival;
91 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
127 if (ops[node+2].ival) {
128 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
132 fstr = walk(0,level+1,ops[node+3].ival,&numarg,P_MIN);
155 if (ops[node+4].ival) {
159 str_scat(str,fstr=walk(0,level,ops[node+4].ival,&numarg,P_MIN));
224 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
225 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
228 str_scat(str,fstr=walk(0,level,ops[node+3].ival,&numarg,P_MIN))
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
rcfns.c 39 return krb5_x(id->ops->init,(context, id, span));
46 return krb5_x(id->ops->recover_or_init,(context, id, span));
52 return krb5_x((id)->ops->recover,(context, id));
58 return krb5_x((id)->ops->destroy,(context, id));
64 return krb5_x((id)->ops->close,(context, id));
71 return krb5_x((id)->ops->store,(context, id, dontreplay));
77 return krb5_x((id)->ops->expunge,(context, id));
84 return krb5_x((id)->ops->get_span,(context, id, spanp));
90 return krb5_xc((id)->ops->get_name,(context, id));
96 return krb5_x((id)->ops->resolve,(context, id, name))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/krtld/
bootrd.c 38 extern struct bootops *ops;
66 _kobj_printf(ops, "diskread: start = 0x%p, size = 0x%x\n",
68 _kobj_printf(ops, "reading beyond end of ramdisk\n");
87 if (BOP_GETPROPLEN(ops, "ramdisk_start") != 8 ||
88 BOP_GETPROP(ops, "ramdisk_start", (void *)&rd_start) != 0 ||
89 BOP_GETPROPLEN(ops, "ramdisk_end") != 8 ||
90 BOP_GETPROP(ops, "ramdisk_end", (void *)&rd_end) != 0) {
91 _kobj_printf(ops,
96 _kobj_printf(ops,
105 _kobj_printf(ops, "failed to mount ramdisk from boot\n")
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
xdr_sizeof.c 128 struct xdr_ops ops; local
135 ops.x_putlong = x_putlong;
136 ops.x_getlong = (dummyfunc1) harmless;
137 ops.x_putbytes = x_putbytes;
138 ops.x_inline = x_inline;
139 ops.x_getpostn = x_getpostn;
140 ops.x_setpostn = x_setpostn;
141 ops.x_destroy = x_destroy;
143 ops.x_getint32 = (dummyfunc3) harmless;
144 ops.x_putint32 = x_putint32_t
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
ccfns.c 36 return cache->ops->get_name(context, cache);
42 return (*cache)->ops->gen_new(context, cache);
49 return cache->ops->init(context, cache, principal);
55 return cache->ops->destroy(context, cache);
61 return cache->ops->close(context, cache);
72 ret = cache->ops->store(context, cache, creds);
86 ret = cache->ops->store(context, cache, creds);
101 ret = cache->ops->retrieve(context, cache, flags, mcreds, creds);
112 ret = cache->ops->retrieve(context, cache, flags, mcreds, creds);
121 return cache->ops->get_princ(context, cache, principal)
    [all...]
ccbase.c 43 const krb5_cc_ops *ops; member in struct:krb5_cc_typelist
138 krb5_cc_register(krb5_context context, krb5_cc_ops *ops, krb5_boolean override)
146 for (t = cc_typehead;t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
150 t->ops = ops;
163 t->ops = ops;
187 const krb5_cc_ops *ops; local
224 err = krb5int_cc_getops(context, pfx, &ops);
280 const krb5_cc_ops *ops; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/
xdr_sizeof.c 112 struct xdr_ops ops; local
120 ops.x_putbytes = x_putbytes;
121 ops.x_inline = x_inline;
122 ops.x_getpostn = x_getpostn;
123 ops.x_setpostn = x_setpostn;
124 ops.x_destroy = x_destroy;
127 ops.x_getint32 = (dummyfunc3)harmless;
128 ops.x_putint32 = x_putint32_t;
132 ops.x_getbytes = (dummyfunc2)harmless;
133 ops.x_control = (dummyfunc4)harmless
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/fs/nfs/
auth_none.c 121 static struct auth_ops ops; local
123 if (ops.ah_nextverf == NULL) {
124 ops.ah_nextverf = authnone_verf;
125 ops.ah_marshal = authnone_marshal;
126 ops.ah_validate = authnone_validate;
127 ops.ah_refresh = authnone_refresh;
128 ops.ah_destroy = authnone_destroy;
130 return (&ops);

Completed in 5289 milliseconds

1 2 3 4 5 6 7 8 91011>>