Home
last modified time | relevance | path

Searched refs:m (Results 1 – 25 of 4281) sorted by relevance

12345678910>>...172

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_archive_match_path.c32 struct archive *m; in test_exclusion_mbs() local
42 assertEqualIntA(m, 0, archive_match_exclude_pattern(m, "^aa*")); in test_exclusion_mbs()
75 struct archive *m; in test_exclusion_wcs() local
85 assertEqualIntA(m, 0, archive_match_exclude_pattern_w(m, L"^aa*")); in test_exclusion_wcs()
175 struct archive *m; in test_exclusion_from_file_mbs() local
200 struct archive *m; in test_exclusion_from_file_wcs() local
226 struct archive *m; in test_inclusion_mbs() local
237 assertEqualIntA(m, 0, archive_match_include_pattern(m, "^aa*")); in test_inclusion_mbs()
275 struct archive *m; in test_inclusion_wcs() local
385 assertEqualIntA(m, 0, archive_match_exclude_pattern(m, "^aaa*")); in test_exclusion_and_inclusion()
[all …]
H A Dtest_archive_match_owner.c32 struct archive *m; in test_uid() local
41 assertEqualIntA(m, 0, archive_match_include_uid(m, 1000)); in test_uid()
42 assertEqualIntA(m, 0, archive_match_include_uid(m, 1002)); in test_uid()
83 assertEqualIntA(m, 0, archive_match_include_gid(m, 1000)); in test_gid()
84 assertEqualIntA(m, 0, archive_match_include_gid(m, 1002)); in test_gid()
125 assertEqualIntA(m, 0, archive_match_include_uname(m, "foo")); in test_uname_mbs()
126 assertEqualIntA(m, 0, archive_match_include_uname(m, "bar")); in test_uname_mbs()
167 assertEqualIntA(m, 0, archive_match_include_uname_w(m, L"foo")); in test_uname_wcs()
168 assertEqualIntA(m, 0, archive_match_include_uname_w(m, L"bar")); in test_uname_wcs()
209 assertEqualIntA(m, 0, archive_match_include_gname(m, "foo")); in test_gname_mbs()
[all …]
H A Dtest_archive_match_time.c44 assertEqualIntA(m, 0, archive_match_include_time(m, in test_newer_time()
99 assertEqualIntA(m, 0, archive_match_include_date(m, in test_newer_time_str()
140 assertEqualIntA(m, 0, archive_match_include_date(m, in test_newer_time_str()
187 assertEqualIntA(m, 0, archive_match_include_date_w(m, in test_newer_time_str_w()
228 assertEqualIntA(m, 0, archive_match_include_date_w(m, in test_newer_time_str_w()
511 assertEqualIntA(m, 0, archive_match_include_time(m, in test_older_time()
567 assertEqualIntA(m, 0, archive_match_include_date(m, in test_older_time_str()
609 assertEqualIntA(m, 0, archive_match_include_date(m, in test_older_time_str()
657 assertEqualIntA(m, 0, archive_match_include_date_w(m, in test_older_time_str_w()
699 assertEqualIntA(m, 0, archive_match_include_date_w(m, in test_older_time_str_w()
[all …]
/freebsd/sys/dev/sound/midi/
H A Dmidi.c316 m->synth->m = m; in midi_init()
369 m->dev->si_drv1 = m; in midi_init()
598 MPU_CALLBACKP(m, m->cookie, m->flags); in midi_out()
669 MPU_CALLBACK(m, m->cookie, m->flags); in midi_open()
709 MPU_CALLBACK(m, m->cookie, m->flags); in midi_close()
868 MPU_CALLBACK(m, m->cookie, m->flags); in midi_write()
1121 MPU_CALLBACK(m, m->cookie, m->flags); in midisynth_open()
1161 MPU_CALLBACK(m, m->cookie, m->flags); in midisynth_close()
1203 MPU_CALLBACK(m, m->cookie, m->flags); in midisynth_writeraw()
1249 MPU_CALLBACK(m, m->cookie, m->flags); in midisynth_writeraw()
[all …]
H A Dmpu401.c68 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) argument
69 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) argument
70 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) argument
71 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) argument
114 (m->si)(m->cookie); in mpu401_timeout()
167 if ((m->flags & M_TXEN) && (m->si)) { in mpu401_intr()
168 callout_reset(&m->timer, 1, mpu401_timeout, m); in mpu401_intr()
182 if (!m) in mpu401_init()
193 m->mid = midi_init(&mpu401_class, 0, 0, m); in mpu401_init()
246 return MPUFOI_UNINIT(m, m->cookie); in mpu401_muninit()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c149 m->xselector = m->xname = m->xdesc = m->line = 0; in build_privatemenu()
473 if (m->ypad > m->sel && m->ypad > 0) in mixedlist_redraw()
476 m->ypad = m->sel - m->menurows + 1; in mixedlist_redraw()
479 m->ypad = m->nitems - m->menurows; in mixedlist_redraw()
496 pnoutrefresh(m->pad, m->ypad, 0, m->ys, m->xs, m->ye, m->xe); in mixedlist_redraw()
524 m.pad = newpad(m.nitems, m.line); in do_mixedlist()
620 m.pritems[m.sel].on = !m.pritems[m.sel].on; in do_mixedlist()
631 m.pritems[m.sel].on = !m.pritems[m.sel].on; in do_mixedlist()
634 pnoutrefresh(m.pad, m.ypad, 0, m.ys, m.xs, m.ye, m.xe); in do_mixedlist()
659 if (m.ypad > m.sel && m.ypad > 0) in do_mixedlist()
[all …]
/freebsd/sys/dev/mlx5/
H A Ddiagnostics.h43 m(+1, pci_read_bp, 0x0403) \
45 m(+1, max_pci_bw, 0x0405) \
46 m(+1, used_pci_bw, 0x0406) \
47 m(+1, rx_pci_errors, 0) \
48 m(+1, tx_pci_errors, 0) \
68 m(+1, l0_mtt_miss, 0x0801) \
69 m(+1, l0_mtt_hit, 0x0802) \
70 m(+1, l1_mtt_miss, 0x0803) \
71 m(+1, l1_mtt_hit, 0x0804) \
73 m(+1, l0_mpt_hit, 0x0806) \
[all …]
/freebsd/sys/kern/
H A Duipc_sockbuf.c93 m = m->m_next; in sbm_clrprotoflags()
117 for (m = m0; m != end; m = m->m_next) { in sbready_compress()
224 m = m->m_next; in sbready()
243 for (; m && (m->m_flags & M_NOTREADY) == 0; m = m->m_next) { in sbready()
832 for (m = sb->sb_mb; m != NULL; m = m->m_nextpkt) in sblastrecordchk()
856 for (m = sb->sb_mb; m != NULL; m = m->m_nextpkt) { in sblastmbufchk()
875 for (m = sb->sb_mtls; m != NULL; m = m->m_next) { in sblastmbufchk()
1084 for (m = sb->sb_mb; m; m = n) { in sbcheck()
1086 for (; m; m = m->m_next) { in sbcheck()
1124 for (m = sb->sb_mtls; m; m = m->m_next) { in sbcheck()
[all …]
H A Dkern_mutex.c93 #define mtx_unowned(m) ((m)->mtx_lock == MTX_UNOWNED) argument
95 #define mtx_destroyed(m) ((m)->mtx_lock == MTX_DESTROYED) argument
222 struct mtx *m; in unlock_mtx() local
226 mtx_unlock(m); in unlock_mtx()
233 struct mtx *m; in unlock_spin() local
262 struct mtx *m; in __mtx_lock_flags() local
296 struct mtx *m; in __mtx_unlock_flags() local
322 struct mtx *m; in __mtx_lock_spin_flags() local
363 struct mtx *m; in __mtx_trylock_spin_flags() local
1253 m, m->lock_object.lo_name, td, td->td_tid); in _mtx_lock_indefinite_check()
[all …]
H A Duipc_mbuf.c307 for (m = all ? m0 : m0->m_next; m != NULL; m = m->m_next) { in m_demote()
336 for (m = m0; m != NULL; m = m->m_next) { in m_sanity()
545 m = m->m_next; in m_copym()
581 m = m->m_next; in m_copym()
622 m = m->m_next; in m_copypacket()
879 for (; m; m = m->m_next) { in m_adj()
1041 for (m = m0; m && len > m->m_len; m = m->m_next) in m_split()
1336 for (m = m0; m->m_next != NULL; m = m->m_next) in m_append()
1539 for (m = m0; m != NULL; m = m->m_next) { in m_length()
1686 for (m = m0; m != NULL; m = m->m_next) in m_collapse()
[all …]
H A Dkern_mbuf.c736 m->m_data = m->m_ext.ext_buf; in mb_ctor_clust()
813 m->m_data = m->m_ext.ext_buf; in mb_ctor_pack()
846 m = m_free(m); in mb_free_notready()
884 m_copydata(m, 0, m->m_len, buf); in mb_unmapped_compress()
887 m->m_ext.ext_free(m); in mb_unmapped_compress()
891 m->m_data = m->m_dat; in mb_unmapped_compress()
894 bcopy(buf, mtod(m, char *), m->m_len); in mb_unmapped_compress()
1076 for (m = top; m != NULL; m = next) { in mb_unmapped_to_ext()
1089 m = _mb_unmapped_to_ext(m); in mb_unmapped_to_ext()
1225 m->m_ext.ext_free(m); in mb_free_ext()
[all …]
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h171 #define MLX5E_VPORT_STATS(m) \ argument
553 #define MLX5E_PPORT_STATS(m) \ argument
554 MLX5E_PPORT_PER_PRIO_STATS(m) \
555 MLX5E_PPORT_IEEE802_3_STATS(m) \
556 MLX5E_PPORT_RFC2819_STATS(m)
558 #define MLX5E_PORT_STATS_DEBUG(m) \ argument
563 MLX5E_PPORT_STATISTICAL_DEBUG(m) \
567 MLX5E_PCIE_LANE_COUNTERS_32(m)
603 #define MLX5E_RQ_STATS(m) \ argument
623 #define MLX5E_SQ_STATS(m) \ argument
[all …]
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_methods.c34 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method()
54 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type()
79 for (m = eap_methods; m; m = m->next) { in eap_get_name()
106 for (m = eap_methods; m; m = m->next) { in eap_get_names()
136 for (m = eap_methods; m; m = m->next) in eap_get_names_as_string_array()
143 for (m = eap_methods; m; m = m->next) { in eap_get_names_as_string_array()
171 for (m = eap_methods; m; m = m->next) in eap_peer_get_methods()
245 m = m->next; in eap_peer_method_unload()
259 m->free(m); in eap_peer_method_unload()
328 for (m = eap_methods; m; m = m->next) { in eap_peer_method_register()
[all …]
/freebsd/sys/vm/
H A Dvm_page.c506 m->flags = m->a.flags = 0; in vm_page_init_page()
513 m->valid = m->dirty = 0; in vm_page_init_page()
2278 for (m = m_ret; m < &m_ret[npages]; m++) { in vm_page_alloc_contig_domain()
2301 for (m = m_ret; m < &m_ret[npages]; m++) { in vm_page_alloc_contig_domain()
2315 for (m = m_ret; m < &m_ret[npages]; m++) { in vm_page_alloc_contig_domain()
2519 for (m = m_ret; m < &m_ret[npages]; m++) { in vm_page_alloc_noobj_contig_domain()
3936 m, m->ref_count)); in vm_page_free_prep()
4970 m = vm_page_next(m); in vm_page_grab_pages()
5689 m, m->object, (uintmax_t)m->pindex, (uintmax_t)m->phys_addr, in DB_SHOW_COMMAND()
5690 m->a.queue, m->ref_count, m->a.flags, m->oflags, in DB_SHOW_COMMAND()
[all …]
H A Dvm_page.h369 #define vm_page_lock(m) vm_page_lock_KBI((m), LOCK_FILE, LOCK_LINE) argument
370 #define vm_page_unlock(m) vm_page_unlock_KBI((m), LOCK_FILE, LOCK_LINE) argument
373 #define vm_page_lockptr(m) (PA_LOCKPTR(VM_PAGE_TO_PHYS((m)))) argument
374 #define vm_page_lock(m) mtx_lock(vm_page_lockptr((m))) argument
375 #define vm_page_unlock(m) mtx_unlock(vm_page_lockptr((m))) argument
376 #define vm_page_trylock(m) mtx_trylock(vm_page_lockptr((m))) argument
718 #define vm_page_busy_fetch(m) atomic_load_int(&(m)->busy_lock) argument
735 (m), (m)->busy_lock, curthread, __FILE__, __LINE__)); \
748 (m), (m)->busy_lock, curthread, __FILE__, __LINE__)); \
774 #define VM_PAGE_OBJECT_BUSY_ASSERT(m) vm_page_object_busy_assert(m) argument
[all …]
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-function-mocker.h392 #define MOCK_METHOD0_T(m, ...) MOCK_METHOD0(m, __VA_ARGS__) argument
393 #define MOCK_METHOD1_T(m, ...) MOCK_METHOD1(m, __VA_ARGS__) argument
394 #define MOCK_METHOD2_T(m, ...) MOCK_METHOD2(m, __VA_ARGS__) argument
395 #define MOCK_METHOD3_T(m, ...) MOCK_METHOD3(m, __VA_ARGS__) argument
396 #define MOCK_METHOD4_T(m, ...) MOCK_METHOD4(m, __VA_ARGS__) argument
397 #define MOCK_METHOD5_T(m, ...) MOCK_METHOD5(m, __VA_ARGS__) argument
398 #define MOCK_METHOD6_T(m, ...) MOCK_METHOD6(m, __VA_ARGS__) argument
399 #define MOCK_METHOD7_T(m, ...) MOCK_METHOD7(m, __VA_ARGS__) argument
400 #define MOCK_METHOD8_T(m, ...) MOCK_METHOD8(m, __VA_ARGS__) argument
401 #define MOCK_METHOD9_T(m, ...) MOCK_METHOD9(m, __VA_ARGS__) argument
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dmixer.c590 m->child[m->parent[i]] &= ~(1 << i); in mix_setparentchild()
662 snprintf(m->name, sizeof(m->name), "%s:mixer", in mixer_obj_create()
665 strlcat(m->name, ":", sizeof(m->name)); in mixer_obj_create()
666 strlcat(m->name, desc, sizeof(m->name)); in mixer_obj_create()
868 mixer_set(m, i, 0, m->level[i]); in mixer_reinit()
871 mixer_setrecsrc(m, m->recsrc); in mixer_reinit()
927 mix_setmutedevs(m, m->mutedevs ^ (1 << m->hwvol_mixer)); in mixer_hwvol_mute_locked()
948 level = mixer_get(m, m->hwvol_mixer); in mixer_hwvol_step_locked()
964 mixer_set(m, m->hwvol_mixer, m->mutedevs, left | right << 8); in mixer_hwvol_step_locked()
1334 ret = mixer_set(m, j, m->mutedevs, *arg_i); in mixer_ioctl_cmd()
[all …]
/freebsd/lib/libmixer/
H A Dmixer.c90 (void)snprintf(m->name, sizeof(m->name), BASEPATH "%d", m->unit); in mixer_open()
96 m->devmask = m->recmask = m->recsrc = 0; in mixer_open()
98 m->mode = mixer_get_mode(m->unit); in mixer_open()
100 m->mi.dev = m->unit; in mixer_open()
101 m->ci.card = m->unit; in mixer_open()
103 memset(&m->mi, 0, sizeof(m->mi)); in mixer_open()
104 strlcpy(m->mi.name, m->name, sizeof(m->mi.name)); in mixer_open()
107 memset(&m->ci, 0, sizeof(m->ci)); in mixer_open()
132 m->dev = TAILQ_FIRST(&m->devs); in mixer_open()
387 if (!m->recmask || !MIX_ISREC(m, m->dev->devno)) { in mixer_mod_recsrc()
[all …]
/freebsd/sys/crypto/
H A Dsha1.c100 ctxt->m.b8[0] = tctxt.m.b8[3]; ctxt->m.b8[1] = tctxt.m.b8[2]; in sha1_step()
101 ctxt->m.b8[2] = tctxt.m.b8[1]; ctxt->m.b8[3] = tctxt.m.b8[0]; in sha1_step()
102 ctxt->m.b8[4] = tctxt.m.b8[7]; ctxt->m.b8[5] = tctxt.m.b8[6]; in sha1_step()
103 ctxt->m.b8[6] = tctxt.m.b8[5]; ctxt->m.b8[7] = tctxt.m.b8[4]; in sha1_step()
104 ctxt->m.b8[8] = tctxt.m.b8[11]; ctxt->m.b8[9] = tctxt.m.b8[10]; in sha1_step()
105 ctxt->m.b8[10] = tctxt.m.b8[9]; ctxt->m.b8[11] = tctxt.m.b8[8]; in sha1_step()
106 ctxt->m.b8[12] = tctxt.m.b8[15]; ctxt->m.b8[13] = tctxt.m.b8[14]; in sha1_step()
107 ctxt->m.b8[14] = tctxt.m.b8[13]; ctxt->m.b8[15] = tctxt.m.b8[12]; in sha1_step()
108 ctxt->m.b8[16] = tctxt.m.b8[19]; ctxt->m.b8[17] = tctxt.m.b8[18]; in sha1_step()
109 ctxt->m.b8[18] = tctxt.m.b8[17]; ctxt->m.b8[19] = tctxt.m.b8[16]; in sha1_step()
[all …]
/freebsd/lib/libthr/thread/
H A Dthr_mutex.c138 m, m->m_lock.m_owner, m->m_qe.tqe_prev, m->m_qe.tqe_next); in mutex_assert_is_owned()
151 m, m->m_lock.m_owner, m->m_qe.tqe_prev, m->m_qe.tqe_next); in mutex_assert_not_owned()
153 (m->m_lock.m_rb_lnk != 0 || m->m_rb_prev != NULL || in mutex_assert_not_owned()
160 m, m->m_lock.m_owner, (void *)m->m_lock.m_rb_lnk, in mutex_assert_not_owned()
467 m = *mutex; in _thr_mutex_destroy()
594 *m = *mutex; in check_and_init_mutex()
977 m->m_count--; in mutex_unlock_common()
1016 m = *mutex; in _pthread_mutex_getprioceiling()
1041 m = *mutex; in _pthread_mutex_setprioceiling()
1152 m = *mutex; in _pthread_mutex_isowned_np()
[all …]
/freebsd/crypto/openssh/
H A Dmonitor_wrap.c157 sshbuf_reset(m); in mm_request_receive()
210 sshbuf_free(m); in mm_choose_dh()
241 sshbuf_free(m); in mm_sshkey_sign()
345 sshbuf_free(m); in mm_getpwnamallow()
368 sshbuf_free(m); in mm_auth2_read_banner()
396 sshbuf_free(m); in mm_inform_authserv()
431 sshbuf_free(m); in mm_auth_password()
485 sshbuf_free(m); in mm_key_allowed()
545 sshbuf_free(m); in mm_sshkey_verify()
564 sshbuf_free(m); in mm_send_keystate()
[all …]
/freebsd/sys/sys/
H A Dmbuf.h107 #define mtod(m, t) ((t)((m)->m_data)) argument
915 m->m_data = m->m_ext.ext_buf; in m_extaddref()
963 m->m_data = m->m_dat; in m_init()
1069 m->m_data = m->m_ext.ext_buf = cl; in m_cljset()
1070 m->m_ext.ext_free = m->m_ext.ext_arg1 = m->m_ext.ext_arg2 = NULL; in m_cljset()
1092 m = m->m_next; in m_clrprotoflags()
1101 m = m->m_next; in m_last()
1233 (M_WRITABLE(m) ? ((m)->m_data - M_START(m)) : 0)
1244 #define M_TRAILINGROOM(m) ((M_START(m) + M_SIZE(m)) - ((m)->m_data + (m)->m_len)) argument
1255 #define M_TRAILINGSPACE(m) (M_WRITABLE(m) ? M_TRAILINGROOM(m) : 0) argument
[all …]
/freebsd/tools/test/stress2/misc/
H A Dbackingstore.sh41 mdconfig -l | grep -q md$m && mdconfig -d -u $m
45 mdconfig -a -t vnode -f $D$m -u $m
48 [ -d $mntpoint$m ] || mkdir -p $mntpoint$m
49 mount $opt /dev/md$m $mntpoint$m
51 n=$m
52 m=$((m + 1))
54 mount | grep "$mntpoint$m" | grep -q md$m && umount $mntpoint$m
55 mdconfig -l | grep -q md$m && mdconfig -d -u $m
61 [ -d $mntpoint$m ] || mkdir -p $mntpoint$m
62 mount $opt /dev/md$m $mntpoint$m
[all …]
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_methods.c29 for (m = eap_methods; m; m = m->next) { in eap_server_get_eap_method()
30 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
31 return m; in eap_server_get_eap_method()
49 for (m = eap_methods; m; m = m->next) { in eap_server_get_type()
52 return m->method; in eap_server_get_type()
118 for (m = eap_methods; m; m = m->next) { in eap_server_method_register()
125 last = m; in eap_server_method_register()
151 if (m->free) in eap_server_unregister_methods()
152 m->free(m); in eap_server_unregister_methods()
173 for (m = eap_methods; m; m = m->next) { in eap_server_get_name()
[all …]
/freebsd/contrib/less/
H A Dmark.c130 struct mark *m; in getmark() local
139 m = &sm; in getmark()
151 m = &sm; in getmark()
158 m = &sm; in getmark()
160 cmark(m, curr_ifile, m->m_scrpos.pos, m->m_scrpos.ln); in getmark()
182 return (m); in getmark()
202 if (m == NULL) in setmark()
222 if (m == NULL) in clrmark()
258 if (m == NULL) in gomark()
298 if (m == NULL) in markpos()
[all …]

12345678910>>...172