Searched refs:ops (Results 51 - 75 of 302) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/mlxfw/
H A Dmlxfw_fsm.c82 err = mlxfw_dev->ops->fsm_query_state(mlxfw_dev, fwhandle,
119 err = mlxfw_dev->ops->component_query(mlxfw_dev, comp->index,
136 err = mlxfw_dev->ops->fsm_component_update(mlxfw_dev, fwhandle,
154 err = mlxfw_dev->ops->fsm_block_download(mlxfw_dev, fwhandle,
162 err = mlxfw_dev->ops->fsm_component_verify(mlxfw_dev, fwhandle,
173 mlxfw_dev->ops->fsm_cancel(mlxfw_dev, fwhandle);
226 err = mlxfw_dev->ops->fsm_lock(mlxfw_dev, &fwhandle);
242 err = mlxfw_dev->ops->fsm_activate(mlxfw_dev, fwhandle);
253 mlxfw_dev->ops->fsm_release(mlxfw_dev, fwhandle);
263 mlxfw_dev->ops
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getcwd.c80 int ops; local
97 ops = FTS_PHYSICAL | FTS_NOSTAT;
98 fts = fts_open(argv, ops, NULL);
H A Dt_fpsetmask.c187 struct ops { struct
193 static const struct ops float_ops[] = {
201 static const struct ops double_ops[] = {
209 static const struct ops long_double_ops[] = {
220 fpsetmask_masked(const struct ops *test_ops)
224 const struct ops *t;
257 fpsetmask_unmasked(const struct ops *test_ops)
261 const struct ops *volatile t;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcorelow.c522 core_xfer_partial (struct target_ops *ops, enum target_object object,
530 return (*ops->to_xfer_memory) (offset, readbuf, len, 0/*read*/,
531 NULL, ops);
533 return (*ops->to_xfer_memory) (offset, writebuf, len, 1/*write*/,
534 NULL, ops);
574 return (*ops->to_xfer_memory) (addr, readbuf, len, 0/*read*/,
575 NULL, ops);
577 return (*ops->to_xfer_memory) (addr, writebuf, len, 1/*write*/,
578 NULL, ops);
583 if (ops
521 core_xfer_partial(struct target_ops *ops, enum target_object object, const char *annex, void *readbuf, const void *writebuf, ULONGEST offset, LONGEST len) argument
[all...]
H A Dremote-utils.c160 sr_scan_args (gr->ops->to_shortname, args);
161 unpush_target (gr->ops);
173 usage (gr->ops->to_shortname, NULL);
211 push_target (gr->ops);
433 gr_files_info (struct target_ops *ops) argument
449 printf_filtered ("\tusing the %s protocol.\n", ops->to_shortname);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_mac.c54 mac->ops.init_params = e1000_null_ops_generic;
55 mac->ops.init_hw = e1000_null_ops_generic;
56 mac->ops.reset_hw = e1000_null_ops_generic;
57 mac->ops.setup_physical_interface = e1000_null_ops_generic;
58 mac->ops.get_bus_info = e1000_null_ops_generic;
59 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pcie;
60 mac->ops.read_mac_addr = e1000_read_mac_addr_generic;
61 mac->ops.config_collision_dist = e1000_config_collision_dist_generic;
62 mac->ops.clear_hw_cntrs = e1000_null_mac_generic;
64 mac->ops
[all...]
H A De1000_nvm.c51 nvm->ops.init_params = e1000_null_ops_generic;
52 nvm->ops.acquire = e1000_null_ops_generic;
53 nvm->ops.read = e1000_null_read_nvm;
54 nvm->ops.release = e1000_null_nvm_generic;
55 nvm->ops.reload = e1000_reload_nvm_generic;
56 nvm->ops.update = e1000_null_ops_generic;
57 nvm->ops.valid_led_default = e1000_null_led_default;
58 nvm->ops.validate = e1000_null_ops_generic;
59 nvm->ops.write = e1000_null_write_nvm;
459 ret_val = nvm->ops
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddelta.h52 int num_ops; /* current number of ops */
53 int src_ops; /* current number of source copy ops */
54 int ops_size; /* number of ops allocated */ member in struct:svn_txdelta__ops_baton_t
55 svn_txdelta_op_t *ops; /* the operations */
72 /* Remove / truncate the last delta ops spanning the last MAX_LEN bytes
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h54 const struct file_operations *ops; member in struct:linux_cdev
60 cdev_init(struct linux_cdev *cdev, const struct file_operations *ops) argument
64 cdev->ops = ops;
H A Dmiscdevice.h60 misc->cdev->ops = misc->fops;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_iw_int.h59 struct ixl_iw_ops *ops; member in struct:ixl_iw_state
H A Dixl_iw.c92 err = ixl_iw.ops->init(&info);
100 err = ixl_iw.ops->stop(&info);
373 ixl_iw_register(struct ixl_iw_ops *ops) argument
393 if ((ops->init == NULL) || (ops->stop == NULL)) {
394 printf("%s: invalid iwarp driver ops\n", __func__);
416 ixl_iw.ops = malloc(sizeof(struct ixl_iw_ops),
418 if (ixl_iw.ops == NULL) {
425 ixl_iw.ops->init = ops
[all...]
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_raw.c281 static struct clnt_ops ops; local
283 /* VARIABLES PROTECTED BY ops_lock: ops */
286 if (ops.cl_call == NULL) {
287 ops.cl_call = clnt_raw_call;
288 ops.cl_abort = clnt_raw_abort;
289 ops.cl_geterr = clnt_raw_geterr;
290 ops.cl_freeres = clnt_raw_freeres;
291 ops.cl_destroy = clnt_raw_destroy;
292 ops.cl_control = clnt_raw_control;
295 return (&ops);
[all...]
H A Dsvc_raw.c251 static struct xp_ops ops; local
254 /* VARIABLES PROTECTED BY ops_lock: ops */
257 if (ops.xp_recv == NULL) {
258 ops.xp_recv = svc_raw_recv;
259 ops.xp_stat = svc_raw_stat;
260 ops.xp_getargs = svc_raw_getargs;
261 ops.xp_reply = svc_raw_reply;
262 ops.xp_freeargs = svc_raw_freeargs;
263 ops.xp_destroy = svc_raw_destroy;
266 xprt->xp_ops = &ops;
[all...]
H A Dauth_unix.c356 static struct auth_ops ops; local
358 /* VARIABLES PROTECTED BY ops_lock: ops */
361 if (ops.ah_nextverf == NULL) {
362 ops.ah_nextverf = authunix_nextverf;
363 ops.ah_marshal = authunix_marshal;
364 ops.ah_validate = authunix_validate;
365 ops.ah_refresh = authunix_refresh;
366 ops.ah_destroy = authunix_destroy;
369 return (&ops);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_common.c78 eeprom->ops.init_params = ixgbe_init_eeprom_params_generic;
81 eeprom->ops.read = ixgbe_read_eerd_generic;
82 eeprom->ops.read_buffer = ixgbe_read_eerd_buffer_generic;
84 eeprom->ops.read = ixgbe_read_eeprom_bit_bang_generic;
85 eeprom->ops.read_buffer =
88 eeprom->ops.write = ixgbe_write_eeprom_generic;
89 eeprom->ops.write_buffer = ixgbe_write_eeprom_buffer_bit_bang_generic;
90 eeprom->ops.validate_checksum =
92 eeprom->ops.update_checksum = ixgbe_update_eeprom_checksum_generic;
93 eeprom->ops
[all...]
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c953 struct ops;
955 typedef Linetype eval_fn(const struct ops *, long *, const char **);
975 struct ops { struct
979 static const struct ops eval_ops[] = {
1001 static long prec(const struct ops *ops) argument
1003 return (ops - eval_ops);
1012 eval_unary(const struct ops *ops, long *valp, const char **cpp) argument
1022 debug("eval%d !", prec(ops));
1121 eval_table(const struct ops *ops, long *valp, const char **cpp) argument
[all...]
/freebsd-11-stable/usr.bin/pr/
H A Dpr.c183 int ops; local
247 ops = 0;
272 if (otln(obuf,cnt+off, &ips, &ops, mor))
274 } else if (otln(lbuf, cnt, &ips, &ops, mor))
290 ops = 0;
354 int ops = 0; local
548 ops = 0;
550 otln(buf,offst,&ips,&ops,1))
575 &ops, 1))
584 if (otln(buf, 0, &ips, &ops,
674 int ops = 0; local
826 int ops = 0; local
1133 int ops; /* last col output */ local
1456 int ops = 0; local
[all...]
/freebsd-11-stable/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c54 _citrus_iconv_none_iconv_getops(struct _citrus_iconv_ops *ops) argument
57 memcpy(ops, &_citrus_iconv_none_iconv_ops,
/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admswvar.h166 #define ADMSW_CDTXHSYNC(sc, x, ops) \
167 bus_dmamap_sync((sc)->sc_control_dmat, (sc)->sc_cddmamap, (ops))
169 #define ADMSW_CDTXLSYNC(sc, x, ops) \
170 bus_dmamap_sync((sc)->sc_control_dmat, (sc)->sc_cddmamap, (ops))
172 #define ADMSW_CDRXHSYNC(sc, x, ops) \
173 bus_dmamap_sync((sc)->sc_control_dmat, (sc)->sc_cddmamap, (ops))
175 #define ADMSW_CDRXLSYNC(sc, x, ops) \
176 bus_dmamap_sync((sc)->sc_control_dmat, (sc)->sc_cddmamap, (ops))
/freebsd-11-stable/sys/vm/
H A Ddevice_pager.c125 cdev_pager_allocate(void *handle, enum obj_type tp, struct cdev_pager_ops *ops, argument
134 KASSERT(tp == OBJT_MGTDEVICE || ops->cdev_pg_populate == NULL,
156 if (ops->cdev_pg_ctor(handle, size, prot, foff, cred, &color) != 0)
176 object1->un_pager.devp.ops = ops;
190 KASSERT(object->un_pager.devp.ops == ops,
191 ("Inconsistent devops %p %p", object, ops));
198 if (ops->cdev_pg_populate != NULL)
261 object->un_pager.devp.ops
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.c201 return context->ops.query_device(context, device_attr);
208 return context->ops.query_port(context, port_num, port_attr);
262 pd = context->ops.alloc_pd(context);
272 return pd->context->ops.dealloc_pd(pd);
284 mr = pd->context->ops.reg_mr(pd, addr, length, access);
322 if (!mr->context->ops.rereg_mr) {
336 err = mr->context->ops.rereg_mr(mr, flags, pd, addr, length, access);
365 ret = mr->context->ops.dereg_mr(mr);
459 cq = context->ops.create_cq(context, cqe, channel, comp_vector);
470 if (!cq->context->ops
[all...]
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkswitch.c147 const krb5_cc_ops *ops; local
150 ops = krb5_cc_get_prefix_ops(kcc_context, opt->type_string);
151 if (ops == NULL)
154 asprintf(&str, "%s:%s", ops->prefix, opt->cache_string);
/freebsd-11-stable/lib/libiconv_modules/mapper_serial/
H A Dcitrus_mapper_serial.c84 _citrus_mapper_serial_mapper_getops(struct _citrus_mapper_ops *ops) argument
87 memcpy(ops, &_citrus_mapper_serial_mapper_ops,
94 _citrus_mapper_parallel_mapper_getops(struct _citrus_mapper_ops *ops) argument
97 memcpy(ops, &_citrus_mapper_parallel_mapper_ops,
/freebsd-11-stable/sys/sys/
H A Dcons.h101 #define CONSOLE_DEVICE(name, ops, arg) \
103 .cn_ops = &ops, \

Completed in 285 milliseconds

1234567891011>>