Searched refs:ops (Results 226 - 250 of 279) sorted by relevance

1234567891011>>

/freebsd-13-stable/sys/dev/xen/privcmd/
H A Dprivcmd.c252 (mem->un_pager.devp.ops != &privcmd_pg_ops))
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.c929 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
946 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
951 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
1000 kobj_method = kobj_lookup_method(((kobj_t)dev)->ops->cls, NULL,
1683 * SD cards are allowed to take up to 250ms for write and erase ops.
/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c673 hw->mac.ops.setup_rxpba(hw, dcb_config->num_tcs.pg_tcs,
707 /* Helper routines to abstract HW specifics from DCB netlink ops */
H A Dixgbe_type.h4045 struct ixgbe_link_operations ops; member in struct:ixgbe_link_info
4050 struct ixgbe_eeprom_operations ops; member in struct:ixgbe_eeprom_info
4061 struct ixgbe_mac_operations ops; member in struct:ixgbe_mac_info
4096 struct ixgbe_phy_operations ops; member in struct:ixgbe_phy_info
4141 struct ixgbe_mbx_operations ops; member in struct:ixgbe_mbx_info
/freebsd-13-stable/sys/cam/ata/
H A Data_xpt.c220 .ops = &ata_xport_ops, \
239 .ops = &ata_proto_ops_ata,
252 .ops = &ata_proto_ops_satapm,
265 .ops = &ata_proto_ops_semb,
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S181 start: cld # String ops inc
/freebsd-13-stable/stand/i386/boot2/
H A Dboot1.S120 main: cld # String ops inc
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrb5.h368 const struct krb5_cc_ops *ops; member in struct:krb5_ccache_data
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c314 context->mn.ops = &ib_umem_notifiers;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp774 CodeComplete(clang::LangOptions ops, std::string expr, unsigned position) argument
777 m_position(position), m_desc_policy(ops) {
/freebsd-13-stable/sys/cam/mmc/
H A Dmmc_xpt.c145 .ops = &mmc_xport_ops, \
160 .ops = &mmc_proto_ops,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1163 for (SDValue V : Op.getNode()->ops())
1206 ArrayRef<SDUse> U(Op.getNode()->ops());
1628 for (SDValue A : Op.getNode()->ops()) {
1696 llvm::any_of(Op.getNode()->ops(), [this] (SDValue V) {
1810 llvm::any_of(Op.getNode()->ops(),
1826 return llvm::any_of(N->values(), IsHvxTy) || llvm::any_of(N->ops(), IsHvxOp);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ioctl.c1305 } ops[] = { local
1330 IEEE80211_NOTE_MAC(vap, ops[op].mask, mac,
1331 "station %s via MLME", ops[op].opstr);
1333 IEEE80211_NOTE_MAC(vap, ops[op].mask, mac,
1334 "station %s via MLME (reason: %d (%s))", ops[op].opstr,
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c479 get_keyid(struct tls_ofld_info *tls_ofld, unsigned int ops) argument
481 return (ops & KEY_WRITE_RX ? tls_ofld->rx_key_addr :
482 ((ops & KEY_WRITE_TX) ? tls_ofld->tx_key_addr : -1));
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c2779 struct gnttab_unmap_grant_ref ops[XBB_MAX_RING_PAGES]; local
2801 for (ring_idx = 0, op = ops;
2810 error = HYPERVISOR_grant_table_op(GNTTABOP_unmap_grant_ref, ops,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp755 SDValue ops[] = {cond, Hi1, Lo1, Hi2, Lo2}; local
760 DL, NodeTys, ops));
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dcq.c1228 } ops[ADAPTIVE + V1 + STALL + SINGLE_THREADED + 1] = { variable in typeref:struct:op
1246 const struct op *poll_ops = &ops[((cq->stall_enable && cq->stall_adaptive_enable) ? ADAPTIVE : 0) |
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1058 /// \param ops The opcode for the conversion
1062 static Constant *getCast(unsigned ops, Constant *C, Type *Ty,
/freebsd-13-stable/sys/kern/
H A Dkern_descrip.c2873 * The ops are set with release semantics to be certain that the flags, type,
2874 * and data are visible when ops is. This is to prevent ops methods from being
2878 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops) argument
2883 atomic_store_rel_ptr((volatile uintptr_t *)&fp->f_ops, (uintptr_t)ops);
2887 finit_vnode(struct file *fp, u_int flag, void *data, struct fileops *ops) argument
2892 data, ops);
/freebsd-13-stable/sys/amd64/sgx/
H A Dsgx.c281 object->un_pager.devp.ops != &sgx_pg_ops) {
/freebsd-13-stable/sys/x86/iommu/
H A Dintel_ctx.c916 error = iodom->ops->unmap(iodom, entry->start, entry->end -
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c409 metaslab_class_create(spa_t *spa, metaslab_ops_t *ops) argument
417 mc->mc_ops = ops;
2648 vdev_ops_t *ops = vd->vdev_ops; local
2649 if (ops->vdev_op_metaslab_init != NULL)
2650 ops->vdev_op_metaslab_init(vd, &ms->ms_start, &ms->ms_size);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1685 LookupResult ops(S, deleteName, loc, Sema::LookupOrdinaryName);
1686 S.LookupQualifiedName(ops, record->getDecl());
1689 ops.suppressDiagnostics();
1692 if (ops.empty()) return false;
1696 if (ops.isAmbiguous()) return false;
1702 S, ops, /*WantSize*/false,
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c147 static const uint_t ops[] = { local
184 return (ops[size]);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_xpt.c623 .ops = &scsi_xport_ops, \
647 .ops = &scsi_proto_ops,

Completed in 514 milliseconds

1234567891011>>