| /netbsd/src/sys/dev/wscons/ |
| 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/ |
| 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/onewire/ |
| 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/sys/dev/mii/ |
| 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/external/bsd/am-utils/dist/amd/ |
| 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/ |
| 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/ |
| 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/external/gpl3/gdb/dist/gdb/ |
| D | serial.c | 145 for (const serial_ops *ops : serial_ops_list) in serial_interface_lookup() local 176 new_serial (const struct serial_ops *ops) in new_serial() 197 const struct serial_ops *ops; in serial_open() local 229 serial_open_ops_1 (const struct serial_ops *ops, const char *open_name) in serial_open_ops_1() 256 serial_open_ops (const struct serial_ops *ops) in serial_open_ops() 265 serial_fdopen_ops (const int fd, const struct serial_ops *ops) in serial_fdopen_ops() 586 const struct serial_ops *ops; in serial_pipe() local
|
| D | mem-break.c | 88 memory_insert_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch, in memory_insert_breakpoint() 95 memory_remove_breakpoint (struct target_ops *ops, struct gdbarch *gdbarch, in memory_remove_breakpoint()
|
| D | auxv.c | 220 memory_xfer_auxv (struct target_ops *ops, in memory_xfer_auxv() 285 default_auxv_parse (struct target_ops *ops, const gdb_byte **readptr, in default_auxv_parse() 319 parse_auxv (target_ops *ops, gdbarch *gdbarch, const gdb_byte **readptr, in parse_auxv() 378 target_read_auxv_raw (target_ops *ops) in target_read_auxv_raw() 386 target_auxv_search (const gdb::byte_vector &auxv, target_ops *ops, in target_auxv_search()
|
| D | bsd-uthread.c | 88 struct bsd_uthread_ops *ops = bsd_uthread_data.get (gdbarch); in get_bsd_uthread() local 102 struct bsd_uthread_ops *ops = get_bsd_uthread (gdbarch); in bsd_uthread_set_supply_uthread() local 115 struct bsd_uthread_ops *ops = get_bsd_uthread (gdbarch); in bsd_uthread_set_collect_uthread() local 198 struct bsd_uthread_ops *ops = get_bsd_uthread (gdbarch); in bsd_uthread_activate() local
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mn10300/ |
| D | interp.c | 621 const void *reg_in, void *reg_out, const struct fp_prec_t *ops) in fpu_rsqrt() 712 const struct fp_prec_t *ops) in fpu_cmp() 740 void *reg_out, const struct fp_prec_t *ops) in fpu_add() 776 void *reg_out, const struct fp_prec_t *ops) in fpu_sub() 812 void *reg_out, const struct fp_prec_t *ops) in fpu_mul() 846 void *reg_out, const struct fp_prec_t *ops) in fpu_div() 883 void *reg_out, const struct fp_prec_t *ops) in fpu_fmadd() 926 void *reg_out, const struct fp_prec_t *ops) in fpu_fmsub() 969 void *reg_out, const struct fp_prec_t *ops) in fpu_fnmadd() 1013 void *reg_out, const struct fp_prec_t *ops) in fpu_fnmsub()
|
| /netbsd/src/sys/miscfs/genfs/ |
| 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/ |
| D | t_fpsetmask.c | 196 struct ops { struct 202 static const struct ops float_ops[] = { argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | logical.exp | 46 proc evaluate { vars ops } {
|
| /netbsd/src/sys/dev/ic/ |
| 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
|
| 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
|
| 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 …]
|
| 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
|
| 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/ |
| 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 …]
|
| 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 …]
|
| 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/usr.sbin/gspa/gspa/ |
| D | gsp_pseu.c | 45 pseudo(int code, operand ops) in pseudo()
|
| /netbsd/src/sys/arch/hpc/stand/hpcboot/ |
| D | file.cpp | 38 FileManager::FileManager(Console *&cons, enum FileOps ops) in FileManager()
|