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

123456789

/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A Dops.pm1 package ops; package
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000422-1.c1 int ops[13] = variable
/openbsd-current/sys/dev/onewire/
H A Donewire_bitbang.c30 onewire_bb_reset(const struct onewire_bbops *ops, void *arg) argument
53 onewire_bb_bit(const struct onewire_bbops *ops, void *arg, int value) argument
[all...]
/openbsd-current/sys/dev/wscons/
H A Dwsemulconf.c60 const struct wsemul_ops **ops; local
/openbsd-current/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_kmap_iter.h58 const struct ttm_kmap_iter_ops *ops; member in struct:ttm_kmap_iter
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dser-pipe.c140 struct serial_ops *ops = XMALLOC (struct serial_ops); local
[all...]
H A Dser-tcp.c209 struct serial_ops *ops = XMALLOC (struct serial_ops); local
[all...]
H A Dbfd-target.c72 target_bfd_xfer_partial (struct target_ops *ops, argument
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_region.h45 const struct i915_gem_apply_to_region_ops *ops; member in struct:i915_gem_apply_to_region
H A Di915_gem_region.c157 const struct i915_gem_apply_to_region_ops *ops = apply->ops; local
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Di915_gsc_proxy_mei_interface.h50 const struct i915_gsc_proxy_component_ops *ops; member in struct:i915_gsc_proxy_component
H A Di915_pxp_tee_interface.h41 const struct i915_pxp_component_ops *ops; member in struct:i915_pxp_component
H A Ddrm_privacy_screen_driver.h63 const struct drm_privacy_screen_ops *ops; member in struct:drm_privacy_screen
H A Ddrm_audio_component.h118 const struct drm_audio_component_ops *ops; member in struct:drm_audio_component
/openbsd-current/usr.bin/less/
H A Dcvt.c57 cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops) argument
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_sw_fence_work.h32 const struct dma_fence_work_ops *ops; member in struct:dma_fence_work
H A Di915_sw_fence_work.c83 dma_fence_work_init(struct dma_fence_work *f, const struct dma_fence_work_ops *ops) argument
H A Di915_mitigations.c129 static const struct kernel_param_ops ops = { variable in typeref:struct:kernel_param_ops
/openbsd-current/lib/libsndio/
H A Dmio_priv.h28 struct mio_ops *ops; member in struct:mio_hdl
H A Dsioctl_priv.h28 struct sioctl_ops *ops; member in struct:sioctl_hdl
/openbsd-current/sys/dev/mii/
H A Dmii_bitbang.c68 mii_bitbang_sync(struct device *sc, mii_bitbang_ops_t ops) argument
88 mii_bitbang_sendbits(struct device *sc, mii_bitbang_ops_t ops, argument
114 mii_bitbang_readreg(struct device *sc, mii_bitbang_ops_t ops, in argument
162 mii_bitbang_writereg(struct device *sc, mii_bitbang_ops_t ops, int phy, int reg, int val) argument
[all...]
/openbsd-current/sys/net/
H A Dbpf_filter.c142 _bpf_filter(const struct bpf_insn *pc, const struct bpf_ops *ops, argument
/openbsd-current/lib/libc/rpc/
H A Dauth_none.c56 static const struct auth_ops ops = { variable in typeref:struct:auth_ops
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dvga_switcheroo.h17 vga_switcheroo_register_client(struct pci_dev *pdev, const struct vga_switcheroo_client_ops *ops, bool x) argument
/openbsd-current/usr.sbin/amd/amd/
H A Dmntfs.c85 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, argument
118 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, argument
130 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, argument
310 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
[all...]

Completed in 407 milliseconds

123456789