Searched refs:ops (Results 76 - 100 of 417) sorted by relevance

1234567891011>>

/freebsd-current/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-current/sys/dev/e1000/
H A De1000_mac.c53 mac->ops.init_params = e1000_null_ops_generic;
54 mac->ops.init_hw = e1000_null_ops_generic;
55 mac->ops.reset_hw = e1000_null_ops_generic;
56 mac->ops.setup_physical_interface = e1000_null_ops_generic;
57 mac->ops.get_bus_info = e1000_null_ops_generic;
58 mac->ops.set_lan_id = e1000_set_lan_id_multi_port_pcie;
59 mac->ops.read_mac_addr = e1000_read_mac_addr_generic;
60 mac->ops.config_collision_dist = e1000_config_collision_dist_generic;
61 mac->ops.clear_hw_cntrs = e1000_null_mac_generic;
63 mac->ops
[all...]
H A De1000_base.c60 return hw->mac.ops.acquire_swfw_sync(hw, mask);
82 hw->mac.ops.release_swfw_sync(hw, mask);
113 ret_val = mac->ops.setup_link(hw);
136 if (!(phy->ops.check_reset_block))
140 if (phy->ops.check_reset_block(hw))
/freebsd-current/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_tar_002_pos.ksh76 set -A ops " A+everyone@:execute:allow" "a-x" "777"
105 "'$CHMOD ${ops[0]}'."
106 log_must usr_exec $CHMOD ${ops[0]} $testfile
107 log_must usr_exec $CHMOD ${ops[0]} $testdir
H A Dzfs_acl_find_001_pos.ksh88 set -A ops " A+everyone@:read_data:allow" \
111 while (( i < ${#ops[*]} ))
113 log_must $CHMOD ${ops[i]} $obj
131 while (( i < ${#ops[*]} ))
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h53 const struct file_operations *ops; member in struct:linux_cdev
61 cdev_init(struct linux_cdev *cdev, const struct file_operations *ops) argument
65 cdev->ops = ops;
/freebsd-current/sys/dev/ixl/
H A Dixl_iw_int.h58 struct ixl_iw_ops *ops; member in struct:ixl_iw_state
H A Dixl_iw.c91 err = ixl_iw.ops->init(&info);
99 err = ixl_iw.ops->stop(&info);
372 ixl_iw_register(struct ixl_iw_ops *ops) argument
392 if ((ops->init == NULL) || (ops->stop == NULL)) {
393 printf("%s: invalid iwarp driver ops\n", __func__);
415 ixl_iw.ops = malloc(sizeof(struct ixl_iw_ops),
417 if (ixl_iw.ops == NULL) {
424 ixl_iw.ops->init = ops
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcomplex.inc15 // [complex.ops], operators
27 // [complex.value.ops], values
/freebsd-current/lib/libc/rpc/
H A Dclnt_raw.c276 static struct clnt_ops ops; local
278 /* VARIABLES PROTECTED BY ops_lock: ops */
281 if (ops.cl_call == NULL) {
282 ops.cl_call = clnt_raw_call;
283 ops.cl_abort = clnt_raw_abort;
284 ops.cl_geterr = clnt_raw_geterr;
285 ops.cl_freeres = clnt_raw_freeres;
286 ops.cl_destroy = clnt_raw_destroy;
287 ops.cl_control = clnt_raw_control;
290 return (&ops);
[all...]
H A Dsvc_raw.c245 static struct xp_ops ops; local
248 /* VARIABLES PROTECTED BY ops_lock: ops */
251 if (ops.xp_recv == NULL) {
252 ops.xp_recv = svc_raw_recv;
253 ops.xp_stat = svc_raw_stat;
254 ops.xp_getargs = svc_raw_getargs;
255 ops.xp_reply = svc_raw_reply;
256 ops.xp_freeargs = svc_raw_freeargs;
257 ops.xp_destroy = svc_raw_destroy;
260 xprt->xp_ops = &ops;
[all...]
/freebsd-current/usr.bin/pr/
H A Dpr.c170 int ops; local
234 ops = 0;
259 if (otln(obuf,cnt+off, &ips, &ops, mor))
261 } else if (otln(lbuf, cnt, &ips, &ops, mor))
277 ops = 0;
341 int ops = 0; local
535 ops = 0;
537 otln(buf,offst,&ips,&ops,1))
562 &ops, 1))
571 if (otln(buf, 0, &ips, &ops,
661 int ops = 0; local
813 int ops = 0; local
1120 int ops; /* last col output */ local
1443 int ops = 0; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2_generic.c233 const sha256_ops_t *ops = ctx->ops; local
237 ops->transform(ctx->state, m, 1);
247 ops->transform(ctx->state, data, blocks);
265 const sha512_ops_t *ops = ctx->ops; local
269 ops->transform(ctx->state, m, 1);
279 ops->transform(ctx->state, data, blocks);
297 const sha256_ops_t *ops = ctx->ops; local
341 const sha512_ops_t *ops = ctx->ops; local
[all...]
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dsha2.h62 /* const sha256_ops_t *ops */
63 const void *ops; member in struct:__anon417
72 /* const sha256_ops_t *ops */
73 const void *ops; member in struct:__anon418
/freebsd-current/lib/libiconv_modules/iconv_none/
H A Dcitrus_iconv_none.c55 _citrus_iconv_none_iconv_getops(struct _citrus_iconv_ops *ops) argument
58 memcpy(ops, &_citrus_iconv_none_iconv_ops,
/freebsd-current/sys/vm/
H A Ddevice_pager.c133 const struct cdev_pager_ops *ops, vm_ooffset_t size, vm_prot_t prot,
141 KASSERT(tp == OBJT_MGTDEVICE || ops->cdev_pg_populate == NULL,
201 KASSERT(object->un_pager.devp.ops == ops,
202 ("Inconsistent devops %p %p", object, ops));
209 object->un_pager.devp.ops = ops;
214 if (ops->cdev_pg_populate != NULL)
216 if (ops->cdev_pg_ctor(handle, size, prot, foff,
292 object->un_pager.devp.ops
132 cdev_pager_allocate(void *handle, enum obj_type tp, const struct cdev_pager_ops *ops, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred) argument
[all...]
/freebsd-current/sys/dev/igc/
H A Digc_base.c28 return hw->mac.ops.acquire_swfw_sync(hw, mask);
46 hw->mac.ops.release_swfw_sync(hw, mask);
77 ret_val = mac->ops.setup_link(hw);
100 if (!(phy->ops.check_reset_block))
104 if (phy->ops.check_reset_block(hw))
H A Digc_mac.c24 mac->ops.init_params = igc_null_ops_generic;
25 mac->ops.config_collision_dist = igc_config_collision_dist_generic;
26 mac->ops.rar_set = igc_rar_set_generic;
179 hw->mac.ops.rar_set(hw, hw->mac.addr, 0);
184 hw->mac.ops.rar_set(hw, mac_addr, i);
208 ret_val = hw->nvm.ops.read(hw, NVM_COMPAT, 1, &nvm_data);
213 ret_val = hw->nvm.ops.read(hw, NVM_ALT_MAC_ADDR_PTR, 1,
229 ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data);
249 hw->mac.ops.rar_set(hw, alt_mac_addr, 0);
503 mac->ops
[all...]
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c424 const fletcher_4_ops_t *ops = NULL; local
430 ops = &fletcher_4_fastest_impl;
438 ops = fletcher_4_supp_impls[idx];
443 ops = fletcher_4_supp_impls[impl];
447 ASSERT3P(ops, !=, NULL);
449 return (ops);
456 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); local
458 if (ops->uses_fpu == B_TRUE) {
461 ops->init_native(&ctx);
462 ops
505 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); local
828 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); local
844 fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private; local
881 fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private; local
[all...]
/freebsd-current/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);
460 cq = context->ops.create_cq(context, cqe, channel, comp_vector);
472 context->ops
[all...]
H A Ddevice.c200 context->ops.destroy_cq(ibv_cq_ex_to_cq(cq));
226 if (!verbs_device->ops->init_context) {
227 context = verbs_device->ops->alloc_context(device, cmd_fd);
232 verbs_device->ops->free_context(context);
260 ret = verbs_device->ops->init_context(verbs_device, context, cmd_fd);
311 verbs_device->ops->uninit_context(verbs_device, context);
315 verbs_device->ops->free_context(context);
364 if (context->ops.async_event)
365 context->ops.async_event(event);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dusb.c136 struct ieee80211_ops *ops; local
141 ops = devm_kmemdup(&usb_intf->dev, &mt7615_ops, sizeof(mt7615_ops),
143 if (!ops)
146 ops->stop = mt7663u_stop;
148 mdev = mt76_alloc_device(&usb_intf->dev, sizeof(*dev), ops, &drv_ops);
160 dev->ops = ops;
/freebsd-current/sys/crypto/openssl/
H A Dossl_aes.c205 ctx.ops->setiv(&ctx, iv, csp->csp_ivlen);
208 if (ctx.ops->aad(&ctx, crp->crp_aad, crp->crp_aad_length) != 0)
217 if (ctx.ops->aad(&ctx, inseg, seglen) != 0)
238 if (ctx.ops->encrypt(&ctx, inseg, outseg, seglen) != 0)
241 if (ctx.ops->decrypt(&ctx, inseg, outseg, seglen) != 0)
251 ctx.ops->tag(&ctx, tag, GMAC_DIGEST_LEN);
257 if (ctx.ops->finish(&ctx, tag, GMAC_DIGEST_LEN) != 0)
/freebsd-current/sys/contrib/ck/src/
H A Dck_ec_timeutil.h138 const struct ck_ec_ops *ops,
143 r = ops->gettime(ops, now);
137 check_deadline(struct timespec *now, const struct ck_ec_ops *ops, const struct timespec deadline) argument

Completed in 191 milliseconds

1234567891011>>