| /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 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 150 struct mlx_usercommand mu; local 169 struct mlx_usercommand mu; local [all...] |
| /src/tests/lib/libpthread/ |
| t_once.c | 134 pthread_mutex_t *mu = m; local 136 PTHREAD_REQUIRE(pthread_mutex_unlock(mu));
|
| /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 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 3742 mp_digit mu; local 3870 mp_digit mu, *tmpx1, *tmpx2; local 4542 mp_digit *tmpa, *tmpc, mu; local 4631 mp_digit *tmpa, *tmpc, mu; local [all...] |
| /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/sys/dev/usb/ |
| uaudio.c | 256 const struct usb_audio_mixer_unit *mu; member in union:io_terminal::__anon3769 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:__anon4094::SignalCondArg 3399 pthread_mutex_lock(arg->mu); 3404 pthread_mutex_unlock(arg->mu); 3411 pthread_mutex_t mu; local 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...] |