Searched defs:ops (Results 1 - 25 of 164) sorted by relevance

1234567

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.h62 dns_backend_op_t *ops; member in struct:dns_backend
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kb_kvm.c58 static mdb_kb_ops_t ops = { local
71 return (&ops);
/illumos-gate/usr/src/lib/passwdutil/
H A D__failed_count.c37 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, buf)) ==
78 if (ops->unlock != NULL) {
79 ops
96 repops_t *ops; local
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtrace_init.c86 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
[all...]
H A Dtnf_probe.c74 tnf_probe_tag(tnf_ops_t *ops, tnf_probe_control_t *probe_p) argument
87 saved_mode = ops->mode;
88 ops->mode = TNF_ALLOC_FIXED;
91 ALLOC2(ops, sizeof (*buffer), buffer, saved_mode);
93 ALLOC2(ops, sizeof (*buffer), buffer, saved_mode);
96 fwp = tnfw_b_fw_alloc(&(ops->wcb));
99 *fwp = tnf_ref32(ops, (tnf_record_p) buffer,
115 metatag_data->tag_desc(ops, metatag_data);
182 ops->mode = saved_mode;
184 ops
[all...]
H A Dtnf_trace.c143 tnf_kernel_schedule(tnf_ops_t *ops, tnf_schedule_t *sched) argument
153 ASSERT(ops->mode == TNF_ALLOC_REUSABLE);
155 ALLOC(ops, sizeof (*buffer), buffer, sched->record_p,
161 metatag_data->tag_desc(ops, metatag_data);
187 tnf_opaque_array_1(tnf_ops_t *ops, tnf_opaque_t *opaques, argument
197 tag_data->tag_desc(ops, tag_data);
207 ALLOC2(ops, record_size, bufhdr, ops->mode);
217 *ref_p = tnf_opaque(ops, *tmp, (tnf_reference_t *)ref_p);
222 return (tnf_ref32(ops, (tnf_record_
228 tnf_opaque32_array_1(tnf_ops_t *ops, tnf_uint32_t *opaques, tnf_record_p reference, tnf_tag_data_t *tag_data) argument
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c45 bootflags(struct bootops *ops) argument
53 if (BOP_GETPROP(ops, "bootargs", kern_bootargs) == -1) {
58 (void) BOP_GETPROP(ops, "boot-file", kern_bootfile);
125 _kobj_printf(ops, "krtld: initname too long. "
139 _kobj_printf(ops,
163 _kobj_printf(ops, "krtld: too many kmdb "
177 _kobj_printf(ops, "unix: init options too "
186 _kobj_printf(ops, "unix: init options too "
195 _kobj_printf(ops, "unix: init options too "
217 _kobj_printf(ops, "krtl
[all...]
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.h50 user_backend_op_t *ops; member in struct:user_backend
70 extern nss_backend_t *_nss_user_constr(user_backend_op_t *ops,
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbe.c124 static struct dev_ops ops = { variable in typeref:struct:dev_ops
140 &mod_driverops, "xnbe driver", &ops,
/illumos-gate/usr/src/uts/sun4/sys/
H A Ddvma.h59 struct dvma_ops *ops; member in struct:fast_dvma
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.h58 nis_backend_op_t *ops; member in struct:nis_backend
77 extern nss_backend_t *_nss_nis_constr(nis_backend_op_t *ops,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc-int.h40 const struct _krb5_rc_ops *ops; member in struct:krb5_rc_st
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.c160 tnf_schedule_write(tnf_ops_t *ops, tnf_schedule_t *sched) argument
170 TNF_ASSERT(ops->mode == TNF_ALLOC_REUSABLE);
171 ALLOC(ops, sizeof (*buffer), buffer, sched->record_p, ops->mode);
177 metatag_data->tag_desc(ops, metatag_data);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dauth_none.c148 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);
H A Dsvc_raw.c229 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
[all...]
H A Dxdr_sizeof.c128 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
[all...]
H A Dxdr_stdio.c194 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
[all...]
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h69 mdns_backend_op_t *ops; member in struct:mdns_backend
/illumos-gate/usr/src/lib/libcmd/common/
H A Dpathchk.c92 static const char* const ops[] = { "NAME_MAX", "PATH_MAX" }; local
95 if ((r = strtol(astconf(ops[op], path, NiL), NiL, 0)) < 0 && !errno)
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_none.c121 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);
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_mem.c195 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
[all...]
H A Dxdr_sizeof.c113 struct xdr_ops ops; local
121 ops.x_putbytes = x_putbytes;
122 ops.x_inline = x_inline;
123 ops.x_getpostn = x_getpostn;
124 ops.x_setpostn = x_setpostn;
125 ops.x_destroy = x_destroy;
128 ops.x_getint32 = (dummyfunc3)harmless;
129 ops.x_putint32 = x_putint32_t;
133 ops.x_getbytes = (dummyfunc2)harmless;
134 ops
[all...]
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c55 sda_host_alloc(dev_info_t *dip, int nslot, sda_ops_t *ops, ddi_dma_attr_t *dma) argument
59 if (ops->so_version != SDA_OPS_VERSION) {
75 slot->s_ops = *ops;
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h63 compat_backend_op_t *ops; member in struct:compat_backend
100 extern nss_backend_t *_nss_compat_constr(compat_backend_op_t *ops,
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h74 files_backend_op_t *ops; member in struct:files_backend
96 extern nss_backend_t *_nss_files_constr(files_backend_op_t *ops,

Completed in 183 milliseconds

1234567