/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_file.h | 35 StaticSpinMutex *mu; member in struct:__sanitizer::ReportFile
|
/src/usr.sbin/mlxctl/ |
util.c | 81 mlx_command(struct mlx_usercommand *mu, int bomb) 85 if ((rv = ioctl(mlxfd, MLX_COMMAND, mu)) != 0 && bomb) 87 mu->mu_command[0]); 95 struct mlx_usercommand mu; local in function:mlx_enquiry 98 memset(&mu, 0, sizeof(mu)); 100 mu.mu_datasize = sizeof(*enq); 101 mu.mu_buf = enq; 102 mu.mu_bufptr = 8; 103 mu.mu_bufdir = MU_XFER_IN 134 struct mlx_usercommand mu; local in function:mlx_configuration 150 struct mlx_usercommand mu; local in function:mlx_get_device_state 169 struct mlx_usercommand mu; local in function:mlx_scsi_inquiry [all...] |
/src/tests/lib/libpthread/ |
t_once.c | 134 pthread_mutex_t *mu = m; local in function:once3_cleanup 136 PTHREAD_REQUIRE(pthread_mutex_unlock(mu));
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
imx8mp.dtsi | 703 mu: mailbox@30aa0000 { label in label:aips3 704 compatible = "fsl,imx8mp-mu", "fsl,imx6sx-mu"; 712 compatible = "fsl,imx8mp-mu", "fsl,imx6sx-mu";
|
imx8mm.dtsi | 849 mu: mailbox@30aa0000 { label in label:aips3 850 compatible = "fsl,imx8mm-mu", "fsl,imx6sx-mu";
|
imx8mn.dtsi | 850 mu: mailbox@30aa0000 { label in label:aips3 851 compatible = "fsl,imx8mn-mu", "fsl,imx6sx-mu";
|
imx8mq.dtsi | 1205 mu: mailbox@30aa0000 { label 1206 compatible = "fsl,imx8mq-mu", "fsl,imx6sx-mu";
|
/src/sys/dev/ic/ |
wireg.h | 421 } mu; member in struct:wi_macaddr 423 #define wi_mac_addr_aligned mu.wi_mu_mac_addr_aligned 424 #define wi_mac_addr mu.wi_mu_mac_addr
|
/src/sbin/nvmectl/ |
bignum.c | 2579 /* reduces x mod m, assumes 0 < x < m**2, mu is 2584 mp_reduce(mp_int * x, mp_int * m, mp_int * mu) 2599 if ((res = signed_multiply(&q, mu, &q)) != MP_OKAY) { 2603 if ((res = basic_multiply_partial_upper(&q, mu, &q, um)) != MP_OKAY) { 3251 mp_int M[TAB_SIZE], res, mu; local in function:basic_exponent_mod 3274 /* create mu, used for Barrett reduction */ 3275 if ((err = mp_init(&mu)) != MP_OKAY) { 3280 if ((err = mp_reduce_setup(&mu, P)) != MP_OKAY) { 3285 if ((err = mp_reduce_2k_setup_l(P, &mu)) != MP_OKAY) { 3318 if ((err = redux(&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) 3639 mp_digit mu; local in function:fast_mp_montgomery_reduce 3742 mp_digit mu; local in function:mp_montgomery_reduce 3870 mp_digit mu, *tmpx1, *tmpx2; local in function:diminished_radix_reduce 4542 mp_digit *tmpa, *tmpc, mu; local in function:add_single_digit 4631 mp_digit *tmpa, *tmpc, mu; local in function:signed_subtract_word [all...] |
/src/sys/dev/usb/ |
uaudio.c | 256 const struct usb_audio_mixer_unit *mu; member in union:io_terminal::__anona7bb29fa010a 943 pins = iot[id].d.mu->bNrInPins; 945 &iot[id].d.mu->baSourceId[pins]; 948 pins = iot[id].d.mu->bNrInPins; 950 &iot[id].d.mu->baSourceId[pins]; 1085 d = iot[id].d.mu; 1982 * it->d.mu->bNrInPins, M_TEMP, M_NOWAIT); 1987 for (i = 0; i < it->d.mu->bNrInPins; i++) { 1988 src_id = it->d.mu->baSourceId[i]; 2775 for (j = 0; j < iot[i].d.mu->bNrInPins; j++ [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
msan_test.cc | 3393 pthread_mutex_t* mu; member in struct:__anon184389af0210::SignalCondArg 3399 pthread_mutex_lock(arg->mu); 3404 pthread_mutex_unlock(arg->mu); 3411 pthread_mutex_t mu; local in function:TEST 3412 SignalCondArg args = {&cond, &mu, false}; 3414 pthread_mutex_init(&mu, 0); 3415 pthread_mutex_lock(&mu); 3420 int res = pthread_cond_wait(&cond, &mu); 3427 res = pthread_cond_wait(&cond, &mu); 3431 pthread_mutex_unlock(&mu); [all...] |