Home
last modified time | relevance | path

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

12345678910>>...54

/dflybsd-src/contrib/cvs-1.12/lib/
H A 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 …]
/dflybsd-src/sys/vm/
H A Dvm_page.c109 vm_page_t m; member
242 vm_page_t m; in vm_add_new_page() local
340 vm_page_t m; in vm_page_startup() local
524 vm_page_t m; in vm_numa_organize() local
637 vm_page_t m; in vm_numa_organize_finalize() local
753 vm_page_t m; in vm_page_startup_finish() local
899 vm_page_init(vm_page_t m) in vm_page_init()
914 _vm_page_queue_spin_lock(vm_page_t m) in _vm_page_queue_spin_lock()
927 _vm_page_queue_spin_unlock(vm_page_t m) in _vm_page_queue_spin_unlock()
957 vm_page_queue_spin_lock(vm_page_t m) in vm_page_queue_spin_lock()
[all …]
H A Dvm_page2.h367 vm_page_clear_dirty_end_nonincl(vm_page_t m, int base, int size) in vm_page_clear_dirty_end_nonincl()
386 vm_page_clear_dirty_beg_nonincl(vm_page_t m, int base, int size) in vm_page_clear_dirty_beg_nonincl()
396 vm_page_spin_lock(vm_page_t m) in vm_page_spin_lock()
403 vm_page_spin_unlock(vm_page_t m) in vm_page_spin_unlock()
414 vm_page_wire_quick(vm_page_t m) in vm_page_wire_quick()
429 vm_page_unwire_quick(vm_page_t m) in vm_page_unwire_quick()
448 vm_page_flag_set(vm_page_t m, unsigned int bits) in vm_page_flag_set()
454 vm_page_flag_clear(vm_page_t m, unsigned int bits) in vm_page_flag_clear()
467 vm_page_flash(vm_page_t m) in vm_page_flash()
480 vm_page_sbusy_hold(vm_page_t m) in vm_page_sbusy_hold()
[all …]
/dflybsd-src/contrib/gdb-7/gdb/common/
H A Dgdb_stat.h26 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
29 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
32 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
35 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) argument
38 #define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
44 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) argument
47 #define S_ISMPB(m) (((m) & S_IFMT) == S_IFMPB) argument
48 #define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) argument
51 #define S_ISNWK(m) (((m) & S_IFMT) == S_IFNWK) argument
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_mutex.c55 #define MUTEX_INIT_LINK(m) do { \ argument
59 #define MUTEX_ASSERT_IS_OWNED(m) do { \ argument
63 #define MUTEX_ASSERT_NOT_OWNED(m) do { \ argument
73 #define MUTEX_INIT_LINK(m) argument
74 #define MUTEX_ASSERT_IS_OWNED(m) argument
75 #define MUTEX_ASSERT_NOT_OWNED(m) argument
80 #define MUTEX_DESTROY(m) do { \ argument
115 mutex_log2(pthread_t curthread, pthread_mutex_t m, int op) in mutex_log2()
283 pthread_mutex_t m; in _mutex_fork() local
293 pthread_mutex_t m; in _pthread_mutex_destroy() local
[all …]
/dflybsd-src/sys/netbt/
H A Dhci_event.c161 hci_event(struct mbuf *m, struct hci_unit *unit) in hci_event()
239 hci_event_command_status(struct hci_unit *unit, struct mbuf *m) in hci_event_command_status()
294 hci_event_command_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_command_compl()
369 hci_event_num_compl_pkts(struct hci_unit *unit, struct mbuf *m) in hci_event_num_compl_pkts()
441 hci_event_inquiry_result(struct hci_unit *unit, struct mbuf *m) in hci_event_inquiry_result()
478 hci_event_rssi_result(struct hci_unit *unit, struct mbuf *m) in hci_event_rssi_result()
517 hci_event_con_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_con_compl()
615 hci_event_discon_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_discon_compl()
641 hci_event_con_req(struct hci_unit *unit, struct mbuf *m) in hci_event_con_req()
690 hci_event_auth_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_auth_compl()
[all …]
H A Dhci_unit.c287 struct mbuf *m; in hci_send_cmd() local
332 struct mbuf *m; in hci_intr() local
423 hci_input_event(struct hci_unit *unit, struct mbuf *m) in hci_input_event()
446 hci_input_acl(struct hci_unit *unit, struct mbuf *m) in hci_input_acl()
468 hci_input_sco(struct hci_unit *unit, struct mbuf *m) in hci_input_sco()
490 hci_output_cmd(struct hci_unit *unit, struct mbuf *m) in hci_output_cmd()
513 hci_output_acl(struct hci_unit *unit, struct mbuf *m) in hci_output_acl()
526 hci_output_sco(struct hci_unit *unit, struct mbuf *m) in hci_output_sco()
539 hci_complete_sco(struct hci_unit *unit, struct mbuf *m) in hci_complete_sco()
/dflybsd-src/sys/dev/sound/pcm/
H A Dmixer.c150 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, in mixer_set_softpcmvol()
195 mixer_set_eq(struct snd_mixer *m, struct snddev_info *d, in mixer_set_eq()
247 mixer_set(struct snd_mixer *m, u_int dev, u_int lev) in mixer_set()
398 mixer_get_recroute(struct snd_mixer *m, int *route) in mixer_get_recroute()
433 mixer_set_recroute(struct snd_mixer *m, int route) in mixer_set_recroute()
457 mix_setdevs(struct snd_mixer *m, u_int32_t v) in mix_setdevs()
497 mix_setrecdevs(struct snd_mixer *m, u_int32_t v) in mix_setrecdevs()
547 mix_setparentchild(struct snd_mixer *m, u_int32_t parent, u_int32_t childs) in mix_setparentchild()
570 mix_setrealdev(struct snd_mixer *m, u_int32_t dev, u_int32_t realdev) in mix_setrealdev()
579 mix_getparent(struct snd_mixer *m, u_int32_t dev) in mix_getparent()
[all …]
/dflybsd-src/sys/netgraph7/rfc1490/
H A Dng_rfc1490.c313 struct mbuf *m; in ng_rfc1490_rcvdata() local
393 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
394 mtod(m, u_char *)[1] = NLPID_PPP; in ng_rfc1490_rcvdata() local
402 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
403 mtod(m, u_char *)[1] = NLPID_IP; in ng_rfc1490_rcvdata() local
414 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
415 mtod(m, u_char *)[1] = 0x00; /* PAD */ in ng_rfc1490_rcvdata() local
416 mtod(m, u_char *)[2] = NLPID_SNAP; in ng_rfc1490_rcvdata() local
433 mtod(m, u_char *)[0] = HDLC_UI; in ng_rfc1490_rcvdata() local
434 mtod(m, u_char *)[1] = 0x00; /* pad */ in ng_rfc1490_rcvdata() local
[all …]
/dflybsd-src/sys/dev/sound/midi/
H A Dmpu401.c63 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) argument
64 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) argument
65 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) argument
66 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) argument
106 struct mpu401 *m = (struct mpu401 *)a; in mpu401_timeout() local
113 mpu401_intr(struct mpu401 *m) in mpu401_intr()
123 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0) in mpu401_intr() argument
124 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0) in mpu401_intr() argument
172 struct mpu401 *m; in mpu401_init() local
197 mpu401_uninit(struct mpu401 *m) in mpu401_uninit()
[all …]
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_mod.c119 BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod()
136 BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add()
147 BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_add_quick()
157 BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub()
168 BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_sub_quick()
179 BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul()
210 BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr()
219 BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1()
230 BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick()
241 BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift()
[all …]
/dflybsd-src/sys/kern/
H A Duipc_mbuf.c121 struct mbuf *m; member
141 mbuftrack(struct mbuf *m) in mbuftrack()
156 mbufuntrack(struct mbuf *m) in mbufuntrack()
173 mbuftrackid(struct mbuf *m, int trackid) in mbuftrackid()
228 #define mbuftrack(m) argument
229 #define mbufuntrack(m) argument
573 struct mbuf *m = obj; in mbuf_ctor() local
589 struct mbuf *m = obj; in mbufphdr_ctor() local
651 linkjcluster(struct mbuf *m, struct mbcluster *cl, u_int size) in linkjcluster()
672 linkcluster(struct mbuf *m, struct mbcluster *cl) in linkcluster()
[all …]
H A Duipc_mbuf2.c90 m_pulldown(struct mbuf *m, int off, int len, int *offp) in m_pulldown()
237 m_dup1(struct mbuf *m, int off, int len, int wait) in m_dup1()
281 m_tag_prepend(struct mbuf *m, struct m_tag *t) in m_tag_prepend()
290 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
299 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
309 m_tag_delete_chain(struct mbuf *m) in m_tag_delete_chain()
325 m_tag_locate(struct mbuf *m, uint32_t cookie, int type, struct m_tag *t) in m_tag_locate()
388 m_tag_init(struct mbuf *m) in m_tag_init()
395 m_tag_first(struct mbuf *m) in m_tag_first()
402 m_tag_next(struct mbuf *m, struct m_tag *t) in m_tag_next()
H A Duipc_sockbuf.c84 sbappend(struct sockbuf *sb, struct mbuf *m) in sbappend()
116 sbappendstream(struct sockbuf *sb, struct mbuf *m) in sbappendstream()
128 struct mbuf *m; in _sbcheck() local
234 struct mbuf *m, *n; in sbappendaddr() local
340 sbcompress(struct sockbuf *sb, struct mbuf *m, struct mbuf *tailm) in sbcompress()
475 struct mbuf *m; in sbdrop() local
519 struct mbuf *m; in sbdroprecord() local
548 sbunlinkmbuf(struct sockbuf *sb, struct mbuf *m, struct mbuf **free_chain) in sbunlinkmbuf()
588 struct mbuf *m; in sbcreatecontrol() local
/dflybsd-src/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument
415 # define S_ISBLK(m) 0 argument
421 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
423 # define S_ISCHR(m) 0 argument
429 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument
431 # define S_ISDIR(m) 0 argument
436 # define S_ISDOOR(m) 0 argument
441 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument
443 # define S_ISFIFO(m) 0 argument
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) argument
[all …]
/dflybsd-src/crypto/openssh/
H A Dmonitor_wrap.c156 mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_send()
179 mm_request_receive(int sock, struct sshbuf *m) in mm_request_receive()
211 mm_request_receive_expect(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_receive_expect()
232 struct sshbuf *m; in mm_choose_dh() local
268 struct sshbuf *m; in mm_sshkey_sign() local
293 mm_decode_activate_server_options(struct ssh *ssh, struct sshbuf *m) in mm_decode_activate_server_options()
347 struct sshbuf *m; in mm_getpwnamallow() local
409 struct sshbuf *m; in mm_auth2_read_banner() local
439 struct sshbuf *m; in mm_inform_authserv() local
459 struct sshbuf *m; in mm_auth_password() local
[all …]
/dflybsd-src/usr.bin/netstat/
H A Dinet.c431 #define p(f, m) if (tcpstat.f || sflag <= 1) \ in tcp_stats() argument
433 #define p1a(f, m) if (tcpstat.f || sflag <= 1) \ in tcp_stats() argument
435 #define p2(f1, f2, m) if (tcpstat.f1 || tcpstat.f2 || sflag <= 1) \ in tcp_stats() argument
437 #define p2a(f1, f2, m) if (tcpstat.f1 || tcpstat.f2 || sflag <= 1) \ in tcp_stats() argument
439 #define p3(f, m) if (tcpstat.f || sflag <= 1) \ in tcp_stats() argument
603 #define p(f, m) if (udpstat.f || sflag <= 1) \ in udp_stats() argument
605 #define p1a(f, m) if (udpstat.f || sflag <= 1) \ in udp_stats() argument
650 #define p(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats() argument
652 #define p2(f, m) if (carpstat.f || sflag <= 1) \ in carp_stats() argument
708 #define p(f, m) if (ipstat.f || sflag <= 1) \ in ip_stats() argument
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Deap_methods.c32 struct eap_method *m; in eap_peer_get_eap_method() local
52 struct eap_method *m; in eap_peer_get_type() local
75 struct eap_method *m; in eap_get_name() local
96 struct eap_method *m; in eap_get_names() local
130 struct eap_method *m; in eap_get_names_as_string_array() local
168 struct eap_method *m; in eap_peer_get_methods() local
235 struct eap_method *m, *prev; in eap_peer_method_unload() local
318 struct eap_method *m, *last = NULL; in eap_peer_method_register() local
353 struct eap_method *m; in eap_peer_unregister_methods() local
/dflybsd-src/contrib/less/
H A Dmark.c52 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
86 static void mark_set_ifile(struct mark *m, IFILE ifile) in mark_set_ifile()
97 static void mark_get_ifile(struct mark *m) in mark_get_ifile()
130 struct mark *m; in getmark() local
198 struct mark *m; in setmark() local
219 struct mark *m; in clrmark() local
254 struct mark *m; in gomark() local
295 struct mark *m; in markpos() local
352 struct mark *m = &marks[i]; in mark_check_ifile() local
380 struct mark *m = &marks[i]; in save_marks() local
[all …]
/dflybsd-src/contrib/gdb-7/readline/
H A Dposixstat.h80 #define S_ISBLK(m) (((m)&S_IFMT) == S_IFBLK) /* block device */ argument
84 #define S_ISCHR(m) (((m)&S_IFMT) == S_IFCHR) /* character device */ argument
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */ argument
92 #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) /* file */ argument
96 #define S_ISFIFO(m) (((m)&S_IFMT) == S_IFIFO) /* fifo - named pipe */ argument
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */ argument
104 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) /* socket */ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenmodes.c161 struct mode_data *m; in new_mode() local
194 const struct mode_data *m = (const struct mode_data *)p; in hash_mode() local
283 validate_mode (struct mode_data *m, in validate_mode()
302 complete_mode (struct mode_data *m) in complete_mode()
425 struct mode_data *m; in complete_all_modes() local
438 struct mode_data *m; in make_complex_modes() local
497 struct mode_data *m; in make_vector_modes() local
548 struct mode_data *m = find_mode ("BI"); in make_vector_bool_mode() local
583 struct mode_data *m = new_mode (MODE_POINTER_BOUNDS, name, file, line); in make_pointer_bounds_mode() local
597 struct mode_data *m = new_mode (MODE_INT, name, file, line); in make_int_mode() local
[all …]
/dflybsd-src/contrib/smbfs/lib/smb/
H A Dmbuf.c52 struct mbuf *m; in m_get() local
68 m_free(struct mbuf *m) in m_free()
76 struct mbuf *m; in m_freem() local
88 struct mbuf *m = m0; in m_totlen() local
101 struct mbuf *nm, *m; in m_lineup() local
128 struct mbuf *m; in mb_init() local
137 mb_initm(struct mbdata *mbp, struct mbuf *m) in mb_initm()
173 struct mbuf *m, *mp; in m_getm() local
206 struct mbuf *m, *mn; in mb_fit() local
283 struct mbuf *m; in mb_put_mem() local
[all …]
/dflybsd-src/sys/netinet6/
H A Dip6_input.c205 struct mbuf *m = msg->packet.nm_packet; in ip6_input() local
799 ip6_setdstifaddr(struct mbuf *m, struct in6_ifaddr *ia6) in ip6_setdstifaddr()
810 ip6_getdstifaddr(struct mbuf *m) in ip6_getdstifaddr()
831 struct mbuf *m = *mp; in ip6_hopopts_input() local
881 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, in ip6_process_hopopts()
1014 ip6_unknown_opt(u_int8_t *optp, struct mbuf *m, int off) in ip6_unknown_opt()
1056 struct mbuf *m) in ip6_savecontrol()
1368 ip6_pullexthdr(struct mbuf *m, size_t off, int nxt) in ip6_pullexthdr()
1421 ip6_get_prevhdr(struct mbuf *m, int off) in ip6_get_prevhdr()
1460 ip6_nexthdr(struct mbuf *m, int off, int proto, int *nxtp) in ip6_nexthdr()
[all …]
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_write_set_options.c40 archive_write_set_format_option(struct archive *a, const char *m, const char *o, in archive_write_set_format_option()
49 archive_write_set_filter_option(struct archive *a, const char *m, const char *o, in archive_write_set_filter_option()
58 archive_write_set_option(struct archive *a, const char *m, const char *o, in archive_write_set_option()
75 archive_set_format_option(struct archive *_a, const char *m, const char *o, in archive_set_format_option()
92 archive_set_filter_option(struct archive *_a, const char *m, const char *o, in archive_set_filter_option()
124 archive_set_option(struct archive *a, const char *m, const char *o, in archive_set_option()
/dflybsd-src/sys/netinet/
H A Dip_icmp.c150 struct mbuf *m; in icmp_error() local
242 struct mbuf *m = msg->m; in icmp_ctlinput_done_handler() local
249 icmp_ctlinput_done(struct mbuf *m) in icmp_ctlinput_done()
259 icmp_mtudisc(struct mbuf *m, int hlen) in icmp_mtudisc()
334 icmp_mtudisc_start(struct mbuf *m, int hlen, int proto) in icmp_mtudisc_start()
360 icmp_ctlinput(struct mbuf *m, int cmd, int hlen) in icmp_ctlinput()
390 icmp_ctlinput_start(struct mbuf *m, struct lwkt_port *port, in icmp_ctlinput_start()
427 icmp_ctlinput_global_start(struct mbuf *m, int cmd, int hlen, int proto) in icmp_ctlinput_global_start()
450 icmp_redirect(struct mbuf *m, int hlen, boolean_t prt) in icmp_redirect()
493 struct mbuf *m = msg->m; in icmp_redirect_done_handler() local
[all …]

12345678910>>...54