Home
last modified time | relevance | path

Searched defs:mc (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/sys/dev/mlx/
H A Dmlx.c164 struct mlx_command *mc; in mlx_free() local
1259 struct mlx_command *mc; in mlx_eventlog_cb() local
1286 struct mlx_command *mc; in mlx_periodic_eventlog_poll() local
1470 struct mlx_command *mc; in mlx_pause_action() local
1555 struct mlx_command *mc; in mlx_enquire_cb() local
1596 struct mlx_command *mc; in mlx_enquire() local
1651 struct mlx_command *mc; in mlx_flush() local
1694 struct mlx_command *mc; in mlx_check() local
1738 struct mlx_command *mc; in mlx_rebuild() local
1844 struct mlx_command *mc; in mlx_startio_cb() local
[all …]
/freebsd/lib/libthread_db/arch/aarch64/
H A Dlibpthread_md.c41 mcontext_t *mc = &uc->uc_mcontext; in pt_reg_to_ucontext() local
53 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_reg() local
65 mcontext_t *mc = &uc->uc_mcontext; in pt_fpreg_to_ucontext() local
74 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_fpreg() local
/freebsd/lib/libthread_db/arch/powerpc/
H A Dlibpthread_md.c38 mcontext_t *mc = &uc->uc_mcontext; in pt_reg_to_ucontext() local
46 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_reg() local
54 mcontext_t *mc = &uc->uc_mcontext; in pt_fpreg_to_ucontext() local
63 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_fpreg() local
/freebsd/lib/libthread_db/arch/riscv/
H A Dlibpthread_md.c44 mcontext_t *mc; in pt_reg_to_ucontext() local
62 const mcontext_t *mc; in pt_ucontext_to_reg() local
80 mcontext_t *mc = &uc->uc_mcontext; in pt_fpreg_to_ucontext() local
89 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_fpreg() local
/freebsd/lib/libthread_db/arch/amd64/
H A Dlibpthread_md.c41 mcontext_t *mc = &uc->uc_mcontext; in pt_reg_to_ucontext() local
68 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_reg() local
/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c38 mcontext_t *mc = &uc->uc_mcontext; in pt_reg_to_ucontext() local
63 const mcontext_t *mc = &uc->uc_mcontext; in pt_ucontext_to_reg() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_mirror.c268 mirror_child_t *mc; in vdev_mirror_map_init() local
443 mirror_child_t *mc = zio->io_private; in vdev_mirror_child_done() local
496 vdev_mirror_child_readable(mirror_child_t *mc) in vdev_mirror_child_readable()
507 vdev_mirror_child_missing(mirror_child_t *mc, uint64_t txg, uint64_t size) in vdev_mirror_child_missing()
539 mirror_child_t *mc; in vdev_mirror_child_select() local
607 mirror_child_t *mc; in vdev_mirror_io_start() local
702 mirror_child_t *mc = &mm->mm_child[c]; in vdev_mirror_worst_error() local
714 mirror_child_t *mc; in vdev_mirror_io_done() local
H A Dmetaslab.c409 metaslab_class_t *mc; in metaslab_class_create() local
429 metaslab_class_destroy(metaslab_class_t *mc) in metaslab_class_destroy()
450 metaslab_class_validate(metaslab_class_t *mc) in metaslab_class_validate()
486 metaslab_class_get_alloc(metaslab_class_t *mc) in metaslab_class_get_alloc()
498 metaslab_class_get_space(metaslab_class_t *mc) in metaslab_class_get_space()
738 metaslab_class_t *mc = mg->mg_class; in metaslab_group_alloc_update() local
883 metaslab_class_t *mc = mg->mg_class; in metaslab_group_activate() local
925 metaslab_class_t *mc = mg->mg_class; in metaslab_group_passivate() local
1059 metaslab_class_t *mc = mg->mg_class; in metaslab_group_histogram_add() local
1083 metaslab_class_t *mc = mg->mg_class; in metaslab_group_histogram_remove() local
[all …]
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_cred.c51 struct _gss_mechanism_cred *mc; in gss_export_cred() local
146 struct _gss_mechanism_cred *mc; in gss_import_cred() local
H A Dgss_acquire_cred_ext.c45 struct _gss_mechanism_cred *mc; in _gss_acquire_mech_cred() local
154 struct _gss_mechanism_cred *mc = NULL; in _gss_acquire_cred_ext() local
H A Dgss_add_cred.c32 _gss_copy_cred(struct _gss_mechanism_cred *mc) in _gss_copy_cred()
91 struct _gss_mechanism_cred *mc, *target_mc, *copy_mc; in gss_add_cred() local
H A Dgss_release_cred.c57 struct _gss_mechanism_cred *mc; in gss_release_cred() local
H A Dgss_set_cred_option.c43 struct _gss_mechanism_cred *mc; in gss_set_cred_option() local
H A Dgss_inquire_cred_by_oid.c43 struct _gss_mechanism_cred *mc; in gss_inquire_cred_by_oid() local
H A Dgss_store_cred.c47 struct _gss_mechanism_cred *mc; in gss_store_cred() local
H A Dgss_inquire_cred_by_mech.c43 gss_cred_id_t mc; in gss_inquire_cred_by_mech() local
/freebsd/lib/libgssapi/
H A Dgss_add_cred.c39 _gss_copy_cred(struct _gss_mechanism_cred *mc) in _gss_copy_cred()
98 struct _gss_mechanism_cred *mc, *target_mc, *copy_mc; in gss_add_cred() local
H A Dgss_release_cred.c40 struct _gss_mechanism_cred *mc; in gss_release_cred() local
H A Dgss_inquire_cred_by_oid.c51 struct _gss_mechanism_cred *mc; in gss_inquire_cred_by_oid() local
H A Dgss_set_cred_option.c51 struct _gss_mechanism_cred *mc; in gss_set_cred_option() local
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbman_low.c385 register struct bm_mc *mc = &portal->mc; in bm_mc_init() local
400 register struct bm_mc *mc = &portal->mc; in bm_mc_finish() local
413 register struct bm_mc *mc = &portal->mc; in bm_mc_start() local
425 register struct bm_mc *mc = &portal->mc; in bm_mc_abort() local
437 register struct bm_mc *mc = &portal->mc; in bm_mc_commit() local
451 register struct bm_mc *mc = &portal->mc; in bm_mc_result() local
/freebsd/usr.bin/grep/
H A Dutil.c195 procmatch_match(struct mprintc *mc, struct parsec *pc) in procmatch_match()
224 procmatch_nomatch(struct mprintc *mc, struct parsec *pc) in procmatch_nomatch()
249 procmatches(struct mprintc *mc, struct parsec *pc, bool matched) in procmatches()
291 struct mprintc mc; in procfile() local
/freebsd/tools/test/vm86/
H A Dvm86_test.c56 mcontext_t *mc; in sig_handler() local
/freebsd/lib/libc/powerpc64/gen/
H A Dmakecontext.c60 mcontext_t *mc; in __makecontext() local
/freebsd/lib/libc/powerpc/gen/
H A Dmakecontext.c60 mcontext_t *mc; in __makecontext() local

12345