Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 1896) sorted by relevance

12345678910>>...76

/trueos/contrib/diff/lib/
HDfile-type.h52 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
54 # define S_ISBLK(m) 0 argument
60 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
62 # define S_ISCHR(m) 0 argument
68 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
70 # define S_ISDIR(m) 0 argument
76 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) argument
78 # define S_ISDOOR(m) 0 argument
84 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
86 # define S_ISFIFO(m) 0 argument
[all …]
/trueos/contrib/gdb/gdb/
HDgdb_stat.h41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
44 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
47 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
50 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
53 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
59 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
62 #define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB) argument
63 #define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) argument
66 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) argument
/trueos/lib/libdispatch/src/shims/
HDatomic.h115 #define _dispatch_atomic_barrier(m) \ argument
117 #define dispatch_atomic_load(p, m) \ argument
121 #define dispatch_atomic_store(p, v, m) \ argument
125 #define dispatch_atomic_xchg(p, v, m) \ argument
129 #define dispatch_atomic_cmpxchg(p, e, v, m) \ argument
134 #define dispatch_atomic_cmpxchgv(p, e, v, g, m) \ argument
139 #define dispatch_atomic_cmpxchgvw(p, e, v, g, m) \ argument
144 #define _dispatch_atomic_c11_op(p, v, m, o, op) \ argument
148 #define _dispatch_atomic_c11_op_orig(p, v, m, o, op) \ argument
153 #define dispatch_atomic_add(p, v, m) \ argument
[all …]
/trueos/sys/vm/
HDvm_page.c503 vm_page_reference(vm_page_t m) in vm_page_reference()
515 vm_page_busy_downgrade(vm_page_t m) in vm_page_busy_downgrade()
536 vm_page_sbusied(vm_page_t m) in vm_page_sbusied()
550 vm_page_sunbusy(vm_page_t m) in vm_page_sunbusy()
595 vm_page_busy_sleep(vm_page_t m, const char *wmesg) in vm_page_busy_sleep()
622 vm_page_trysbusy(vm_page_t m) in vm_page_trysbusy()
642 vm_page_xunbusy_hard(vm_page_t m) in vm_page_xunbusy_hard()
662 vm_page_flash(vm_page_t m) in vm_page_flash()
736 vm_page_t m; in PHYS_TO_VM_PAGE() local
767 vm_page_t m; in vm_page_getfake() local
[all …]
HDvm_page.h280 #define vm_page_lock(m) vm_page_lock_KBI((m), LOCK_FILE, LOCK_LINE) argument
281 #define vm_page_unlock(m) vm_page_unlock_KBI((m), LOCK_FILE, LOCK_LINE) argument
282 #define vm_page_trylock(m) vm_page_trylock_KBI((m), LOCK_FILE, LOCK_LINE) argument
284 #define vm_page_lockptr(m) (PA_LOCKPTR(VM_PAGE_TO_PHYS((m)))) argument
285 #define vm_page_lock(m) mtx_lock(vm_page_lockptr((m))) argument
286 #define vm_page_unlock(m) mtx_unlock(vm_page_lockptr((m))) argument
287 #define vm_page_trylock(m) mtx_trylock(vm_page_lockptr((m))) argument
290 #define vm_page_assert_locked(m) \ argument
292 #define vm_page_lock_assert(m, a) \ argument
295 #define vm_page_assert_locked(m) argument
[all …]
/trueos/lib/libthr/thread/
HDthr_mutex.c49 #define MUTEX_INIT_LINK(m) do { \ argument
53 #define MUTEX_ASSERT_IS_OWNED(m) do { \ argument
57 #define MUTEX_ASSERT_NOT_OWNED(m) do { \ argument
63 #define MUTEX_INIT_LINK(m) argument
64 #define MUTEX_ASSERT_IS_OWNED(m) argument
65 #define MUTEX_ASSERT_NOT_OWNED(m) argument
199 set_inherited_priority(struct pthread *curthread, struct pthread_mutex *m) in set_inherited_priority()
238 struct pthread_mutex *m; in _mutex_fork() local
259 pthread_mutex_t m; in _pthread_mutex_destroy() local
281 #define ENQUEUE_MUTEX(curthread, m) \ argument
[all …]
/trueos/contrib/libarchive/libarchive/test/
HDtest_archive_match_time.c35 struct archive *m; in test_newer_time() local
87 struct archive *m; in test_newer_time_str() local
175 struct archive *m; in test_newer_time_str_w() local
264 struct archive *m; in test_newer_mtime_than_file_mbs() local
321 struct archive *m; in test_newer_ctime_than_file_mbs() local
378 struct archive *m; in test_newer_mtime_than_file_wcs() local
435 struct archive *m; in test_newer_ctime_than_file_wcs() local
492 struct archive *m; in test_older_time() local
544 struct archive *m; in test_older_time_str() local
634 struct archive *m; in test_older_time_str_w() local
[all …]
HDtest_archive_match_path.c33 struct archive *m; in test_exclusion_mbs() local
76 struct archive *m; in test_exclusion_wcs() local
116 exclusion_from_file(struct archive *m) in exclusion_from_file()
176 struct archive *m; in test_exclusion_from_file_mbs() local
201 struct archive *m; in test_exclusion_from_file_wcs() local
227 struct archive *m; in test_inclusion_mbs() local
276 struct archive *m; in test_inclusion_wcs() local
324 struct archive *m; in test_inclusion_from_file_mbs() local
348 struct archive *m; in test_inclusion_from_file_wcs() local
375 struct archive *m; in test_exclusion_and_inclusion() local
HDtest_archive_match_owner.c33 struct archive *m; in test_uid() local
75 struct archive *m; in test_gid() local
117 struct archive *m; in test_uname_mbs() local
159 struct archive *m; in test_uname_wcs() local
201 struct archive *m; in test_gname_mbs() local
243 struct archive *m; in test_gname_wcs() local
/trueos/contrib/mdocml/
HDman.c63 man_node(const struct man *m) in man_node()
72 man_meta(const struct man *m) in man_meta()
115 man_endparse(struct man *m) in man_endparse()
127 man_parseln(struct man *m, int ln, char *buf, int offs) in man_parseln()
160 man_alloc1(struct man *m) in man_alloc1()
237 man_node_alloc(struct man *m, int line, int pos, in man_node_alloc()
256 man_elem_alloc(struct man *m, int line, int pos, enum mant tok) in man_elem_alloc()
269 man_tail_alloc(struct man *m, int line, int pos, enum mant tok) in man_tail_alloc()
282 man_head_alloc(struct man *m, int line, int pos, enum mant tok) in man_head_alloc()
295 man_body_alloc(struct man *m, int line, int pos, enum mant tok) in man_body_alloc()
[all …]
HDmdoc.c107 mdoc_node(const struct mdoc *m) in mdoc_node()
116 mdoc_meta(const struct mdoc *m) in mdoc_meta()
220 mdoc_endparse(struct mdoc *m) in mdoc_endparse()
231 mdoc_addeqn(struct mdoc *m, const struct eqn *ep) in mdoc_addeqn()
255 mdoc_addspan(struct mdoc *m, const struct tbl_span *sp) in mdoc_addspan()
284 mdoc_parseln(struct mdoc *m, int ln, char *buf, int offs) in mdoc_parseln()
427 node_alloc(struct mdoc *m, int line, int pos, in node_alloc()
454 mdoc_tail_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) in mdoc_tail_alloc()
467 mdoc_head_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) in mdoc_head_alloc()
483 mdoc_body_alloc(struct mdoc *m, int line, int pos, enum mdoct tok) in mdoc_body_alloc()
[all …]
/trueos/sys/sys/
HDmutex.h134 #define mtx_init(m, n, t, o) \ argument
136 #define mtx_destroy(m) \ argument
138 #define mtx_trylock_flags_(m, o, f, l) \ argument
140 #define _mtx_lock_sleep(m, t, o, f, l) \ argument
142 #define _mtx_unlock_sleep(m, o, f, l) \ argument
145 #define _mtx_lock_spin(m, t, o, f, l) \ argument
148 #define _mtx_lock_flags(m, o, f, l) \ argument
150 #define _mtx_unlock_flags(m, o, f, l) \ argument
152 #define _mtx_lock_spin_flags(m, o, f, l) \ argument
154 #define _mtx_unlock_spin_flags(m, o, f, l) \ argument
[all …]
/trueos/lib/libkse/thread/
HDthr_mutex.c44 #define MUTEX_INIT_LINK(m) do { \ argument
48 #define MUTEX_ASSERT_IS_OWNED(m) do { \ argument
52 #define MUTEX_ASSERT_NOT_OWNED(m) do { \ argument
62 #define MUTEX_INIT_LINK(m) argument
63 #define MUTEX_ASSERT_IS_OWNED(m) argument
64 #define MUTEX_ASSERT_NOT_OWNED(m) argument
69 #define MUTEX_DESTROY(m) do { \ argument
278 pthread_mutex_t m; in _pthread_mutex_destroy() local
525 mutex_lock_common(struct pthread *curthread, pthread_mutex_t *m, in mutex_lock_common()
861 __pthread_mutex_lock(pthread_mutex_t *m) in __pthread_mutex_lock()
[all …]
/trueos/sys/fs/nfs/
HDnfskpiport.h37 #define vfs_statfs(m) (&((m)->mnt_stat)) argument
38 #define vfs_flags(m) ((m)->mnt_flag) argument
45 #define mbuf_freem(m) m_freem(m) argument
46 #define mbuf_data(m) mtod((m), void *) argument
47 #define mbuf_len(m) ((m)->m_len) argument
48 #define mbuf_next(m) ((m)->m_next) argument
49 #define mbuf_setlen(m, l) ((m)->m_len = (l)) argument
50 #define mbuf_setnext(m, p) ((m)->m_next = (p)) argument
51 #define mbuf_pkthdr_len(m) ((m)->m_pkthdr.len) argument
52 #define mbuf_pkthdr_setlen(m, l) ((m)->m_pkthdr.len = (l)) argument
[all …]
/trueos/sys/netgraph/
HDng_rfc1490.c311 struct mbuf *m; in ng_rfc1490_rcvdata() local
391 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
392 mtod(m, u_char *)[1] = NLPID_PPP; in ng_rfc1490_rcvdata() local
400 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
401 mtod(m, u_char *)[1] = NLPID_IP; in ng_rfc1490_rcvdata() local
412 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
413 mtod(m, u_char *)[1] = 0x00; /* PAD */ in ng_rfc1490_rcvdata() local
414 mtod(m, u_char *)[2] = NLPID_SNAP; in ng_rfc1490_rcvdata() local
431 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
432 mtod(m, u_char *)[1] = 0x00; /* pad */ in ng_rfc1490_rcvdata() local
[all …]
/trueos/crypto/openssl/crypto/bn/
HDbn_mod.c127 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod()
142 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add()
155 const BIGNUM *m) in BN_mod_add_quick()
164 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub()
177 const BIGNUM *m) in BN_mod_sub_quick()
187 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul()
216 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr()
224 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1()
236 int BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick()
246 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, in BN_mod_lshift()
[all …]
/trueos/sys/contrib/octeon-sdk/cvmx-malloc/
HDthread-m.h48 #define mutex_init(m) cvmx_spinlock_init(m) argument
49 #define mutex_lock(m) cvmx_spinlock_lock(m) argument
50 #define mutex_trylock(m) (cvmx_spinlock_trylock(m)) argument
51 #define mutex_unlock(m) cvmx_spinlock_unlock(m) argument
57 #define mutex_init(m) (*(m) = 0) argument
58 #define mutex_lock(m) ((*(m) = 1), 0) argument
59 #define mutex_trylock(m) (*(m) ? 1 : ((*(m) = 1), 0)) argument
60 #define mutex_unlock(m) (*(m) = 0) argument
/trueos/sys/dev/sound/pcm/
HDmixer.c149 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, in mixer_set_softpcmvol()
194 mixer_set_eq(struct snd_mixer *m, struct snddev_info *d, in mixer_set_eq()
246 mixer_set(struct snd_mixer *m, u_int dev, u_int lev) in mixer_set()
397 mixer_get_recroute(struct snd_mixer *m, int *route) in mixer_get_recroute()
432 mixer_set_recroute(struct snd_mixer *m, int route) in mixer_set_recroute()
456 mix_setdevs(struct snd_mixer *m, u_int32_t v) in mix_setdevs()
496 mix_setrecdevs(struct snd_mixer *m, u_int32_t v) in mix_setrecdevs()
546 mix_setparentchild(struct snd_mixer *m, u_int32_t parent, u_int32_t childs) in mix_setparentchild()
569 mix_setrealdev(struct snd_mixer *m, u_int32_t dev, u_int32_t realdev) in mix_setrealdev()
578 mix_getparent(struct snd_mixer *m, u_int32_t dev) in mix_getparent()
[all …]
/trueos/crypto/openssh/
HDmonitor_wrap.c126 mm_request_send(int sock, enum monitor_reqtype type, Buffer *m) in mm_request_send()
142 mm_request_receive(int sock, Buffer *m) in mm_request_receive()
164 mm_request_receive_expect(int sock, enum monitor_reqtype type, Buffer *m) in mm_request_receive_expect()
182 Buffer m; in mm_choose_dh() local
215 Buffer m; in mm_key_sign() local
236 Buffer m; in mm_getpwnamallow() local
299 Buffer m; in mm_auth2_read_banner() local
326 Buffer m; in mm_inform_authserv() local
343 Buffer m; in mm_auth_password() local
392 Buffer m; in mm_key_allowed() local
[all …]
/trueos/sys/dev/sound/midi/
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
112 struct mpu401 *m = (struct mpu401 *)a; in mpu401_timeout() local
119 mpu401_intr(struct mpu401 *m) in mpu401_intr()
129 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0) in mpu401_intr() argument
130 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0) in mpu401_intr() argument
178 struct mpu401 *m; in mpu401_init() local
206 mpu401_uninit(struct mpu401 *m) in mpu401_uninit()
[all …]
/trueos/sys/kern/
HDkern_mutex.c94 #define mtx_unowned(m) ((m)->mtx_lock == MTX_UNOWNED) argument
96 #define mtx_destroyed(m) ((m)->mtx_lock == MTX_DESTROYED) argument
98 #define mtx_owner(m) ((struct thread *)((m)->mtx_lock & ~MTX_FLAGMASK)) argument
173 struct mtx *m; in unlock_mtx() local
192 const struct mtx *m = (const struct mtx *)lock; in owner_mtx() local
206 struct mtx *m; in __mtx_lock_flags() local
235 struct mtx *m; in __mtx_unlock_flags() local
262 struct mtx *m; in __mtx_lock_spin_flags() local
292 struct mtx *m; in __mtx_unlock_spin_flags() local
320 struct mtx *m; in _mtx_trylock_flags_() local
[all …]
/trueos/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()
450 mapc_repl_kv(mnt_map *m, char *key, char *val) in mapc_repl_kv()
480 search_map(mnt_map *m, char *key, char **valp) in search_map()
501 mapc_find_wildcard(mnt_map *m) in mapc_find_wildcard()
520 mapc_reload_map(mnt_map *m) in mapc_reload_map()
587 mnt_map *m = ALLOC(struct mnt_map); in mapc_create() local
701 mapc_clear(mnt_map *m) in mapc_clear()
[all …]
/trueos/contrib/wpa/src/eap_peer/
HDeap_methods.c30 struct eap_method *m; in eap_peer_get_eap_method() local
50 struct eap_method *m; in eap_peer_get_type() local
73 struct eap_method *m; in eap_get_name() local
94 struct eap_method *m; in eap_get_names() local
128 struct eap_method *m; in eap_get_names_as_string_array() local
166 struct eap_method *m; in eap_peer_get_methods() local
233 struct eap_method *m, *prev; in eap_peer_method_unload() local
315 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
346 struct eap_method *m; in eap_peer_unregister_methods() local
/trueos/sys/security/mac/
HDmac_inet.c192 mac_ipq_reassemble(struct ipq *q, struct mbuf *m) in mac_ipq_reassemble()
206 mac_netinet_fragment(struct mbuf *m, struct mbuf *frag) in mac_netinet_fragment()
221 mac_ipq_create(struct mbuf *m, struct ipq *q) in mac_ipq_create()
234 mac_inpcb_create_mbuf(struct inpcb *inp, struct mbuf *m) in mac_inpcb_create_mbuf()
250 mac_ipq_match(struct mbuf *m, struct ipq *q) in mac_ipq_match()
267 mac_netinet_arp_send(struct ifnet *ifp, struct mbuf *m) in mac_netinet_arp_send()
298 mac_netinet_icmp_replyinplace(struct mbuf *m) in mac_netinet_icmp_replyinplace()
311 mac_netinet_igmp_send(struct ifnet *ifp, struct mbuf *m) in mac_netinet_igmp_send()
327 mac_netinet_tcp_reply(struct mbuf *m) in mac_netinet_tcp_reply()
340 mac_ipq_update(struct mbuf *m, struct ipq *q) in mac_ipq_update()
[all …]
/trueos/contrib/sendmail/libsmutil/
HDerr.c27 const char *m; local
30 m = msg; local
51 const char *m; local
54 m = msg; local

12345678910>>...76