Home
last modified time | relevance | path

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

12345678910>>...129

/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDtcl_syscolors_example.txt17  0 16624 2 syscall -> munmap
18  0 16624 31 syscall <- munmap
19  0 16624 52 syscall -> mmap
20  0 16624 21 syscall <- mmap
21  0 16624 38 syscall -> setcontext
22  0 16624 8 syscall <- setcontext
23  0 16624 8 syscall -> getrlimit
24  0 16624 9 syscall <- getrlimit
25  0 16624 8 syscall -> getpid
26  0 16624 7 syscall <- getpid
[all …]
HDpy_syscolors_example.txt16 0 145544 2 ":- syscall -> munmap
17 0 145544 34 ":- syscall <- munmap
18 0 145544 56 ":- syscall -> mmap
19 0 145544 19 ":- syscall <- mmap
20 0 145544 42 ":- syscall -> setcontext
21 0 145544 10 ":- syscall <- setcontext
22 0 145544 9 ":- syscall -> getrlimit
23 0 145544 10 ":- syscall <- getrlimit
24 0 145544 9 ":- syscall -> getpid
25 0 145544 8 ":- syscall <- getpid
[all …]
HDrb_syscolors_example.txt16 0 146499 2 ":- syscall -> munmap
17 0 146499 35 ":- syscall <- munmap
18 0 146499 56 ":- syscall -> mmap
19 0 146499 18 ":- syscall <- mmap
20 0 146499 41 ":- syscall -> setcontext
21 0 146499 10 ":- syscall <- setcontext
22 0 146499 10 ":- syscall -> getrlimit
23 0 146499 11 ":- syscall <- getrlimit
24 0 146499 9 ":- syscall -> getpid
25 0 146499 8 ":- syscall <- getpid
[all …]
HDpl_syscolors_example.txt16 0 305181 2 ":- syscall -> munmap
17 0 305181 33 ":- syscall <- munmap
18 0 305181 59 ":- syscall -> mmap
19 0 305181 18 ":- syscall <- mmap
20 0 305181 35 ":- syscall -> setcontext
21 0 305181 8 ":- syscall <- setcontext
22 0 305181 8 ":- syscall -> getrlimit
23 0 305181 9 ":- syscall <- getrlimit
24 0 305181 8 ":- syscall -> getpid
25 0 305181 7 ":- syscall <- getpid
[all …]
HDj_syscolors_example.txt30 0 311542/1 2 syscall -> munmap
31 0 311542/1 33 syscall <- munmap
32 0 311542/1 52 syscall -> mmap
33 0 311542/1 16 syscall <- mmap
34 0 311542/1 34 syscall -> setcontext
35 0 311542/1 7 syscall <- setcontext
36 0 311542/1 7 syscall -> getrlimit
37 0 311542/1 7 syscall <- getrlimit
38 0 311542/1 7 syscall -> getpid
39 0 311542/1 6 syscall <- getpid
[all …]
HDsh_pidcolors_example.txt30 0 12312 2 func_abc.sh:- syscall -> munmap
31 0 12312 34 func_abc.sh:- syscall <- munmap
32 0 12312 53 func_abc.sh:- syscall -> mmap
33 0 12312 19 func_abc.sh:- syscall <- mmap
34 0 12312 43 func_abc.sh:- syscall -> setcontext
35 0 12312 11 func_abc.sh:- syscall <- setcontext
36 0 12312 11 func_abc.sh:- syscall -> getrlimit
37 0 12312 11 func_abc.sh:- syscall <- getrlimit
38 0 12312 10 func_abc.sh:- syscall -> getpid
39 0 12312 9 func_abc.sh:- syscall <- getpid
[all …]
HDsh_syscolors_example.txt21 0 12979 2 func_abc.sh:- syscall -> munmap
22 0 12979 35 func_abc.sh:- syscall <- munmap
23 0 12979 56 func_abc.sh:- syscall -> mmap
24 0 12979 18 func_abc.sh:- syscall <- mmap
25 0 12979 40 func_abc.sh:- syscall -> setcontext
26 0 12979 11 func_abc.sh:- syscall <- setcontext
27 0 12979 11 func_abc.sh:- syscall -> getrlimit
28 0 12979 11 func_abc.sh:- syscall <- getrlimit
29 0 12979 10 func_abc.sh:- syscall -> getpid
30 0 12979 9 func_abc.sh:- syscall <- getpid
[all …]
/NextBSD/contrib/libarchive/libarchive/test/
HDtest_archive_match_path.c33 struct archive *m; in test_exclusion_mbs() local
35 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_mbs()
38 archive_match_free(m); in test_exclusion_mbs()
43 assertEqualIntA(m, 0, archive_match_exclude_pattern(m, "^aa*")); in test_exclusion_mbs()
48 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
49 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_mbs()
53 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
54 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_mbs()
59 assertEqualInt(0, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
60 assertEqualInt(0, archive_match_excluded(m, ae)); in test_exclusion_mbs()
[all …]
HDtest_archive_match_owner.c33 struct archive *m; in test_uid() local
35 if (!assert((m = archive_match_new()) != NULL)) in test_uid()
38 archive_match_free(m); in test_uid()
42 assertEqualIntA(m, 0, archive_match_include_uid(m, 1000)); in test_uid()
43 assertEqualIntA(m, 0, archive_match_include_uid(m, 1002)); in test_uid()
47 assertEqualInt(1, archive_match_owner_excluded(m, ae)); in test_uid()
48 assertEqualInt(1, archive_match_excluded(m, ae)); in test_uid()
51 assertEqualInt(0, archive_match_owner_excluded(m, ae)); in test_uid()
52 assertEqualInt(0, archive_match_excluded(m, ae)); in test_uid()
55 assertEqualInt(1, archive_match_owner_excluded(m, ae)); in test_uid()
[all …]
HDtest_archive_match_time.c35 struct archive *m; in test_newer_time() local
37 if (!assert((m = archive_match_new()) != NULL)) in test_newer_time()
40 archive_match_free(m); in test_newer_time()
44 assertEqualIntA(m, 0, archive_match_include_time(m, in test_newer_time()
52 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time()
53 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time()
57 assertEqualInt(1, archive_match_time_excluded(m, ae)); in test_newer_time()
58 assertEqualInt(1, archive_match_excluded(m, ae)); in test_newer_time()
63 assertEqualInt(0, archive_match_time_excluded(m, ae)); in test_newer_time()
64 assertEqualInt(0, archive_match_excluded(m, ae)); in test_newer_time()
[all …]
/NextBSD/sys/vm/
HDvm_page.c157 static struct vnode *vm_page_alloc_init(vm_page_t m);
158 static void vm_page_clear_dirty_mask(vm_page_t m, vm_page_bits_t pagebits);
159 static void vm_page_enqueue(uint8_t queue, vm_page_t m);
162 static int vm_page_insert_after(vm_page_t m, vm_object_t object,
164 static void vm_page_insert_radixdone(vm_page_t m, vm_object_t object,
216 vm_page_t m; in vm_page_percpu_alloc() local
233 m = vm_phys_alloc_pages(object != NULL ? in vm_page_percpu_alloc()
235 if (m == NULL) in vm_page_percpu_alloc()
237 vm_phys_freecnt_adj(m, -1); in vm_page_percpu_alloc()
239 TAILQ_INSERT_TAIL(&ppcpu->vpp_pages, m, plinks.q); in vm_page_percpu_alloc()
[all …]
/NextBSD/sys/dev/sound/midi/
HDmidi.c131 struct snd_midi *m; member
284 struct snd_midi *m; in midi_init() local
296 TAILQ_FOREACH(m, &midi_devs, link) { in midi_init()
297 mtx_lock(&m->lock); in midi_init()
299 if (m->unit == unit && m->channel == channel) { in midi_init()
300 mtx_unlock(&m->lock); in midi_init()
307 if (m->unit > i) in midi_init()
308 i = m->unit; in midi_init()
310 mtx_unlock(&m->lock); in midi_init()
317 m = malloc(sizeof(*m), M_MIDI, M_NOWAIT | M_ZERO); in midi_init()
[all …]
HDmpu401.c69 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) argument
70 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) argument
71 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) argument
72 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) argument
83 static void mpu401_timeout(void *m);
112 struct mpu401 *m = (struct mpu401 *)a; in mpu401_timeout() local
114 if (m->si) in mpu401_timeout()
115 (m->si)(m->cookie); in mpu401_timeout()
119 mpu401_intr(struct mpu401 *m) in mpu401_intr() argument
129 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0) in mpu401_intr() argument
[all …]
/NextBSD/contrib/gcc/
HDgenmodes.c149 struct mode_data *m; in new_mode() local
152 m = find_mode (name); in new_mode()
153 if (m) in new_mode()
157 error ("%s:%d: previous definition here", m->file, m->line); in new_mode()
158 return m; in new_mode()
161 m = XNEW (struct mode_data); in new_mode()
162 memcpy (m, &blank_mode, sizeof (struct mode_data)); in new_mode()
163 m->cl = cl; in new_mode()
164 m->name = name; in new_mode()
166 m->file = trim_filename (file); in new_mode()
[all …]
/NextBSD/sys/kern/
HDuipc_mbuf.c141 struct mbuf *m, *n; in m_get2() local
154 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_get2()
155 if (m == NULL) in m_get2()
158 n = uma_zalloc_arg(zone_jumbop, m, how); in m_get2()
160 uma_zfree(zone_mbuf, m); in m_get2()
164 return (m); in m_get2()
175 struct mbuf *m, *n; in m_getjcl() local
184 m = uma_zalloc_arg(zone_mbuf, &args, how); in m_getjcl()
185 if (m == NULL) in m_getjcl()
189 n = uma_zalloc_arg(zone, m, how); in m_getjcl()
[all …]
HDkern_mutex.c93 #define mtx_unowned(m) ((m)->mtx_lock == MTX_UNOWNED) argument
95 #define mtx_destroyed(m) ((m)->mtx_lock == MTX_DESTROYED) argument
97 #define mtx_owner(m) ((struct thread *)((m)->mtx_lock & ~MTX_FLAGMASK)) argument
172 struct mtx *m; in unlock_mtx() local
174 m = (struct mtx *)lock; in unlock_mtx()
175 mtx_assert(m, MA_OWNED | MA_NOTRECURSED); in unlock_mtx()
176 mtx_unlock(m); in unlock_mtx()
191 const struct mtx *m = (const struct mtx *)lock; in owner_mtx() local
193 *owner = mtx_owner(m); in owner_mtx()
194 return (mtx_unowned(m) == 0); in owner_mtx()
[all …]
HDuipc_sockbuf.c75 sbm_clrprotoflags(struct mbuf *m, int flags) in sbm_clrprotoflags() argument
82 while (m) { in sbm_clrprotoflags()
83 m->m_flags &= mask; in sbm_clrprotoflags()
84 m = m->m_next; in sbm_clrprotoflags()
92 sbready(struct sockbuf *sb, struct mbuf *m, int count) in sbready() argument
99 blocker = (sb->sb_fnrdy == m) ? M_BLOCKED : 0; in sbready()
101 for (int i = 0; i < count; i++, m = m->m_next) { in sbready()
102 KASSERT(m->m_flags & M_NOTREADY, in sbready()
103 ("%s: m %p !M_NOTREADY", __func__, m)); in sbready()
104 m->m_flags &= ~(M_NOTREADY | blocker); in sbready()
[all …]
/NextBSD/contrib/wpa/src/eap_peer/
HDeap_methods.c30 struct eap_method *m; in eap_peer_get_eap_method() local
31 for (m = eap_methods; m; m = m->next) { in eap_peer_get_eap_method()
32 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
33 return m; in eap_peer_get_eap_method()
50 struct eap_method *m; in eap_peer_get_type() local
51 for (m = eap_methods; m; m = m->next) { in eap_peer_get_type()
52 if (os_strcmp(m->name, name) == 0) { in eap_peer_get_type()
53 *vendor = m->vendor; in eap_peer_get_type()
54 return m->method; in eap_peer_get_type()
73 struct eap_method *m; in eap_get_name() local
[all …]
/NextBSD/crypto/openssh/
HDmonitor_wrap.c126 mm_request_send(int sock, enum monitor_reqtype type, Buffer *m) in mm_request_send() argument
128 u_int mlen = buffer_len(m); in mm_request_send()
137 if (atomicio(vwrite, sock, buffer_ptr(m), mlen) != mlen) in mm_request_send()
142 mm_request_receive(int sock, Buffer *m) in mm_request_receive() argument
157 buffer_clear(m); in mm_request_receive()
158 buffer_append_space(m, msg_len); in mm_request_receive()
159 if (atomicio(read, sock, buffer_ptr(m), msg_len) != msg_len) in mm_request_receive()
164 mm_request_receive_expect(int sock, enum monitor_reqtype type, Buffer *m) in mm_request_receive_expect() argument
170 mm_request_receive(sock, m); in mm_request_receive_expect()
171 rtype = buffer_get_char(m); in mm_request_receive_expect()
[all …]
/NextBSD/sys/dev/sound/pcm/
HDmixer.c148 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, in mixer_set_softpcmvol() argument
157 if (mtx_owned(m->lock)) in mixer_set_softpcmvol()
174 MIXER_SET_UNLOCK(m, dropmtx); in mixer_set_softpcmvol()
187 MIXER_SET_LOCK(m, dropmtx); in mixer_set_softpcmvol()
193 mixer_set_eq(struct snd_mixer *m, struct snddev_info *d, in mixer_set_eq() argument
210 if (mtx_owned(m->lock)) in mixer_set_eq()
227 MIXER_SET_UNLOCK(m, dropmtx); in mixer_set_eq()
239 MIXER_SET_LOCK(m, dropmtx); in mixer_set_eq()
245 mixer_set(struct snd_mixer *m, u_int dev, u_int lev) in mixer_set() argument
253 if (m == NULL || dev >= SOUND_MIXER_NRDEVICES || in mixer_set()
[all …]
/NextBSD/sys/dev/mlx5/mlx5_en/
HDen.h130 #define MLX5E_VPORT_STATS(m) \ argument
132 m(+1, u64 rx_packets, "rx_packets", "Received packets") \
133 m(+1, u64 rx_bytes, "rx_bytes", "Received bytes") \
134 m(+1, u64 tx_packets, "tx_packets", "Transmitted packets") \
135 m(+1, u64 tx_bytes, "tx_bytes", "Transmitted bytes") \
136 m(+1, u64 rx_error_packets, "rx_error_packets", "Received error packets") \
137 m(+1, u64 rx_error_bytes, "rx_error_bytes", "Received error bytes") \
138 m(+1, u64 tx_error_packets, "tx_error_packets", "Transmitted error packets") \
139 m(+1, u64 tx_error_bytes, "tx_error_bytes", "Transmitted error bytes") \
140 m(+1, u64 rx_unicast_packets, "rx_unicast_packets", "Received unicast packets") \
[all …]
/NextBSD/sys/crypto/
HDsha1.c70 #define W(n) (ctxt->m.b32[(n)])
73 ctxt->m.b8[(COUNT % 64)] = (x); \
82 ctxt->m.b8[(COUNT % 64)] = (x); \
101 bcopy(&ctxt->m.b8[0], &tctxt.m.b8[0], 64);
102 ctxt->m.b8[0] = tctxt.m.b8[3]; ctxt->m.b8[1] = tctxt.m.b8[2];
103 ctxt->m.b8[2] = tctxt.m.b8[1]; ctxt->m.b8[3] = tctxt.m.b8[0];
104 ctxt->m.b8[4] = tctxt.m.b8[7]; ctxt->m.b8[5] = tctxt.m.b8[6];
105 ctxt->m.b8[6] = tctxt.m.b8[5]; ctxt->m.b8[7] = tctxt.m.b8[4];
106 ctxt->m.b8[8] = tctxt.m.b8[11]; ctxt->m.b8[9] = tctxt.m.b8[10];
107 ctxt->m.b8[10] = tctxt.m.b8[9]; ctxt->m.b8[11] = tctxt.m.b8[8];
[all …]
/NextBSD/contrib/compiler-rt/lib/tsan/tests/rtl/
HDtsan_mutex.cc24 Mutex m; in TEST() local
25 t.Create(m); in TEST()
27 t.Lock(m); in TEST()
28 t.Unlock(m); in TEST()
30 CHECK(t.TryLock(m)); in TEST()
31 t.Unlock(m); in TEST()
33 t.Lock(m); in TEST()
34 CHECK(!t.TryLock(m)); in TEST()
35 t.Unlock(m); in TEST()
37 t.Destroy(m); in TEST()
[all …]
/NextBSD/lib/libdispatch/src/shims/
HDatomic.h115 #define _dispatch_atomic_barrier(m) \ argument
116 ({ __c11_atomic_thread_fence(dispatch_atomic_memory_order_##m); })
117 #define dispatch_atomic_load(p, m) \ argument
120 dispatch_atomic_memory_order_##m); (typeof(*(p)))_r; })
121 #define dispatch_atomic_store(p, v, m) \ argument
124 dispatch_atomic_memory_order_##m); })
125 #define dispatch_atomic_xchg(p, v, m) \ argument
128 dispatch_atomic_memory_order_##m); (typeof(*(p)))_r; })
129 #define dispatch_atomic_cmpxchg(p, e, v, m) \ argument
132 &_r, _v, dispatch_atomic_memory_order_##m, \
[all …]
/NextBSD/contrib/amd/amd/
HDmapc.c57 #define mapc_dup(m) ((m)->refc++, (m)) argument
75 # define MAPC_ISRE(m) ((m)->alloc == MAPC_RE) argument
77 # define MAPC_ISRE(m) FALSE argument
404 mapc_add_kv(mnt_map *m, char *key, char *val) in mapc_add_kv() argument
416 if (MAPC_ISRE(m)) { in mapc_add_kv()
437 h = &m->kvhash[hash]; in mapc_add_kv()
450 mapc_repl_kv(mnt_map *m, char *key, char *val) in mapc_repl_kv() argument
457 k = m->kvhash[kvhash_of(key)]; in mapc_repl_kv()
469 mapc_add_kv(m, key, val); in mapc_repl_kv()
480 search_map(mnt_map *m, char *key, char **valp) in search_map() argument
[all …]

12345678910>>...129