Home
last modified time | relevance | path

Searched +full:0 +full:m (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_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()
46 ARCHIVE_MATCH_NEWER, 7880, 0)); in test_newer_time()
49 archive_entry_set_mtime(ae, 7880, 0); in test_newer_time()
50 archive_entry_set_ctime(ae, 7880, 0); 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()
[all …]
H A Dtest_archive_match_path.c32 struct archive *m; in test_exclusion_mbs()
34 if (!assert((m = archive_match_new()) != NULL)) in test_exclusion_mbs()
37 archive_match_free(m); in test_exclusion_mbs()
42 assertEqualIntA(m, 0, archive_match_exclude_pattern(m, "^aa*")); in test_exclusion_mbs()
47 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
48 assertEqualInt(1, archive_match_excluded(m, ae)); in test_exclusion_mbs()
52 assertEqualInt(1, archive_match_path_excluded(m, ae)); in test_exclusion_mbs()
53 assertEqualInt(1, archive_match_excluded(m, a in test_exclusion_mbs()
33 struct archive *m; test_exclusion_mbs() local
76 struct archive *m; test_exclusion_wcs() local
116 exclusion_from_file(struct archive * m) exclusion_from_file() argument
176 struct archive *m; test_exclusion_from_file_mbs() local
201 struct archive *m; test_exclusion_from_file_wcs() local
227 struct archive *m; test_inclusion_mbs() local
276 struct archive *m; test_inclusion_wcs() local
324 struct archive *m; test_inclusion_from_file_mbs() local
348 struct archive *m; test_inclusion_from_file_wcs() local
375 struct archive *m; test_exclusion_and_inclusion() local
[all...]
H A Dtest_archive_match_owner.c32 struct archive *m; in test_uid()
34 if (!assert((m = archive_match_new()) != NULL)) in test_uid()
37 archive_match_free(m); in test_uid()
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()
44 archive_entry_set_uid(ae, 0); in test_uid()
33 struct archive *m; test_uid() local
75 struct archive *m; test_gid() local
117 struct archive *m; test_uname_mbs() local
159 struct archive *m; test_uname_wcs() local
201 struct archive *m; test_gname_mbs() local
243 struct archive *m; test_gname_wcs() local
[all...]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt15 [==========] Running 90 tests from 43 test suites.
16 [----------] Global test environment set-up.
19 [----------] 1 test from ADeathTest
20 [ RUN ] ADeathTest.ShouldRunFirst
21 [ OK ] ADeathTest.ShouldRunFirst
22 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
23 [ RUN ] ATypedDeathTest/0.ShouldRunFirst
24 [ OK ] ATypedDeathTest/0.ShouldRunFirst
25 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
26 [ RUN ] ATypedDeathTest/1.ShouldRunFirst
[all …]
/freebsd/sys/dev/mlx5/
H A Ddiagnostics.h40 #define MLX5_CORE_PCI_DIAGNOSTICS(m) \ argument
41 m(+1, pxd_ready_bp, 0x0401) \
42 m(+1, pci_write_bp, 0x0402) \
43 m(+1, pci_read_bp, 0x0403) \
44 m(+1, pci_read_stuck_no_completion_buffer, 0x0404) \
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) \
49 m(+1, tx_pci_correctable_errors, 0) \
[all …]
/freebsd/sys/dev/sound/midi/
H A Dmidi.c125 struct snd_midi *m; member
151 DEFINE_CLASS(midisynth, midisynth_methods, 0);
160 * 0 == no error
182 static int midistat_isopen = 0;
237 SYSCTL_NODE(_hw, OID_AUTO, midi, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
239 static SYSCTL_NODE(_hw_midi, OID_AUTO, stat, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
244 SYSCTL_INT(_hw_midi, OID_AUTO, debug, CTLFLAG_RW, &midi_debug, 0, "");
247 SYSCTL_INT(_hw_midi, OID_AUTO, dumpraw, CTLFLAG_RW, &midi_dumpraw, 0, "");
250 SYSCTL_INT(_hw_midi, OID_AUTO, instroff, CTLFLAG_RW, &midi_instroff, 0, "");
254 &midistat_verbose, 0, "");
[all …]
H A Dmpu401.c56 #define MPU_DATAPORT 0
59 #define MPU_RESET 0xff
60 #define MPU_UART 0x3f
61 #define MPU_ACK 0xfe
62 #define MPU_STATMASK 0xc0
63 #define MPU_OUTPUTBUSY 0x40
64 #define MPU_INPUTBUSY 0x80
68 #define CMD(m,d) MPUFOI_WRITE(m, m argument
69 STATUS(m) global() argument
70 READ(m) global() argument
71 WRITE(m,d) global() argument
111 struct mpu401 *m = (struct mpu401 *)a; mpu401_timeout() local
118 mpu401_intr(struct mpu401 * m) mpu401_intr() argument
128 RXRDY(m) mpu401_intr() argument
129 TXRDY(m) mpu401_intr() argument
177 struct mpu401 *m; mpu401_init() local
205 mpu401_uninit(struct mpu401 * m) mpu401_uninit() argument
220 struct mpu401 *m = arg; mpu401_minit() local
244 struct mpu401 *m = arg; mpu401_muninit() local
264 struct mpu401 *m = arg; mpu401_mcallback() local
293 mpu401_mprovider(struct snd_midi * m,void * arg) mpu401_mprovider() argument
[all...]
/freebsd/contrib/bsddialog/lib/
H A Dmenubox.c89 build_privatemenu(struct bsddialog_conf *conf, struct privatemenu *m, in build_privatemenu() argument
102 m->nitems = 0; in build_privatemenu()
103 for (i = 0; i < (int)ngroups; i++) { in build_privatemenu()
105 m->nitems += (int)groups[i].nitems; in build_privatemenu()
109 m->pritems = calloc(m->nitems, sizeof (struct privateitem)); in build_privatemenu()
110 if (m->pritems == NULL) in build_privatemenu()
112 m->hasbottomdesc = false; in build_privatemenu()
113 abs = 0; in build_privatemenu()
181 set_return_on(struct privatemenu * m,struct bsddialog_menugroup * groups) set_return_on() argument
299 drawseparators(struct bsddialog_conf * conf,struct privatemenu * m) drawseparators() argument
330 drawitem(struct bsddialog_conf * conf,struct privatemenu * m,int y,bool focus) drawitem() argument
397 update_menubox(struct bsddialog_conf * conf,struct privatemenu * m) update_menubox() argument
420 menu_size_position(struct dialog * d,struct privatemenu * m) menu_size_position() argument
457 mixedlist_redraw(struct dialog * d,struct privatemenu * m) mixedlist_redraw() argument
509 struct privatemenu m; do_mixedlist() local
[all...]
/freebsd/lib/libthr/thread/
H A Dthr_mutex.c81 static int mutex_qidx(struct pthread_mutex *m);
82 static bool is_robust_mutex(struct pthread_mutex *m);
83 static bool is_pshared_mutex(struct pthread_mutex *m);
120 mutex_init_link(struct pthread_mutex *m __unused) in mutex_init_link()
124 m->m_qe.tqe_prev = NULL; in mutex_init_link()
125 m->m_qe.tqe_next = NULL; in mutex_init_link()
126 m->m_pqe.tqe_prev = NULL; in mutex_init_link()
127 m->m_pqe.tqe_next = NULL; in mutex_init_link()
132 mutex_assert_is_owned(struct pthread_mutex *m __unused) in mutex_assert_is_owned()
136 if (__predict_false(m->m_qe.tqe_prev == NULL)) in mutex_assert_is_owned()
[all …]
/freebsd/crypto/openssh/
H A Dmonitor_wrap.c98 if ((r = sshbuf_put_u32(log_msg, 0)) != 0 || /* length; filled below */ in mm_log_handler()
99 (r = sshbuf_put_u32(log_msg, level)) != 0 || in mm_log_handler()
100 (r = sshbuf_put_u32(log_msg, forced)) != 0 || in mm_log_handler()
101 (r = sshbuf_put_cstring(log_msg, msg)) != 0) in mm_log_handler()
103 if ((len = sshbuf_len(log_msg)) < 4 || len > 0xffffffff) in mm_log_handler()
119 return (pmonitor && pmonitor->m_pid > 0); in mm_is_monitor()
123 mm_request_send(int sock, enum monitor_reqtype type, struct sshbuf *m) in mm_request_send() argument
125 size_t mlen = sshbuf_len(m); in mm_request_send()
130 if (mlen >= 0xffffffff) in mm_request_send()
136 if (atomicio(vwrite, sock, sshbuf_mutable_ptr(m), mlen) != mlen) in mm_request_send()
[all …]
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt8 # These test vectors satisfy A * B = ModMul (mod M) and 0 <= ModMul < M.
16 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
21 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
26 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
31 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
36 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
41 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
46 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
51 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
56 M = c462c7cdd79b7604246a0cd97c017700feb25908656b4733353af8119ecfa0212e4bd24304edd566adb5c1e9daa4089…
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dmixer.c44 &mixer_bypass, 0,
86 [SOUND_MIXER_IGAIN] = 0,
125 for (i = 0; i < SOUND_MIXER_NRDEVICES; i++) in mixer_lookup()
127 strlen(snd_mixernames[i])) == 0) in mixer_lookup()
133 if ((y) != 0) \
135 } while (0)
138 if ((y) != 0) \
140 } while (0)
143 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d, in mixer_set_softpcmvol() argument
152 if (mtx_owned(m->lock)) in mixer_set_softpcmvol()
[all …]
/freebsd/sys/crypto/
H A Dsha1.c56 static uint32_t _K[] = { 0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6 };
68 #define BCOUNT (ctxt->c.b64[0] / 8)
69 #define W(n) (ctxt->m.b32[(n)])
72 ctxt->m.b8[(COUNT % 64)] = (x); \
75 ctxt->c.b64[0] += 8; \
76 if (COUNT % 64 == 0) \
81 ctxt->m.b8[(COUNT % 64)] = (x); \
84 if (COUNT % 64 == 0) \
99 bcopy(&ctxt->m.b8[0], &tctxt.m.b8[0], 64); in sha1_step()
100 ctxt->m.b8[0] = tctxt.m.b8[3]; ctxt->m.b8[1] = tctxt.m.b8[2]; in sha1_step()
[all …]
/freebsd/sys/kern/
H A Duipc_mbuf.c170 &m_defragpackets, 0, "");
172 &m_defragbytes, 0, "");
174 &m_defraguseless, 0, "");
176 &m_defragfailure, 0, "");
178 &m_defragrandomfailures, 0, "");
192 CTASSERT(offsetof(struct mbuf, m_dat) % 8 == 0);
193 CTASSERT(offsetof(struct mbuf, m_pktdat) % 8 == 0);
234 * Attach the cluster from *m to *n, set up m_ext in *n
238 mb_dupcl(struct mbuf *n, struct mbuf *m) in mb_dupcl() argument
242 KASSERT(m->m_flags & (M_EXT | M_EXTPG), in mb_dupcl()
[all …]
H A Duipc_sockbuf.c74 static void sbcompress_ktls_rx(struct sockbuf *sb, struct mbuf *m,
84 sbm_clrprotoflags(struct mbuf *m, int flags) in sbm_clrprotoflags() argument
91 while (m) { in sbm_clrprotoflags()
92 m->m_flags &= mask; in sbm_clrprotoflags()
93 m = m->m_next; in sbm_clrprotoflags()
109 struct mbuf *m, *n; in sbready_compress() local
114 if ((sb->sb_flags & SB_NOCOALESCE) != 0) in sbready_compress()
117 for (m = m0; m != end; m = m->m_next) { in sbready_compress()
118 MPASS((m->m_flags & M_NOTREADY) == 0); in sbready_compress()
121 * socket buffer and 'm' is the new mbuf being copied in sbready_compress()
[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
152 0, "");
154 0, "");
170 &mtx_spin_delay.base, 0, "");
172 &mtx_spin_delay.max, 0, "");
240 struct mtx *m; in unlock_mtx() local
242 m = (struct mtx *)lock; in unlock_mtx()
243 mtx_assert(m, MA_OWNED | MA_NOTRECURSED); in unlock_mtx()
244 mtx_unlock(m); in unlock_mtx()
[all …]
H A Dkern_mbuf.c126 error = sysctl_handle_int(oidp, &extpg, 0, req); in sysctl_mb_use_ext_pgs()
127 if (error == 0 && req->newptr != NULL) { in sysctl_mb_use_ext_pgs()
128 if (extpg != 0 && !PMAP_HAS_DMAP) in sysctl_mb_use_ext_pgs()
131 mb_use_ext_pgs = extpg != 0; in sysctl_mb_use_ext_pgs()
137 &mb_use_ext_pgs, 0, sysctl_mb_use_ext_pgs, "IU",
142 SYSCTL_QUAD(_kern_ipc, OID_AUTO, maxmbufmem, CTLFLAG_RDTUN | CTLFLAG_NOFETCH, &maxmbufmem, 0,
170 if (nmbclusters == 0) in tunable_mbinit()
174 if (nmbjumbop == 0) in tunable_mbinit()
178 if (nmbjumbo9 == 0) in tunable_mbinit()
182 if (nmbjumbo16 == 0) in tunable_mbinit()
[all …]
/freebsd/sys/vm/
H A Dvm_page.c127 static SYSCTL_NODE(_vm_stats, OID_AUTO, page, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
161 CTLFLAG_MPSAFE, NULL, 0, sysctl_vm_page_blacklist, "A", "Blacklist pages");
167 static void vm_page_alloc_check(vm_page_t m);
169 static bool _vm_page_busy_sleep(vm_object_t obj, vm_page_t m,
171 static void vm_page_clear_dirty_mask(vm_page_t m, vm_page_bits_t pagebits);
172 static void vm_page_enqueue(vm_page_t m, uint8_t queue);
173 static bool vm_page_free_prep(vm_page_t m);
174 static void vm_page_free_toq(vm_page_t m);
176 static int vm_page_insert_after(vm_page_t m, vm_object_t object,
178 static void vm_page_insert_radixdone(vm_page_t m, vm_object_t object,
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests-color.sh7 -e 's/\] \[PASS\]$/] [\x1b[92mPASS\x1b[0m]/' \
8 -e 's/\] \[FAIL\]$/] [\x1b[1;91mFAIL\x1b[0m]/' \
9 -e 's/\] \[KILLED\]$/] [\x1b[1;101mKILLED\x1b[0m]/' \
10 -e 's/\] \[SKIP\]$/] [\x1b[1mSKIP\x1b[0m]/' \
11 -e 's/\] \[RERAN\]$/] [\x1b[1;93mRERAN\x1b[0m]/' \
12 -e 's/^\(PASS\W\)/\x1b[92m\1\x1b[0m/' \
13 -e 's/^\(FAIL\W\)/\x1b[1;91m\1\x1b[0m/' \
14 -e 's/^\(KILLED\W\)/\x1b[1;101m\1\x1b[0m/' \
15 -e 's/^\(SKIP\W\)/\x1b[1m\1\x1b[0m/' \
16 -e 's/^\(RERAN\W\)/\x1b[1;93m\1\x1b[0m/' \
[all …]
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-onecolumn.pem2 M
40 0
65 M
75 m
85 0
93 M
103 m
113 0
121 0
190 M
[all …]
/freebsd/lib/libmixer/
H A Dmixer.c48 if (ioctl(dev->parent_mixer->fd, MIXER_READ(dev->devno), &v) < 0) in _mixer_readvol()
50 dev->vol.left = MIX_VOLNORM(v & 0x00ff); in _mixer_readvol()
51 dev->vol.right = MIX_VOLNORM((v >> 8) & 0x00ff); in _mixer_readvol()
53 return (0); in _mixer_readvol()
67 struct mixer *m = NULL; in mixer_open() local
72 if ((m = calloc(1, sizeof(struct mixer))) == NULL) in mixer_open()
77 if (strncmp(name, BASEPATH, strlen(BASEPATH)) != 0) { in mixer_open()
78 m->unit = -1; in mixer_open()
81 if (strncmp(name, BASEPATH, strlen(name)) == 0) in mixer_open()
83 m->unit = strtol(name + strlen(BASEPATH), NULL, 10); in mixer_open()
[all …]
/freebsd/contrib/smbfs/lib/smb/
H A Dmbuf.c52 struct mbuf *m; in m_get() local
57 m = malloc(M_BASESIZE + len); in m_get()
58 if (m == NULL) in m_get()
60 bzero(m, M_BASESIZE + len); in m_get()
61 m->m_maxlen = len; in m_get()
62 m->m_data = M_TOP(m); in m_get()
63 *mpp = m; in m_get()
64 return 0; in m_get()
68 m_free(struct mbuf *m) in m_free() argument
70 free(m); in m_free()
[all …]
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c35 int (*cb_read)(struct seq_file *m, void *v);
77 return 0; in rtw89_rate_info_bw_to_mhz()
80 static int rtw89_debugfs_single_show(struct seq_file *m, void *v) in rtw89_debugfs_single_show() argument
82 struct rtw89_debugfs_priv *debugfs_priv = m->private; in rtw89_debugfs_single_show()
84 return debugfs_priv->cb_read(m, v); in rtw89_debugfs_single_show()
113 return 0; in rtw89_debugfs_close()
145 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_read_reg_select() local
146 struct rtw89_debugfs_priv *debugfs_priv = m->private; in rtw89_debug_priv_read_reg_select()
157 buf[buf_size] = '\0'; in rtw89_debug_priv_read_reg_select()
167 rtw89_info(rtwdev, "select read %d bytes from 0 in rtw89_debug_priv_read_reg_select()
172 rtw89_debug_priv_read_reg_get(struct seq_file * m,void * v) rtw89_debug_priv_read_reg_get() argument
267 struct seq_file *m = (struct seq_file *)filp->private_data; rtw89_debug_priv_read_rf_select() local
300 rtw89_debug_priv_read_rf_get(struct seq_file * m,void * v) rtw89_debug_priv_read_rf_get() argument
353 rtw89_debug_priv_rf_reg_dump_get(struct seq_file * m,void * v) rtw89_debug_priv_rf_reg_dump_get() argument
525 __print_txpwr_ent(struct seq_file * m,const struct txpwr_ent * ent,const s8 * buf,const u8 cur) __print_txpwr_ent() argument
551 __print_txpwr_map(struct seq_file * m,struct rtw89_dev * rtwdev,const struct txpwr_map * map) __print_txpwr_map() argument
596 __print_regd(struct seq_file * m,struct rtw89_dev * rtwdev) __print_regd() argument
624 rtw89_debug_priv_txpwr_table_get(struct seq_file * m,void * v) rtw89_debug_priv_txpwr_table_get() argument
664 struct seq_file *m = (struct seq_file *)filp->private_data; rtw89_debug_priv_mac_reg_dump_select() local
701 rtw89_debug_priv_mac_reg_dump_get(struct seq_file * m,void * v) rtw89_debug_priv_mac_reg_dump_get() argument
781 struct seq_file *m = (struct seq_file *)filp->private_data; rtw89_debug_priv_mac_mem_dump_select() local
810 rtw89_debug_dump_mac_mem(struct seq_file * m,struct rtw89_dev * rtwdev,u8 sel,u32 start_addr,u32 len) rtw89_debug_dump_mac_mem() argument
846 rtw89_debug_priv_mac_mem_dump_get(struct seq_file * m,void * v) rtw89_debug_priv_mac_mem_dump_get() argument
888 struct seq_file *m = (struct seq_file *)filp->private_data; rtw89_debug_priv_mac_dbg_port_dump_select() local
937 rtw89_debug_mac_dump_ss_dbg(struct rtw89_dev * rtwdev,struct seq_file * m) rtw89_debug_mac_dump_ss_dbg() argument
943 rtw89_debug_mac_dump_dle_dbg(struct rtw89_dev * rtwdev,struct seq_file * m) rtw89_debug_mac_dump_dle_dbg() argument
1046 rtw89_debug_mac_dump_dmac_dbg(struct rtw89_dev * rtwdev,struct seq_file * m) rtw89_debug_mac_dump_dmac_dbg() argument
1300 rtw89_debug_mac_dump_cmac_err(struct rtw89_dev * rtwdev,struct seq_file * m,enum rtw89_mac_idx band) rtw89_debug_mac_dump_cmac_err() argument
1394 rtw89_debug_mac_dump_cmac_dbg(struct rtw89_dev * rtwdev,struct seq_file * m) rtw89_debug_mac_dump_cmac_dbg() argument
2207 rtw89_debug_mac_dbg_port_sel(struct seq_file * m,struct rtw89_dev * rtwdev,u32 sel) rtw89_debug_mac_dbg_port_sel() argument
2811 rtw89_debug_mac_dbg_port_dump(struct rtw89_dev * rtwdev,struct seq_file * m,u32 sel) rtw89_debug_mac_dbg_port_dump() argument
2972 rtw89_debug_mac_dump_dbg_port(struct rtw89_dev * rtwdev,struct seq_file * m) rtw89_debug_mac_dump_dbg_port() argument
2993 rtw89_debug_priv_mac_dbg_port_dump_get(struct seq_file * m,void * v) rtw89_debug_priv_mac_dbg_port_dump_get() argument
3065 rtw89_debug_priv_early_h2c_get(struct seq_file * m,void * v) rtw89_debug_priv_early_h2c_get() argument
3084 struct seq_file *m = (struct seq_file *)filp->private_data; rtw89_debug_priv_early_h2c_set() local
3145 rtw89_debug_priv_fw_crash_get(struct seq_file * m,void * v) rtw89_debug_priv_fw_crash_get() argument
3164 struct seq_file *m = (struct seq_file *)filp->private_data; rtw89_debug_priv_fw_crash_set() local
3199 rtw89_debug_priv_btc_info_get(struct seq_file * m,void * v) rtw89_debug_priv_btc_info_get() argument
3260 struct seq_file *m = (struct seq_file *)data; rtw89_sta_info_get_iter() local
3341 rtw89_debug_append_rx_rate(struct seq_file * m,struct rtw89_pkt_stat * pkt_stat,enum rtw89_hw_rate first_rate,int len) rtw89_debug_append_rx_rate() argument
3373 rtw89_debug_priv_phy_info_get(struct seq_file * m,void * v) rtw89_debug_priv_phy_info_get() argument
3416 rtw89_dump_addr_cam(struct seq_file * m,struct rtw89_addr_cam_entry * addr_cam) rtw89_dump_addr_cam() argument
3438 rtw89_dump_pkt_offload(struct seq_file * m,struct list_head * pkt_list,const char * fmt,...) rtw89_dump_pkt_offload() argument
3466 struct seq_file *m = (struct seq_file *)data; rtw89_vif_ids_get_iter() local
3475 rtw89_dump_ba_cam(struct seq_file * m,struct rtw89_sta * rtwsta) rtw89_dump_ba_cam() argument
3498 struct seq_file *m = (struct seq_file *)data; rtw89_sta_ids_get_iter() local
3506 rtw89_debug_priv_stations_get(struct seq_file * m,void * v) rtw89_debug_priv_stations_get() argument
[all...]
/freebsd/crypto/heimdal/lib/krb5/
H A Dmcache.c69 krb5_mcache *m, *m_c; in mcc_alloc() local
70 int ret = 0; in mcc_alloc()
72 ALLOC(m, 1); in mcc_alloc()
73 if(m == NULL) in mcc_alloc()
76 ret = asprintf(&m->name, "%p", m); in mcc_alloc()
78 m->name = strdup(name); in mcc_alloc()
79 if(ret < 0 || m->name == NULL) { in mcc_alloc()
80 free(m); in mcc_alloc()
86 if (strcmp(m->name, m_c->name) == 0) in mcc_alloc()
89 free(m->name); in mcc_alloc()
[all …]
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h84 #define MLX5E_PARAMS_MINIMUM_LOG_SQ_SIZE 0x7
85 #define MLX5E_PARAMS_DEFAULT_LOG_SQ_SIZE 0xa
86 #define MLX5E_PARAMS_MAXIMUM_LOG_SQ_SIZE 0xe
88 #define MLX5E_PARAMS_MINIMUM_LOG_RQ_SIZE 0x7
89 #define MLX5E_PARAMS_DEFAULT_LOG_RQ_SIZE 0xa
90 #define MLX5E_PARAMS_MAXIMUM_LOG_RQ_SIZE 0xe
103 #define MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_USEC 0x10
104 #define MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_USEC_FROM_CQE 0x3
105 #define MLX5E_PARAMS_DEFAULT_RX_CQ_MODERATION_PKTS 0x20
106 #define MLX5E_PARAMS_DEFAULT_TX_CQ_MODERATION_USEC 0x10
[all …]

12345678910>>...46