| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_kb_kvm.c | 55 static mdb_kb_ops_t ops = { local 68 return (&ops);
|
| /onnv/onnv-gate/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
|
| /onnv/onnv-gate/usr/src/lib/nsswitch/dns/common/ |
| dns_common.h | 62 dns_backend_op_t *ops; member in struct:dns_backend
|
| /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...] |
| /onnv/onnv-gate/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;
|
| /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...] |
| 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...] |
| /onnv/onnv-gate/usr/src/lib/nsswitch/user/common/ |
| user_common.h | 50 user_backend_op_t *ops; member in struct:user_backend 70 extern nss_backend_t *_nss_user_constr(user_backend_op_t *ops,
|
| /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...] |
| 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...] |
| /onnv/onnv-gate/usr/src/uts/common/xen/io/ |
| xnbe.c | 124 static struct dev_ops ops = { variable in typeref:struct:dev_ops 140 &mod_driverops, "xnbe driver", &ops,
|
| /onnv/onnv-gate/usr/src/uts/sun4/sys/ |
| dvma.h | 59 struct dvma_ops *ops; member in struct:fast_dvma
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/ |
| parted_io.c | 47 struct ext2_dev_ops ops = variable in typeref:struct:ext2_dev_ops 116 dh->ops = &ops;
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/ |
| geom_dal.h | 33 struct dal_ops *ops; member in struct:_dal
|
| geom_dal.c | 102 static struct dal_ops ops = { variable in typeref:struct:dal_ops 116 dal->ops = &ops;
|
| /onnv/onnv-gate/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);
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
| rc-int.h | 40 const struct _krb5_rc_ops *ops; member in struct:krb5_rc_st
|
| /onnv/onnv-gate/usr/src/lib/nsswitch/nis/common/ |
| nis_common.h | 58 nis_backend_op_t *ops; member in struct:nis_backend 77 extern nss_backend_t *_nss_nis_constr(nis_backend_op_t *ops,
|
| /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);
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| pathchk.c | 92 static const char* const ops[] = { "NAME_MAX", "PATH_MAX" }; local 95 if ((r = strtol(astconf(ops[op], path, NiL), NiL, 0)) < 0 && !errno)
|