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

1 2 3 4 5

  /netvirt/usr/src/cmd/mdb/common/mdb/
mdb_kb_kvm.c 55 static mdb_kb_ops_t ops = { local
68 return (&ops);
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/ext/Opcode/
ops.pm 1 package ops; package
24 ops - Perl pragma to restrict unsafe operations when compiling
30 perl -M-ops=system ... # disable the 'system' opcode
34 Since the ops pragma currently has an irreversible global effect, it is
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
ops.pm 1 package ops; package
26 ops - Perl pragma to restrict unsafe operations when compiling
32 perl -M-ops=system ... # disable the 'system' opcode
36 Since the ops pragma currently has an irreversible global effect, it is
  /netvirt/usr/src/lib/nsswitch/dns/common/
dns_common.h 60 dns_backend_op_t *ops; member in struct:dns_backend
  /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/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...]
  /netvirt/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
OpArrayConverter.java 78 Op ops[] = new Op[parser.size()]; local
82 ops[i] = new Op();
83 ops[i].convertFromString((String)e.nextElement(), ops[i]); method
87 return ops;
  /netvirt/usr/src/lib/libcmd/common/
pathchk.c 83 static const char* ops[] = { "NAME_MAX", "PATH_MAX" }; local
86 if((r=strtol(astconf(ops[op], path, NiL), NiL, 0))<0 && errno==0)
  /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...]
auth_none.c 148 static struct auth_ops ops; local
151 /* VARIABLES PROTECTED BY ops_lock: ops */
154 if (ops.ah_nextverf == NULL) {
155 ops.ah_nextverf = authnone_verf;
156 ops.ah_marshal = authnone_marshal;
157 ops.ah_validate = authnone_validate;
158 ops.ah_refresh = authnone_refresh;
159 ops.ah_destroy = authnone_destroy;
162 return (&ops);
svc_raw.c 229 static struct xp_ops ops; local
232 /* VARIABLES PROTECTED BY ops_lock: ops */
235 if (ops.xp_recv == NULL) {
236 ops.xp_recv = svc_raw_recv;
237 ops.xp_stat = svc_raw_stat;
238 ops.xp_getargs = svc_raw_getargs;
239 ops.xp_reply = svc_raw_reply;
240 ops.xp_freeargs = svc_raw_freeargs;
241 ops.xp_destroy = svc_raw_destroy;
242 ops.xp_control = svc_raw_control
    [all...]
xdr_mem.c 245 static struct xdr_ops ops; local
248 /* VARIABLES PROTECTED BY ops_lock: ops */
250 if (ops.x_getlong == NULL) {
251 ops.x_getlong = xdrmem_getlong;
252 ops.x_putlong = xdrmem_putlong;
253 ops.x_getbytes = xdrmem_getbytes;
254 ops.x_putbytes = xdrmem_putbytes;
255 ops.x_getpostn = xdrmem_getpos;
256 ops.x_setpostn = xdrmem_setpos;
257 ops.x_inline = xdrmem_inline
    [all...]
clnt_raw.c 313 static struct clnt_ops ops; local
316 /* VARIABLES PROTECTED BY ops_lock: ops */
319 if (ops.cl_call == NULL) {
320 ops.cl_call = clnt_raw_call;
321 ops.cl_send = clnt_raw_send;
322 ops.cl_abort = clnt_raw_abort;
323 ops.cl_geterr = clnt_raw_geterr;
324 ops.cl_freeres = clnt_raw_freeres;
325 ops.cl_destroy = clnt_raw_destroy;
326 ops.cl_control = clnt_raw_control
    [all...]
  /netvirt/usr/src/lib/nsswitch/user/common/
user_common.h 51 user_backend_op_t *ops; member in struct:user_backend
71 extern nss_backend_t *_nss_user_constr(user_backend_op_t *ops,
  /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...]
xdr_mem.c 195 static struct xdr_ops ops; local
197 if (ops.x_getint32 == NULL) {
198 ops.x_getbytes = xdrmem_getbytes;
199 ops.x_putbytes = xdrmem_putbytes;
200 ops.x_getpostn = xdrmem_getpos;
201 ops.x_setpostn = xdrmem_setpos;
202 ops.x_inline = xdrmem_inline;
203 ops.x_destroy = xdrmem_destroy;
204 ops.x_control = xdrmem_control;
205 ops.x_getint32 = xdrmem_getint32
    [all...]
  /netvirt/usr/src/uts/common/xen/io/
xnbe.c 125 static struct dev_ops ops = { variable in typeref:struct:dev_ops
140 &mod_driverops, "xnbe driver 1.1", &ops,
  /netvirt/usr/src/uts/sun4/sys/
dvma.h 59 struct dvma_ops *ops; member in struct:fast_dvma
  /netvirt/usr/src/cmd/mdb/intel/kmdb/kctl/
kctl_isadep.c 44 struct bootops *ops = kctl.kctl_boot_ops; local
47 len = BOP_GETPROPLEN(ops, pname);
49 (void) BOP_GETPROP(ops, pname, (void *)prop_buf);
  /netvirt/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
ccbase.c 45 const krb5_cc_ops *ops; member in struct:krb5_cc_typelist
101 krb5_cc_register(krb5_context context, krb5_cc_ops *ops, krb5_boolean override)
109 for (t = cc_typehead;t && strcmp(t->ops->prefix,ops->prefix);t = t->next)
113 t->ops = ops;
126 t->ops = ops;
192 if (strcmp (tlist->ops->prefix, pfx) == 0) {
193 krb5_error_code (KRB5_CALLCONV *ccresolver)() = tlist->ops->resolve
    [all...]
  /netvirt/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
rc-int.h 42 const struct _krb5_rc_ops *ops; member in struct:krb5_rc_st
  /netvirt/usr/src/lib/nsswitch/nis/common/
nis_common.h 57 nis_backend_op_t *ops; member in struct:nis_backend
76 extern nss_backend_t *_nss_nis_constr(nis_backend_op_t *ops,
  /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/lib/nsswitch/mdns/common/
mdns_common.h 69 mdns_backend_op_t *ops; member in struct:mdns_backend

Completed in 8358 milliseconds

1 2 3 4 5