Home
last modified time | relevance | path

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

12345678910>>...83

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dstat-macros.h50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
52 # define S_ISBLK(m) 0 argument
58 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
60 # define S_ISCHR(m) 0 argument
66 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
68 # define S_ISDIR(m) 0 argument
74 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) argument
76 # define S_ISDOOR(m) 0 argument
82 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
84 # define S_ISFIFO(m) 0 argument
[all …]
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dlockdep.h47 #define mutex_acquire(m, x, y, ip) __nothing argument
48 #define mutex_release(m, ip) __nothing argument
55 #define lockdep_assert_held(m) KDASSERT(lockdep_is_held(m)) argument
56 #define lockdep_assert_held_once(m) KDASSERT(lockdep_is_held(m)) argument
57 #define lockdep_is_held(m) mutex_owned(__lockdep_kmutex(m)) argument
58 #define might_lock(m) \ argument
61 #define lockdep_assert_held(m) do {} while (0) argument
62 #define lockdep_assert_held_once(m) do {} while (0) argument
63 #define lockdep_is_held(m) 1 argument
64 #define might_lock(m) do {} while (0) argument
[all …]
/netbsd/src/sys/net/npf/
Dnpf_mbuf.c56 #define m_length(m) (nbuf)->nb_mops->getchainlen(m) argument
57 #define m_buflen(m) (nbuf)->nb_mops->getlen(m) argument
58 #define m_next_ptr(m) (nbuf)->nb_mops->getnext(m) argument
59 #define m_ensure_contig(m,t) (nbuf)->nb_mops->ensure_contig((m), (t)) argument
60 #define m_makewritable(m,o,l,f) (nbuf)->nb_mops->ensure_writable((m), (o+l)) argument
61 #define mtod(m,t) ((t)((nbuf)->nb_mops->getdata(m))) argument
62 #define m_flags_p(m,f) true argument
63 #define M_UNWRITABLE(m, l) false argument
65 #define m_next_ptr(m) (m)->m_next argument
66 #define m_buflen(m) ((size_t)(m)->m_len) argument
[all …]
/netbsd/src/external/bsd/pdisk/dist/
Dmedia.c81 delete_media(MEDIA m) in delete_media()
91 media_granularity(MEDIA m) in media_granularity()
102 media_total_size(MEDIA m) in media_total_size()
113 read_media(MEDIA m, long long offset, uint32_t count, void *address) in read_media()
129 write_media(MEDIA m, long long offset, uint32_t count, void *address) in write_media()
145 close_media(MEDIA m) in close_media()
161 os_reload_media(MEDIA m) in os_reload_media()
183 private_delete_media_iterator(MEDIA_ITERATOR m) in private_delete_media_iterator()
193 reset_media_iterator(MEDIA_ITERATOR m) in reset_media_iterator()
202 step_media_iterator(MEDIA_ITERATOR m) in step_media_iterator()
[all …]
/netbsd/src/sys/arch/hpc/stand/hpcboot/sh3/dev/
Dsh3_dev.cpp266 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, SH3_TCR_##m, #m) in tmu_channel_dump() argument
325 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_SYSSTBCR_##m, #m) in hd64461_dump() argument
346 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_SYSSYSCR_##m, #m) in hd64461_dump() argument
360 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_SYSSCPUCR_##m, #m) in hd64461_dump() argument
384 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_INTCNIRR_##m, #m) in hd64461_dump() argument
399 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_INTCNIMR_##m, #m) in hd64461_dump() argument
419 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0ISR_##m, #m) in hd64461_dump() argument
434 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0GCR_##m, #m) in hd64461_dump() argument
449 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0CSCR_##m, #m) in hd64461_dump() argument
463 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0CSCIER_##m, #m) in hd64461_dump() argument
[all …]
/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_archive_match_path.c32 struct archive *m; in test_exclusion_mbs() local
75 struct archive *m; in test_exclusion_wcs() local
115 exclusion_from_file(struct archive *m) in exclusion_from_file()
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
275 struct archive *m; in test_inclusion_wcs() local
323 struct archive *m; in test_inclusion_from_file_mbs() local
347 struct archive *m; in test_inclusion_from_file_wcs() local
374 struct archive *m; in test_exclusion_and_inclusion() local
Dtest_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
383 struct archive *m; in test_newer_mtime_than_file_wcs() local
502 struct archive *m; in test_older_time() local
554 struct archive *m; in test_older_time_str() local
644 struct archive *m; in test_older_time_str_w() local
735 struct archive *m; in test_older_mtime_than_file_mbs() local
855 struct archive *m; in test_older_mtime_than_file_wcs() local
[all …]
Dtest_archive_match_owner.c32 struct archive *m; in test_uid() local
74 struct archive *m; in test_gid() local
116 struct archive *m; in test_uname_mbs() local
158 struct archive *m; in test_uname_wcs() local
200 struct archive *m; in test_gname_mbs() local
242 struct archive *m; in test_gname_wcs() local
/netbsd/src/sys/netbt/
Dhci_event.c164 hci_event(struct mbuf *m, struct hci_unit *unit) in hci_event()
250 hci_event_command_status(struct hci_unit *unit, struct mbuf *m) in hci_event_command_status()
297 hci_event_command_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_command_compl()
380 hci_event_num_compl_pkts(struct hci_unit *unit, struct mbuf *m) in hci_event_num_compl_pkts()
456 hci_event_inquiry_result(struct hci_unit *unit, struct mbuf *m) in hci_event_inquiry_result()
497 hci_event_rssi_result(struct hci_unit *unit, struct mbuf *m) in hci_event_rssi_result()
538 hci_event_extended_result(struct hci_unit *unit, struct mbuf *m) in hci_event_extended_result()
572 hci_event_con_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_con_compl()
672 hci_event_discon_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_discon_compl()
699 hci_event_con_req(struct hci_unit *unit, struct mbuf *m) in hci_event_con_req()
[all …]
Dhci_unit.c290 struct mbuf *m; in hci_num_cmds() local
306 struct mbuf *m; in hci_send_cmd() local
353 struct mbuf *m; in hci_intr() local
448 hci_input_event(struct hci_unit *unit, struct mbuf *m) in hci_input_event()
470 hci_input_acl(struct hci_unit *unit, struct mbuf *m) in hci_input_acl()
492 hci_input_sco(struct hci_unit *unit, struct mbuf *m) in hci_input_sco()
514 hci_output_cmd(struct hci_unit *unit, struct mbuf *m) in hci_output_cmd()
537 hci_output_acl(struct hci_unit *unit, struct mbuf *m) in hci_output_acl()
550 hci_output_sco(struct hci_unit *unit, struct mbuf *m) in hci_output_sco()
563 hci_complete_sco(struct hci_unit *unit, struct mbuf *m) in hci_complete_sco()
/netbsd/src/sys/fs/nfs/common/
Dnfskpiport.h39 #define vfs_statfs(m) (&((m)->mnt_stat)) argument
40 #define vfs_flags(m) ((m)->mnt_flag) argument
49 #define mbuf_freem(m) m_freem(m) argument
50 #define mbuf_data(m) mtod((m), void *) argument
51 #define mbuf_len(m) ((m)->m_len) argument
52 #define mbuf_next(m) ((m)->m_next) argument
53 #define mbuf_setlen(m, l) ((m)->m_len = (l)) argument
54 #define mbuf_setnext(m, p) ((m)->m_next = (p)) argument
55 #define mbuf_pkthdr_len(m) ((m)->m_pkthdr.len) argument
56 #define mbuf_pkthdr_setlen(m, l) ((m)->m_pkthdr.len = (l)) argument
[all …]
/netbsd/src/usr.sbin/npf/npftest/libnpftest/
Dnpf_mbuf_subr.c21 struct mbuf *m; in npfkern_m_get() local
40 npfkern_m_getdata(const struct mbuf *m) in npfkern_m_getdata()
46 npfkern_m_next(struct mbuf *m) in npfkern_m_next()
52 npfkern_m_buflen(const struct mbuf *m) in npfkern_m_buflen()
58 npfkern_m_length(const struct mbuf *m) in npfkern_m_length()
71 npfkern_m_freem(struct mbuf *m) in npfkern_m_freem()
100 for (struct mbuf *m = *m0; m != NULL; m = m->m_next) { in npfkern_m_ensure_contig() local
114 struct mbuf *m; in mbuf_getwithdata() local
169 struct mbuf *m; in mbuf_construct() local
197 struct mbuf *m; in mbuf_construct6() local
[all …]
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DuDNS.c68 #define SetNextuDNSEvent(m, rr) { \ argument
83 mDNSlocal void SetRecordRetry(mDNS *const m, AuthRecord *rr, mDNSu32 random) in SetRecordRetry()
125 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *domain, const mDNSInterfac… in mDNS_AddDNSServer()
240 mDNSexport void PenalizeDNSServer(mDNS *const m, DNSQuestion *q, mDNSOpaque16 responseFlags) in PenalizeDNSServer()
375 mDNSlocal DomainAuthInfo *GetAuthInfoForName_direct(mDNS *m, const domainname *const name) in GetAuthInfoForName_direct()
394 mDNSexport DomainAuthInfo *GetAuthInfoForName_internal(mDNS *m, const domainname *const name) in GetAuthInfoForName_internal()
431 mDNSexport DomainAuthInfo *GetAuthInfoForName(mDNS *m, const domainname *const name) in GetAuthInfoForName()
441 mDNSexport mStatus mDNS_SetSecretForDomain(mDNS *m, DomainAuthInfo *info, in mDNS_SetSecretForDomain()
511 mDNSlocal mStatus uDNS_RequestAddress(mDNS *m) in uDNS_RequestAddress()
577 mDNSlocal mStatus uDNS_SendNATMsg(mDNS *m, NATTraversalInfo *info, mDNSBool usePCP, mDNSBool unmapp… in uDNS_SendNATMsg()
[all …]
/netbsd/src/sys/external/bsd/drm2/include/drm/
Ddrm_trace_netbsd.h38 #define DEFINE_TRACE0(m,p,n) SDT_PROBE_DEFINE0(sdt,m,p,n) argument
39 #define DEFINE_TRACE1(m,p,n,a) SDT_PROBE_DEFINE1(sdt,m,p,n,a) argument
40 #define DEFINE_TRACE2(m,p,n,a,b) SDT_PROBE_DEFINE2(sdt,m,p,n,a,b) argument
41 #define DEFINE_TRACE3(m,p,n,a,b,c) SDT_PROBE_DEFINE3(sdt,m,p,n,a,b,c) argument
42 #define DEFINE_TRACE4(m,p,n,a,b,c,d) SDT_PROBE_DEFINE4(sdt,m,p,n,a,b,c,d) argument
43 #define DEFINE_TRACE5(m,p,n,a,b,c,d,e) SDT_PROBE_DEFINE5(sdt,m,p,n,a,b,c,d,e) argument
44 #define DEFINE_TRACE6(m,p,n,a,b,c,d,e,f) \ argument
46 #define DEFINE_TRACE7(m,p,n,a,b,c,d,e,f,g) \ argument
49 #define DEFINE_TRACE0(m,p,n) SDT_PROBE_DECLARE(sdt,m,p,n) argument
50 #define DEFINE_TRACE1(m,p,n,a) SDT_PROBE_DECLARE(sdt,m,p,n) argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-model.h82 #define MACH_NAME(m) ((m)->name) argument
85 #define MACH_BFD_NAME(m) ((m)->bfd_name) argument
87 #define MACH_NUM(m) ((m)->num) argument
90 #define MACH_WORD_BITSIZE(m) ((m)->word_bitsize) argument
92 #define MACH_ADDR_BITSIZE(m) ((m)->addr_bitsize) argument
97 #define MACH_MODELS(m) ((m)->models) argument
101 #define MACH_IMP_PROPS(m) ((m)->imp_props) argument
105 #define MACH_INIT_CPU(m) ((m)->init_cpu) argument
110 #define MACH_PREPARE_RUN(m) ((m)->prepare_run) argument
117 #define MODEL_NAME(m) ((m)->name) argument
[all …]
/netbsd/src/external/bsd/am-utils/dist/amd/
Dmapc.c55 #define mapc_dup(m) ((m)->refc++, (m)) argument
73 # define MAPC_ISRE(m) ((m)->alloc == MAPC_RE) argument
75 # define MAPC_ISRE(m) FALSE argument
421 mapc_add_kv(mnt_map *m, char *key, char *val) in mapc_add_kv()
507 mapc_repl_kv(mnt_map *m, char *key, char *val) in mapc_repl_kv()
537 search_map(mnt_map *m, char *key, char **valp) in search_map()
558 mapc_find_wildcard(mnt_map *m) in mapc_find_wildcard()
577 mapc_reload_map(mnt_map *m) in mapc_reload_map()
645 mnt_map *m = ALLOC(struct mnt_map); in mapc_create() local
785 mapc_clear(mnt_map *m) in mapc_clear()
[all …]
/netbsd/src/sys/kern/
Duipc_mbuf.c143 #define MEXT_ISEMBEDDED(m) ((m)->m_ext_ref == (m)) argument
507 struct mbuf *m = object; in mb_ctor() local
521 m_add(struct mbuf *c, struct mbuf *m) in m_add()
537 struct mbuf *m; in m_get() local
568 struct mbuf *m; in m_gethdr() local
596 struct mbuf *m; in m_get_n() local
618 struct mbuf *m; in m_gethdr_n() local
638 m_clget(struct mbuf *m, int how) in m_clget()
691 m_prepend(struct mbuf *m, int len, int how) in m_prepend()
727 m_copym(struct mbuf *m, int off, int len, int wait) in m_copym()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/eap_peer/
Deap_methods.c33 struct eap_method *m; in eap_peer_get_eap_method() local
53 struct eap_method *m; in eap_peer_get_type() local
76 struct eap_method *m; in eap_get_name() local
97 struct eap_method *m; in eap_get_names() local
131 struct eap_method *m; in eap_get_names_as_string_array() local
169 struct eap_method *m; in eap_peer_get_methods() local
236 struct eap_method *m, *prev; in eap_peer_method_unload() local
320 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
355 struct eap_method *m; in eap_peer_unregister_methods() local
/netbsd/src/sys/sys/
Dmbuf.h147 #define mtod(m, t) ((t)((m)->m_data)) argument
426 #define mowner_init(m, type) __nothing argument
427 #define mowner_ref(m, flags) __nothing argument
428 #define mowner_revoke(m, all, flags) __nothing argument
429 #define m_claim(m, mowner) __nothing argument
432 #define m_claimm(m, mo) __nothing argument
435 #define MCLAIM(m, mo) m_claim((m), (mo)) argument
452 #define MGET(m, how, type) m = m_get((how), (type)) argument
453 #define MGETHDR(m, how, type) m = m_gethdr((how), (type)) argument
457 #define MCLINITREFERENCE(m) \ argument
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_mod.c13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod()
33 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add()
54 const BIGNUM *m) in bn_mod_add_fixed_top()
105 const BIGNUM *m) in BN_mod_add_quick()
115 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub()
138 const BIGNUM *m) in bn_mod_sub_fixed_top()
192 const BIGNUM *m) in BN_mod_sub_quick()
207 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul()
236 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr()
244 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1()
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dthreads.h19 #define MUTEX_INIT(m) pthread_mutex_init(&m, NULL) argument
20 #define MUTEX_LOCK(m) pthread_mutex_lock(&m) argument
21 #define MUTEX_UNLOCK(m) pthread_mutex_unlock(&m) argument
22 #define MUTEX_DECLARE(m) pthread_mutex_t m argument
23 #define MUTEX_DECLARE_INIT(m) pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER argument
24 #define MUTEX_DECLARE_EXTERN(m) extern pthread_mutex_t m argument
30 #define COND_WAIT(c,m) pthread_cond_wait(c,m) argument
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/
Dsha1_one.c26 static unsigned char m[SHA_DIGEST_LENGTH]; in ossl_sha1() local
40 static unsigned char m[SHA_DIGEST_LENGTH]; in SHA1() local
49 static unsigned char m[SHA224_DIGEST_LENGTH]; in SHA224() local
58 static unsigned char m[SHA256_DIGEST_LENGTH]; in SHA256() local
67 static unsigned char m[SHA384_DIGEST_LENGTH]; in SHA384() local
76 static unsigned char m[SHA512_DIGEST_LENGTH]; in SHA512() local
/netbsd/src/sys/net/
Dif_mpls.c179 mpls_input(struct ifnet *ifp, struct mbuf *m) in mpls_input()
196 struct mbuf *m; in mplsintr() local
214 mpls_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, in mpls_output()
325 mpls_trim_label(struct mbuf *m, union mpls_shim *sh) in mpls_trim_label()
342 mpls_lse(struct mbuf *m) in mpls_lse()
500 mpls_send_frame(struct mbuf *m, struct ifnet *ifp, const struct rtentry *rt) in mpls_send_frame()
532 mpls_unlabel_inet(struct mbuf *m, int *error) in mpls_unlabel_inet()
603 mpls_label_inet(struct mbuf *m, union mpls_shim *ms, uint offset) in mpls_label_inet()
633 mpls_unlabel_inet6(struct mbuf *m, int *error) in mpls_unlabel_inet6()
668 mpls_label_inet6(struct mbuf *m, union mpls_shim *ms, uint offset) in mpls_label_inet6()
[all …]
/netbsd/src/external/bsd/less/dist/
Dmark.c54 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
88 static void mark_set_ifile(struct mark *m, IFILE ifile) in mark_set_ifile()
99 static void mark_get_ifile(struct mark *m) in mark_get_ifile()
132 struct mark *m; in getmark() local
200 struct mark *m; in setmark() local
221 struct mark *m; in clrmark() local
256 struct mark *m; in gomark() local
297 struct mark *m; in markpos() local
354 struct mark *m = &marks[i]; in mark_check_ifile() local
382 struct mark *m = &marks[i]; in save_marks() local
[all …]
/netbsd/src/sbin/gpt/
Dmap.c51 map_t m; in map_create() local
67 map_destroy(map_t m) in map_destroy()
99 map_t m, n, p; in map_add() local
206 map_t m; in map_alloc() local
249 map_resize(gpt_t gpt, map_t m, off_t size, off_t alignment) in map_resize()
362 map_t m; in map_find() local
379 map_t m; in map_last() local
390 map_t m; in map_free() local

12345678910>>...83