/netbsd-src/sys/dev/wscons/ |
H A D | wsemulconf.c | 47 const struct wsemul_ops *ops; member 69 const struct wsemul_ops **ops; in wsemul_pick() local 95 wsemul_drop(const struct wsemul_ops *ops) in wsemul_drop() 107 wsemul_add(const struct wsemul_ops *ops) in wsemul_add() 119 wsemul_remove(const struct wsemul_ops *ops) in wsemul_remove()
|
/netbsd-src/sys/dev/i2c/ |
H A D | i2c_bitbang.c | 67 i2c_wait_for_scl(void *v, i2c_bitbang_ops_t ops) in i2c_wait_for_scl() 84 i2c_bitbang_send_start(void *v, int flags, i2c_bitbang_ops_t ops) in i2c_bitbang_send_start() 105 i2c_bitbang_send_stop(void *v, int flags, i2c_bitbang_ops_t ops) in i2c_bitbang_send_stop() 121 i2c_bitbang_ops_t ops) in i2c_bitbang_initiate_xfer() 159 i2c_bitbang_read_byte(void *v, uint8_t *valp, int flags, i2c_bitbang_ops_t ops) in i2c_bitbang_read_byte() 215 i2c_bitbang_write_byte(void *v, uint8_t val, int flags, i2c_bitbang_ops_t ops) in i2c_bitbang_write_byte()
|
/netbsd-src/sys/dev/mii/ |
H A D | mii_bitbang.c | 66 mii_bitbang_sync(device_t sc, mii_bitbang_ops_t ops) in mii_bitbang_sync() 86 mii_bitbang_sendbits(device_t sc, mii_bitbang_ops_t ops, uint32_t data, in mii_bitbang_sendbits() 112 mii_bitbang_readreg(device_t sc, mii_bitbang_ops_t ops, int phy, int reg, in mii_bitbang_readreg() 166 mii_bitbang_writereg(device_t sc, mii_bitbang_ops_t ops, int phy, int reg, in mii_bitbang_writereg()
|
/netbsd-src/sys/dev/onewire/ |
H A D | onewire_bitbang.c | 78 onewire_bb_reset(const struct onewire_bbops *ops, void *arg) in onewire_bb_reset() 130 onewire_bb_write_bit(const struct onewire_bbops *ops, void *arg, int value) in onewire_bb_write_bit() 163 onewire_bb_read_bit(const struct onewire_bbops *ops, void *arg) in onewire_bb_read_bit()
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | mntfs.c | 78 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts,… in init_mntfs() 107 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *rem… in alloc_mntfs() 121 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *re… in locate_mntfs() 203 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remo… in find_mntfs() 385 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mop… in realloc_mntfs()
|
/netbsd-src/sys/arch/sun68k/stand/libsa/ |
H A D | promdev.c | 66 struct boottab *ops; in prom_iopen() local 137 struct boottab *ops; in prom_iclose() local
|
/netbsd-src/external/bsd/less/dist/ |
H A D | cvt.c | 24 public int cvt_length(int len, int ops) in cvt_length() 54 public void cvt_text(char *odst, char *osrc, int *chpos, int *lenp, int ops) in cvt_text()
|
/netbsd-src/sys/miscfs/genfs/ |
H A D | genfs_rename.c | 243 genfs_sane_rename(const struct genfs_rename_ops *ops, in genfs_sane_rename() 498 genfs_rename_enter(const struct genfs_rename_ops *ops, in genfs_rename_enter() 547 genfs_rename_enter_common(const struct genfs_rename_ops *ops, in genfs_rename_enter_common() 653 genfs_rename_enter_separate(const struct genfs_rename_ops *ops, in genfs_rename_enter_separate() 763 genfs_rename_lock(const struct genfs_rename_ops *ops, in genfs_rename_lock() 970 genfs_rename_exit(const struct genfs_rename_ops *ops, in genfs_rename_exit() 1009 genfs_rename_remove(const struct genfs_rename_ops *ops, in genfs_rename_remove()
|
/netbsd-src/tests/lib/libc/gen/ |
H A D | t_fpsetmask.c | 196 struct ops { struct 202 static const struct ops float_ops[] = { argument
|
/netbsd-src/sys/dev/ic/ |
H A D | dp83932var.h | 243 #define SONIC_CDTXSYNC16(sc, x, ops) \ argument 247 #define SONIC_CDTXSYNC32(sc, x, ops) \ argument 251 #define SONIC_CDRXSYNC16(sc, x, ops) \ argument 255 #define SONIC_CDRXSYNC32(sc, x, ops) \ argument 259 #define SONIC_CDRRSYNC16(sc, x, ops) \ argument 263 #define SONIC_CDRRSYNC32(sc, x, ops) \ argument 267 #define SONIC_CDCAMSYNC(sc, ops) \ argument
|
H A D | i82557var.h | 265 #define FXP_CDTXSYNC(sc, x, ops) \ argument 269 #define FXP_CDCONFIGSYNC(sc, ops) \ argument 273 #define FXP_CDIASSYNC(sc, ops) \ argument 277 #define FXP_CDMCSSYNC(sc, ops) \ argument 281 #define FXP_CDUCODESYNC(sc, ops) \ argument 285 #define FXP_CDSTATSSYNC(sc, ops) \ argument 293 #define FXP_RFASYNC(sc, m, ops) \ argument 297 #define FXP_RXBUFSYNC(sc, m, ops) \ argument
|
H A D | athn.c | 913 struct athn_ops *ops = &sc->sc_ops; in athn_set_chan() local 1161 struct athn_ops *ops = &sc->sc_ops; in athn_led_init() local 1171 struct athn_ops *ops = &sc->sc_ops; in athn_set_led() local 1181 struct athn_ops *ops = &sc->sc_ops; in athn_btcoex_init() local 1220 struct athn_ops *ops = &sc->sc_ops; in athn_btcoex_enable() local 1265 struct athn_ops *ops = &sc->sc_ops; in athn_btcoex_disable() local 1297 struct athn_ops *ops = &sc->sc_ops; in athn_calib_to() local 1341 struct athn_ops *ops = &sc->sc_ops; in athn_init_calib() local 1404 struct athn_ops *ops = &sc->sc_ops; in athn_ani_ofdm_err_trigger() local 1481 struct athn_ops *ops = &sc->sc_ops; in athn_ani_cck_err_trigger() local [all …]
|
H A D | oosiopvar.h | 53 #define OOSIOP_XFERSCR_SYNC(sc, cb, ops) \ argument 56 #define OOSIOP_DINSCR_SYNC(sc, cb, ops) \ argument 59 #define OOSIOP_DOUTSCR_SYNC(sc, cb, ops) \ argument 62 #define OOSIOP_XFERMSG_SYNC(sc, cb, ops) \ argument 66 #define OOSIOP_SCRIPT_SYNC(sc, ops) \ argument
|
H A D | aic6915var.h | 162 #define SF_CDTXDSYNC(sc, x, ops) \ argument 166 #define SF_CDTXCSYNC(sc, x, ops) \ argument 170 #define SF_CDRXDSYNC(sc, x, ops) \ argument 174 #define SF_CDRXCSYNC(sc, x, ops) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | internal-fn.cc | 166 class expand_operand ops[2]; in expand_load_lanes_optab_fn() local 192 class expand_operand ops[2]; in expand_store_lanes_optab_fn() local 246 class expand_operand ops[3]; in expand_GOMP_SIMT_ENTER_ALLOC() local 263 class expand_operand ops[1]; in expand_GOMP_SIMT_EXIT() local 306 class expand_operand ops[2]; in expand_GOMP_SIMT_LAST_LANE() local 327 class expand_operand ops[2]; in expand_GOMP_SIMT_ORDERED_PRED() local 349 class expand_operand ops[2]; in expand_GOMP_SIMT_VOTE_ANY() local 372 class expand_operand ops[3]; in expand_GOMP_SIMT_XCHG_BFLY() local 395 class expand_operand ops[3]; in expand_GOMP_SIMT_XCHG_IDX() local 921 class expand_operand ops[4]; in expand_addsub_overflow() local [all …]
|
H A D | tree-ssa-reassoc.cc | 611 add_to_ops_vec (vec<operand_entry *> *ops, tree op, gimple *stmt_to_insert = NULL) in add_to_ops_vec() 627 add_repeat_to_ops_vec (vec<operand_entry *> *ops, tree op, in add_repeat_to_ops_vec() 780 vec<operand_entry *> *ops, in eliminate_duplicate_pair() 858 vec<operand_entry *> *ops, in eliminate_plus_minus_pair() 943 vec<operand_entry *> *ops, in eliminate_not_pairs() 1009 vec<operand_entry *> *ops) in eliminate_using_constants() 1640 vec<operand_entry *> *ops, class loop *loop) in undistribute_ops_list() 1922 vec<operand_entry *> *ops, struct loop *loop) in undistribute_bitref_for_vector() 2209 vec<operand_entry *> *ops, in eliminate_redundant_comparison() 2339 transform_add_to_multiply (vec<operand_entry *> *ops) in transform_add_to_multiply() [all …]
|
H A D | tree-vect-slp-patterns.cc | 354 bool two_operands = true, vec<slp_tree> *ops = NULL) in vect_detect_pair_op() 397 vec<slp_tree> *ops = NULL) in vect_detect_pair_op() 653 slp_tree *node, vec<slp_tree> *ops) in matches() 701 auto_vec<slp_tree> ops; in recognize() local 852 auto_vec<slp_tree> ops; in vect_validate_multiplication() local 1019 slp_tree *node, vec<slp_tree> *ops) in matches() 1128 auto_vec<slp_tree> ops; in recognize() local 1249 slp_tree * ref_node, vec<slp_tree> *ops) in matches() 1328 auto_vec<slp_tree> ops; in recognize() local 1415 auto_vec<slp_tree> ops; in recognize() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-reassoc.c | 586 add_repeat_to_ops_vec (vec<operand_entry *> *ops, tree op, in add_repeat_to_ops_vec() 713 vec<operand_entry *> *ops, in eliminate_duplicate_pair() 791 vec<operand_entry *> *ops, in eliminate_plus_minus_pair() 876 vec<operand_entry *> *ops, in eliminate_not_pairs() 942 vec<operand_entry *> *ops) in eliminate_using_constants() 1571 vec<operand_entry *> *ops, class loop *loop) in undistribute_ops_list() 1853 vec<operand_entry *> *ops, struct loop *loop) in undistribute_bitref_for_vector() 2137 vec<operand_entry *> *ops, in eliminate_redundant_comparison() 2263 transform_add_to_multiply (vec<operand_entry *> *ops) in transform_add_to_multiply() 2333 vec<operand_entry *> *ops) in optimize_ops_list() [all …]
|
H A D | internal-fn.c | 153 class expand_operand ops[2]; in expand_load_lanes_optab_fn() local 179 class expand_operand ops[2]; in expand_store_lanes_optab_fn() local 233 class expand_operand ops[3]; in expand_GOMP_SIMT_ENTER_ALLOC() local 248 class expand_operand ops[1]; in expand_GOMP_SIMT_EXIT() local 291 class expand_operand ops[2]; in expand_GOMP_SIMT_LAST_LANE() local 310 class expand_operand ops[2]; in expand_GOMP_SIMT_ORDERED_PRED() local 330 class expand_operand ops[2]; in expand_GOMP_SIMT_VOTE_ANY() local 351 class expand_operand ops[3]; in expand_GOMP_SIMT_XCHG_BFLY() local 372 class expand_operand ops[3]; in expand_GOMP_SIMT_XCHG_IDX() local 780 class expand_operand ops[4]; in expand_addsub_overflow() local [all …]
|
H A D | optabs.c | 250 expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op, in expand_widen_pattern_expr() 347 class expand_operand ops[4]; in expand_ternary_op() local 416 class expand_operand ops[2]; in expand_vector_broadcast() local 1042 class expand_operand ops[3]; in expand_binop_directly() local 2021 class expand_operand ops[3]; in expand_twoval_unop() local 2093 class expand_operand ops[4]; in expand_twoval_binop() local 2734 class expand_operand ops[2]; in expand_unop_direct() local 3604 class expand_operand ops[2]; in maybe_emit_unop_insn() local 4338 class expand_operand ops[1]; in emit_indirect_jump() local 4443 class expand_operand ops[4]; in emit_conditional_move() local [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | gtt.c | 657 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; in ppgtt_spt_get_entry() local 686 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; in ppgtt_spt_set_entry() local 948 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_invalidate_spt_by_shadow_entry() local 983 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_invalidate_pte() local 1071 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in ppgtt_populate_spt_by_guest_entry() local 1135 struct intel_gvt_gtt_pte_ops *ops = s->vgpu->gvt->gtt.pte_ops; in ppgtt_generate_shadow_entry() local 1158 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in is_2MB_gtt_possible() local 1175 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in split_2MB_gtt_entry() local 1222 struct intel_gvt_gtt_pte_ops *ops = vgpu->gvt->gtt.pte_ops; in split_64KB_gtt_entry() local 1307 struct intel_gvt_gtt_pte_ops *ops = gvt->gtt.pte_ops; in ppgtt_populate_spt() local [all …]
|
/netbsd-src/usr.bin/pr/ |
H A D | pr.c | 178 int ops; in onecol() local 351 int ops = 0; in vertcol() local 669 int ops = 0; in horzcol() local 823 int ops = 0; in mulfile() local 1135 int ops; /* last col output */ in otln() local 1488 int ops = 0; in prhead() local
|
/netbsd-src/usr.sbin/gspa/gspa/ |
H A D | gsp_pseu.c | 45 pseudo(int code, operand ops) in pseudo()
|
/netbsd-src/usr.bin/ktrace/ |
H A D | ktrace.c | 83 int block, append, ch, fd, trset, ops, pid, pidset, synclog, trpoints; in main() local 321 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid, in do_ktrace()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_backlight.c | 106 const struct backlight_ops **ops) in nv40_backlight_init() 205 const struct backlight_ops **ops) in nv50_backlight_init() 235 const struct backlight_ops *ops; in nouveau_backlight_init() local
|