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

1 2 3 4 5 6 7 8 91011

  /netvirt/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...]
  /netvirt/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...]
  /netvirt/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...]
  /netvirt/usr/src/lib/libshare/common/
plugin.c 210 * ops vector. NULL if protocol is not defined.
236 struct sa_plugin_ops *ops = find_protocol(proto); local
239 if (ops != NULL && ops->sa_share != NULL)
240 ret = ops->sa_share(share);
253 struct sa_plugin_ops *ops = find_protocol(proto); local
256 if (ops != NULL && ops->sa_unshare != NULL)
257 ret = ops->sa_unshare(share, path);
273 struct sa_plugin_ops *ops = find_protocol(proto) local
295 struct sa_plugin_ops *ops = find_protocol(proto); local
316 struct sa_plugin_ops *ops = find_protocol(proto); local
333 struct sa_plugin_ops *ops = find_protocol(proto); local
350 struct sa_plugin_ops *ops = find_protocol(proto); local
368 struct sa_plugin_ops *ops = find_protocol(proto); local
386 struct sa_plugin_ops *ops = find_protocol(proto); local
404 struct sa_plugin_ops *ops = find_protocol(proto); local
433 struct sa_plugin_ops *ops = find_protocol(proto); local
450 struct sa_plugin_ops *ops = find_protocol(proto); local
468 struct sa_plugin_ops *ops = find_protocol(proto); local
479 struct sa_plugin_ops *ops = find_protocol(proto); local
496 struct sa_plugin_ops *ops = find_protocol(proto); local
515 struct sa_plugin_ops *ops = find_protocol(proto); local
536 struct sa_plugin_ops *ops = find_protocol(proto); local
557 struct sa_plugin_ops *ops = find_protocol(proto); local
581 struct sa_plugin_ops *ops = find_protocol(proto); local
608 struct sa_plugin_ops *ops = find_protocol(proto); local
630 struct sa_plugin_ops *ops = find_protocol(proto); local
    [all...]
  /netvirt/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...]
