Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 182) sorted by relevance

12345678

/dflybsd-src/contrib/wpa_supplicant/src/pae/
H A Dieee802_1x_secy_ops.c30 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_protect_frames() local
50 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_encrypt() local
70 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_replay() local
90 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_current_cipher_suite() local
118 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_enable_port() local
138 struct ieee802_1x_kay_ctx *ops; in secy_get_capability() local
159 struct ieee802_1x_kay_ctx *ops; in secy_get_receive_lowest_pn() local
180 struct ieee802_1x_kay_ctx *ops; in secy_get_transmit_next_pn() local
201 struct ieee802_1x_kay_ctx *ops; in secy_set_transmit_next_pn() local
222 struct ieee802_1x_kay_ctx *ops; in secy_set_receive_lowest_pn() local
[all …]
/dflybsd-src/sys/kern/
H A Dvfs_vopops.c152 #define DO_OPS(ops, error, ap, vop_field) \ argument
173 vop_old_lookup(struct vop_ops *ops, struct vnode *dvp, in vop_old_lookup()
196 vop_old_create(struct vop_ops *ops, struct vnode *dvp, in vop_old_create()
221 vop_old_whiteout(struct vop_ops *ops, struct vnode *dvp, in vop_old_whiteout()
245 vop_old_mknod(struct vop_ops *ops, struct vnode *dvp, in vop_old_mknod()
270 vop_open(struct vop_ops *ops, struct vnode *vp, int mode, struct ucred *cred, in vop_open()
305 vop_close(struct vop_ops *ops, struct vnode *vp, int fflag, struct file *fp) in vop_close()
328 vop_access(struct vop_ops *ops, struct vnode *vp, int mode, int flags, in vop_access()
353 vop_getattr(struct vop_ops *ops, struct vnode *vp, struct vattr *vap, in vop_getattr()
377 vop_getattr_lite(struct vop_ops *ops, struct vnode *vp, struct vattr_lite *lvap) in vop_getattr_lite()
[all …]
H A Dvfs_init.c100 struct vop_ops *ops = data; in vfs_nadd_vnodeops_sysinit() local
111 struct vop_ops *ops = data; in vfs_nrm_vnodeops_sysinit() local
120 struct vop_ops *ops; in vfs_add_vnodeops() local
153 struct vop_ops *ops; in vfs_rm_vnodeops() local
181 vfs_calc_vnodeops(struct vop_ops *ops) in vfs_calc_vnodeops()
H A Dkern_conf.c189 make_dev(struct dev_ops *ops, int minor, uid_t uid, gid_t gid, in make_dev()
219 make_dev_covering(struct dev_ops *ops, struct dev_ops *bops, int minor, in make_dev_covering()
246 make_only_devfs_dev(struct dev_ops *ops, int minor, uid_t uid, gid_t gid, in make_only_devfs_dev()
271 make_only_dev(struct dev_ops *ops, int minor, uid_t uid, gid_t gid, in make_only_dev()
299 make_only_dev_covering(struct dev_ops *ops, struct dev_ops *bops, int minor, in make_only_dev_covering()
408 make_autoclone_dev(struct dev_ops *ops, struct devfs_bitmap *bitmap, in make_autoclone_dev()
H A Dsubr_diskslice.c96 disklabel_ops_t ops; in dscheck() local
372 disklabel_ops_t ops; in dsioctl() local
791 disklabel_ops_t ops; in dsreadandsetlabel() local
839 disklabel_ops_t ops; in dssize() local
889 disklabel_t lp, disklabel_ops_t ops) in set_ds_label()
H A Dvfs_mount.c234 struct vop_ops **ops, in getspecialvnode()
373 mount_init(struct mount *mp, struct vfsops *ops) in mount_init()
1199 add_bio_ops(struct bio_ops *ops) in add_bio_ops()
1205 rem_bio_ops(struct bio_ops *ops) in rem_bio_ops()
1220 struct bio_ops *ops; in bio_ops_sync() local
/dflybsd-src/contrib/gdb-7/gdb/
H A Dinf-ptrace.c43 inf_ptrace_follow_fork (struct target_ops *ops, int follow_child) in inf_ptrace_follow_fork()
116 inf_ptrace_create_inferior (struct target_ops *ops, in inf_ptrace_create_inferior()
170 inf_ptrace_mourn_inferior (struct target_ops *ops) in inf_ptrace_mourn_inferior()
190 inf_ptrace_attach (struct target_ops *ops, char *args, int from_tty) in inf_ptrace_attach()
271 inf_ptrace_detach (struct target_ops *ops, char *args, int from_tty) in inf_ptrace_detach()
311 inf_ptrace_kill (struct target_ops *ops) in inf_ptrace_kill()
343 inf_ptrace_resume (struct target_ops *ops, in inf_ptrace_resume()
383 inf_ptrace_wait (struct target_ops *ops, in inf_ptrace_wait()
467 inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object, in inf_ptrace_xfer_partial()
616 inf_ptrace_thread_alive (struct target_ops *ops, ptid_t ptid) in inf_ptrace_thread_alive()
[all …]
H A Dbsd-uthread.c58 struct bsd_uthread_ops *ops; in bsd_uthread_init() local
72 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_set_supply_uthread() local
84 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_set_collect_uthread() local
165 struct bsd_uthread_ops *ops = gdbarch_data (gdbarch, bsd_uthread_data); in bsd_uthread_activate() local
231 bsd_uthread_inferior_created (struct target_ops *ops, int from_tty) in bsd_uthread_inferior_created()
275 bsd_uthread_mourn_inferior (struct target_ops *ops) in bsd_uthread_mourn_inferior()
283 bsd_uthread_fetch_registers (struct target_ops *ops, in bsd_uthread_fetch_registers()
310 bsd_uthread_store_registers (struct target_ops *ops, in bsd_uthread_store_registers()
338 bsd_uthread_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_uthread_xfer_partial()
349 bsd_uthread_wait (struct target_ops *ops, in bsd_uthread_wait()
[all …]
H A Dsolib.c59 struct target_so_ops **ops; in solib_init() local
69 struct target_so_ops **ops = gdbarch_data (gdbarch, solib_data); in solib_ops() local
79 struct target_so_ops **ops = gdbarch_data (gdbarch, solib_data); in set_solib_ops() local
146 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in solib_find() local
451 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in solib_map_sections() local
552 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in free_so() local
671 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in update_solib_list() local
933 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in solib_add() local
1106 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in solib_keep_data_in_core() local
1119 struct target_so_ops *ops = solib_ops (target_gdbarch ()); in clear_solib() local
[all …]
H A Dravenscar-thread.c175 ravenscar_resume (struct target_ops *ops, ptid_t ptid, int step, in ravenscar_resume()
185 ravenscar_wait (struct target_ops *ops, ptid_t ptid, in ravenscar_wait()
220 ravenscar_find_new_threads (struct target_ops *ops) in ravenscar_find_new_threads()
250 ravenscar_thread_alive (struct target_ops *ops, ptid_t ptid) in ravenscar_thread_alive()
257 ravenscar_pid_to_str (struct target_ops *ops, ptid_t ptid) in ravenscar_pid_to_str()
266 ravenscar_fetch_registers (struct target_ops *ops, in ravenscar_fetch_registers()
286 ravenscar_store_registers (struct target_ops *ops, in ravenscar_store_registers()
325 ravenscar_mourn_inferior (struct target_ops *ops) in ravenscar_mourn_inferior()
339 struct ravenscar_arch_ops *ops; in ravenscar_inferior_created() local
H A Dbsd-kvm.c135 bsd_kvm_xfer_partial (struct target_ops *ops, enum target_object object, in bsd_kvm_xfer_partial()
151 bsd_kvm_files_info (struct target_ops *ops) in bsd_kvm_files_info()
175 bsd_kvm_fetch_registers (struct target_ops *ops, in bsd_kvm_fetch_registers()
314 bsd_kvm_thread_alive (struct target_ops *ops, in bsd_kvm_thread_alive()
321 bsd_kvm_pid_to_str (struct target_ops *ops, ptid_t ptid) in bsd_kvm_pid_to_str()
329 bsd_kvm_return_one (struct target_ops *ops) in bsd_kvm_return_one()
H A Dcorelow.c458 core_detach (struct target_ops *ops, char *args, int from_tty) in core_detach()
575 get_core_registers (struct target_ops *ops, in get_core_registers()
686 core_xfer_partial (struct target_ops *ops, enum target_object object, in core_xfer_partial()
856 core_thread_alive (struct target_ops *ops, ptid_t ptid) in core_thread_alive()
877 core_pid_to_str (struct target_ops *ops, ptid_t ptid) in core_pid_to_str()
909 core_has_memory (struct target_ops *ops) in core_has_memory()
915 core_has_stack (struct target_ops *ops) in core_has_stack()
921 core_has_registers (struct target_ops *ops) in core_has_registers()
929 core_info_proc (struct target_ops *ops, char *args, enum info_proc_what request) in core_info_proc()
H A Dauxv.c205 memory_xfer_auxv (struct target_ops *ops, in memory_xfer_auxv()
240 default_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in default_auxv_parse()
268 target_auxv_parse (struct target_ops *ops, gdb_byte **readptr, in target_auxv_parse()
335 get_auxv_inferior_data (struct target_ops *ops) in get_auxv_inferior_data()
357 target_auxv_search (struct target_ops *ops, CORE_ADDR match, CORE_ADDR *valp) in target_auxv_search()
394 fprint_target_auxv (struct ui_file *file, struct target_ops *ops) in fprint_target_auxv()
H A Dtarget.c270 default_child_has_all_memory (struct target_ops *ops) in default_child_has_all_memory()
280 default_child_has_memory (struct target_ops *ops) in default_child_has_memory()
290 default_child_has_stack (struct target_ops *ops) in default_child_has_stack()
300 default_child_has_registers (struct target_ops *ops) in default_child_has_registers()
310 default_child_has_execution (struct target_ops *ops, ptid_t the_ptid) in default_child_has_execution()
1372 memory_xfer_live_readonly_partial (struct target_ops *ops, in memory_xfer_live_readonly_partial()
1423 memory_xfer_partial_1 (struct target_ops *ops, enum target_object object, in memory_xfer_partial_1()
1634 memory_xfer_partial (struct target_ops *ops, enum target_object object, in memory_xfer_partial()
1691 target_xfer_partial (struct target_ops *ops, in target_xfer_partial()
1941 default_xfer_partial (struct target_ops *ops, enum target_object object, in default_xfer_partial()
[all …]
H A Dbfd-target.c40 target_bfd_xfer_partial (struct target_ops *ops, in target_bfd_xfer_partial()
63 target_bfd_get_section_table (struct target_ops *ops) in target_bfd_get_section_table()
H A Dinf-child.c68 inf_child_fetch_inferior_registers (struct target_ops *ops, in inf_child_fetch_inferior_registers()
86 inf_child_store_inferior_registers (struct target_ops *ops, in inf_child_store_inferior_registers()
123 inf_child_follow_fork (struct target_ops *ops, int follow_child) in inf_child_follow_fork()
H A Drecord-full.c1082 record_full_resume (struct target_ops *ops, ptid_t ptid, int step, in record_full_resume()
1188 record_full_wait_1 (struct target_ops *ops, in record_full_wait_1()
1500 record_full_wait (struct target_ops *ops, in record_full_wait()
1527 record_full_stopped_data_address (struct target_ops *ops, CORE_ADDR *addr_p) in record_full_stopped_data_address()
1586 record_full_store_registers (struct target_ops *ops, in record_full_store_registers()
1646 record_full_xfer_partial (struct target_ops *ops, enum target_object object, in record_full_xfer_partial()
2103 record_full_core_resume (struct target_ops *ops, ptid_t ptid, int step, in record_full_core_resume()
2124 record_full_core_kill (struct target_ops *ops) in record_full_core_kill()
2135 record_full_core_fetch_registers (struct target_ops *ops, in record_full_core_fetch_registers()
2163 record_full_core_store_registers (struct target_ops *ops, in record_full_core_store_registers()
[all …]
/dflybsd-src/sys/sys/
H A Dbuf2.h219 struct bio_ops *ops = bp->b_ops; in buf_deallocate() local
234 struct bio_ops *ops = bp->b_ops; in buf_countdeps() local
253 struct bio_ops *ops = bp->b_ops; in buf_start() local
265 struct bio_ops *ops = bp->b_ops; in buf_complete() local
277 struct bio_ops *ops = vp->v_mount->mnt_bioops; in buf_fsync() local
293 struct bio_ops *ops = bp1->b_ops; in buf_movedeps() local
305 struct bio_ops *ops = bp->b_ops; in buf_checkread() local
320 struct bio_ops *ops = bp->b_ops; in buf_checkwrite() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-match-head.c286 maybe_build_generic_op (enum tree_code code, tree type, tree *ops) in maybe_build_generic_op()
310 build_call_internal (internal_fn fn, tree type, unsigned int nargs, tree *ops) in build_call_internal()
328 maybe_push_res_to_seq (code_helper rcode, tree type, tree *ops, in maybe_push_res_to_seq()
453 tree ops[3] = {}; in gimple_simplify() local
487 tree ops[3] = {}; in gimple_simplify() local
517 tree ops[3] = {}; in gimple_simplify() local
539 tree ops[3] = {}; in gimple_simplify() local
562 tree ops[3] = {}; in gimple_simplify() local
586 tree ops[3] = {}; in gimple_simplify() local
616 code_helper *rcode, tree *ops, in gimple_simplify()
H A Dinternal-fn.c129 struct expand_operand ops[2]; in expand_load_lanes_optab_fn() local
153 struct expand_operand ops[2]; in expand_store_lanes_optab_fn() local
207 struct expand_operand ops[3]; in expand_GOMP_SIMT_ENTER_ALLOC() local
222 struct expand_operand ops[1]; in expand_GOMP_SIMT_EXIT() local
265 struct expand_operand ops[2]; in expand_GOMP_SIMT_LAST_LANE() local
284 struct expand_operand ops[2]; in expand_GOMP_SIMT_ORDERED_PRED() local
304 struct expand_operand ops[2]; in expand_GOMP_SIMT_VOTE_ANY() local
325 struct expand_operand ops[3]; in expand_GOMP_SIMT_XCHG_BFLY() local
346 struct expand_operand ops[3]; in expand_GOMP_SIMT_XCHG_IDX() local
754 struct expand_operand ops[4]; in expand_addsub_overflow() local
[all …]
H A Dtree-ssa-reassoc.c587 add_repeat_to_ops_vec (vec<operand_entry *> *ops, tree op, in add_repeat_to_ops_vec()
714 vec<operand_entry *> *ops, in eliminate_duplicate_pair()
792 vec<operand_entry *> *ops, in eliminate_plus_minus_pair()
877 vec<operand_entry *> *ops, in eliminate_not_pairs()
943 vec<operand_entry *> *ops) in eliminate_using_constants()
1563 vec<operand_entry *> *ops, struct loop *loop) in undistribute_ops_list()
1782 vec<operand_entry *> *ops, in eliminate_redundant_comparison()
1905 transform_add_to_multiply (vec<operand_entry *> *ops) in transform_add_to_multiply()
1975 vec<operand_entry *> *ops) in optimize_ops_list()
2337 vec<operand_entry *> *ops, tree exp, gimple_seq seq, in update_range_test()
[all …]
H A Doptabs.c250 expand_widen_pattern_expr (sepops ops, rtx op0, rtx op1, rtx wide_op, in expand_widen_pattern_expr()
317 struct expand_operand ops[4]; in expand_ternary_op() local
386 struct expand_operand ops[2]; in expand_vector_broadcast() local
1012 struct expand_operand ops[3]; in expand_binop_directly() local
1977 struct expand_operand ops[3]; in expand_twoval_unop() local
2049 struct expand_operand ops[4]; in expand_twoval_binop() local
2689 struct expand_operand ops[2]; in expand_unop_direct() local
3543 struct expand_operand ops[2]; in maybe_emit_unop_insn() local
4251 struct expand_operand ops[1]; in emit_indirect_jump() local
4356 struct expand_operand ops[4]; in emit_conditional_move() local
[all …]
/dflybsd-src/sys/dev/drm/
H A Ddrm_mipi_dsi.c330 const struct mipi_dsi_host_ops *ops = dsi->host->ops; in mipi_dsi_attach() local
345 const struct mipi_dsi_host_ops *ops = dsi->host->ops; in mipi_dsi_detach() local
357 const struct mipi_dsi_host_ops *ops = dsi->host->ops; in mipi_dsi_device_transfer() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-reassoc.c511 add_to_ops_vec (VEC(operand_entry_t, heap) **ops, tree op) in add_to_ops_vec()
565 eliminate_duplicate_pair (enum tree_code opcode, in eliminate_duplicate_pair()
727 eliminate_not_pairs (enum tree_code opcode, in eliminate_not_pairs()
796 eliminate_using_constants (enum tree_code opcode, in eliminate_using_constants()
1142 undistribute_ops_list (enum tree_code opcode, in undistribute_ops_list()
1367 eliminate_redundant_comparison (enum tree_code opcode, in eliminate_redundant_comparison()
1497 optimize_ops_list (enum tree_code opcode, in optimize_ops_list()
1803 update_range_test (struct range_entry *range, struct range_entry *otherrange, in update_range_test()
1873 optimize_range_tests (enum tree_code opcode, in optimize_range_tests()
2097 swap_ops_for_binary_stmt (VEC(operand_entry_t, heap) * ops, in swap_ops_for_binary_stmt()
[all …]
/dflybsd-src/contrib/less/
H A Dcvt.c22 public size_t cvt_length(size_t len, int ops) in cvt_length()
53 …vt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *lenp, int ops) in cvt_text()

12345678