trace_funcs.c 94 tnf_trace_alloc(tnf_ops_t *ops, tnf_probe_control_t *probe_p,
115 if (!lock_try(&ops->busy)) /* atomic op flushes WB */
125 if ((probe_index = tnf_probe_tag(ops, probe_p)) == 0)
146 wcb = &ops->wcb;
178 sched = &ops->schedule;
228 set_p->tpd_p = ops;
234 buffer->time_delta = tnf_time_delta(ops, (unsigned long)time_diff,
237 buffer->time_delta = tnf_time_delta(ops, (unsigned long)time_diff,
249 if ((sched_record_p = tnf_kernel_schedule(ops, sched)) != NULL) {
276 LOCK_INIT_CLEAR(&ops->busy); /* XXX save a call *
286 tnf_ops_t *ops; local
311 tnf_ops_t *ops; local
    [all...]
  /netvirt/usr/src/lib/passwdutil/
__failed_count.c 38 repops_t *ops = rops[REP_FILES]; local
44 if ((ret = ops->lock()) != PWU_SUCCESS)
49 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS)
53 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS)
63 if ((ret = ops->update(items, NULL, buf)) != PWU_SUCCESS)
66 if (((ret = ops->putpwnam(username, NULL, NULL, NULL, buf)) ==
72 ops->unlock();
87 repops_t *ops = rops[REP_FILES]; local
93 if ((ret = ops->lock()) != PWU_SUCCESS)
98 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/t/lib/
ops.t 16 no ops 'fileno'; # equiv to "perl -M-ops=fileno"
23 use ops ':default'; # equiv to "perl -M(as above) -Mops=:default"
  /netvirt/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"
  /netvirt/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...]
  /netvirt/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
ktadd.c 42 if (id->ops->add)
43 return (*id->ops->add)(context, id, entry);
ktremove.c 42 if (id->ops->remove)
43 return (*id->ops->remove)(context, id, entry);
ktfns.c 38 return keytab->ops->prefix;
45 return krb5_x((keytab)->ops->get_name,(context, keytab,name,namelen));
51 return krb5_x((keytab)->ops->close,(context, keytab));
59 return krb5_x((keytab)->ops->get,(context, keytab, principal, vno, enctype, entry));
66 return krb5_x((keytab)->ops->start_seq_get,(context, keytab, cursor));
73 return krb5_x((keytab)->ops->get_next,(context, keytab, entry, cursor));
80 return krb5_x((keytab)->ops->end_get,(context, keytab, cursor));
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/x2p/
walk.c 65 type = ops[node].ival;
86 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
122 if (ops[node+2].ival) {
123 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
127 fstr = walk(0,level+1,ops[node+3].ival,&numarg,P_MIN);
150 if (ops[node+4].ival) {
154 str_scat(str,fstr=walk(0,level,ops[node+4].ival,&numarg,P_MIN));
219 str = walk(0,level,ops[node+1].ival,&numarg,P_MIN);
220 str_scat(str,fstr=walk(0,level,ops[node+2].ival,&numarg,P_MIN));
223 str_scat(str,fstr=walk(0,level,ops[node+3].ival,&numarg,P_MIN))
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
ccfns.c 38 return cache->ops->get_name(context, cache);
44 return (*cache)->ops->gen_new(context, cache);
51 return cache->ops->init(context, cache, principal);
57 return cache->ops->destroy(context, cache);
63 return cache->ops->close(context, cache);
70 return cache->ops->store(context, cache, creds);
78 return cache->ops->retrieve(context, cache, flags, mcreds, creds);
85 return cache->ops->get_princ(context, cache, principal);
92 return cache->ops->get_first(context, cache, cursor);
99 return cache->ops->get_next(context, cache, cursor, creds)
    [all...]
  /netvirt/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...]
  /netvirt/usr/src/uts/common/krtld/
bootrd.c 39 extern struct bootops *ops;
67 _kobj_printf(ops, "diskread: start = 0x%p, size = 0x%x\n",
69 _kobj_printf(ops, "reading beyond end of ramdisk\n");
88 if (BOP_GETPROPLEN(ops, "ramdisk_start") != 8 ||
89 BOP_GETPROP(ops, "ramdisk_start", (void *)&rd_start) != 0 ||
90 BOP_GETPROPLEN(ops, "ramdisk_end") != 8 ||
91 BOP_GETPROP(ops, "ramdisk_end", (void *)&rd_end) != 0) {
92 _kobj_printf(ops,
97 _kobj_printf(ops,
106 _kobj_printf(ops, "failed to mount ramdisk from boot\n")
    [all...]
  /netvirt/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...]
xdr_stdio.c 194 static struct xdr_ops ops; local
197 /* VARIABLES PROTECTED BY ops_lock: ops */
200 if (ops.x_getlong == NULL) {
201 ops.x_getlong = xdrstdio_getlong;
202 ops.x_putlong = xdrstdio_putlong;
203 ops.x_getbytes = xdrstdio_getbytes;
204 ops.x_putbytes = xdrstdio_putbytes;
205 ops.x_getpostn = xdrstdio_getpos;
206 ops.x_setpostn = xdrstdio_setpos;
207 ops.x_inline = xdrstdio_inline
    [all...]
  /netvirt/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...]
  /netvirt/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);
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
terse.t 28 # and point it at a real sub and hope the returned ops look alright
33 # now build some regexes that should match the dumped ops
35 my %ops = map { $_ => qr/$_ $hex$op/ }
38 # split up the output lines into individual ops (terse is, well, terse!)
46 next unless exists $ops{$op};
47 like( $_, $ops{$op}, "$op " );
48 delete $ops{$op};
49 s/$ops{$op}//;
54 warn "# didn't find " . join(' ', keys %ops) if keys %ops;
    [all...]

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011