Searched defs:mx (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfputwc.c67 rmutex_t *mx; local
92 FLOCKFILE(mx, fp);
102 FUNLOCKFILE(mx);
106 FUNLOCKFILE(mx);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetwin.c81 int by, bx, my, mx; local
88 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4)
94 if ((w = newwin(my, mx, by, bx)) == (WINDOW *) 0)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetwin.c83 int by, bx, my, mx; local
86 if (fscanf(fp, "MAX=%d,%d BEG=%d,%d ", &my, &mx, &by, &bx) < 4)
92 if ((w = newwin(my, mx, by, bx)) == NULL)
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_init.c174 static mutex_t mx = DEFAULTMUTEX; local
182 (void) mutex_lock(&mx);
189 (void) mutex_unlock(&mx);
194 (void) mutex_unlock(&mx);
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c296 static mutex_t mx = DEFAULTMUTEX; local
306 mutex_lock(&mx);
315 mutex_unlock(&mx);
322 mutex_unlock(&mx);
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_init.c289 static mutex_t mx = DEFAULTMUTEX; local
297 (void) mutex_lock(&mx);
304 (void) mutex_unlock(&mx);
309 (void) mutex_unlock(&mx);
/illumos-gate/usr/src/cmd/mdb/common/modules/smbfs/
H A Dsmbfs.c58 int len, mx = sizeof (buf) - 4; local
63 if (len > mx)
64 strcpy(&buf[mx], "...");
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dtgetch.c378 int j, mx, my; local
418 mx = c1 - ' ';
428 mx = c1 * (c2 - ' ');
439 MOUSE_X_POS = mx;
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwphy.c493 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local
494 struct rtw_rfbus *bus = &mx->mx_bus;
506 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local
507 kmem_free(mx, sizeof (*mx));
515 struct rtw_max2820 *mx = (struct rtw_max2820 *)rf; local
516 struct rtw_rfbus *bus = &mx->mx_bus;
569 struct rtw_max2820 *mx; local
572 mx = (struct rtw_max2820 *)rf;
573 bus = &mx
592 struct rtw_max2820 *mx; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/nsmb/
H A Dnsmb.c49 int len, mx = sizeof (buf) - 4; local
54 if (len > mx)
55 strcpy(&buf[mx], "...");
/illumos-gate/usr/src/cmd/od/
H A Dod.c862 int mx; local
895 mx = (buffer.navail > blocksize) ? blocksize : buffer.navail;
905 for (i = 0, j = buffer.cons; i < mx; i += out->width) {
912 buffer.cons += mx;
914 offset += mx;
915 buffer.navail -= mx;
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c379 mutex_t *mx; local
390 mx = mdmn_get_initiator_table_mx(setno, class);
391 (void) mutex_lock(mx);
399 (void) mutex_unlock(mx);
1011 mutex_t *mx; /* protection for initiator_table */ local
1029 mx = mdmn_get_initiator_table_mx(setno, class);
1030 (void) mutex_lock(mx);
1151 (void) mutex_unlock(mx);
1261 mutex_t *mx; /* protection for class_busy */ local
1271 mx
1653 mutex_t *mx; /* protection for class_busy */ local
2530 mutex_t *mx; /* protection of initiator_table */ local
2634 mutex_t *mx; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dtaskq.c1480 taskq_thread_wait(taskq_t *tq, kmutex_t *mx, kcondvar_t *cv, argument
1489 cv_wait(cv, mx);
1491 ret = cv_reltimedwait(cv, mx, timeout, TR_CLOCK_TICK);
1494 CALLB_CPR_SAFE_END(cprinfo, mx);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2383 mutex_t mx; member in union:__anon132
2390 &rw_m.mx, sizeof (rw_m.mx)) != PS_OK)
2393 if (rw_m.mx.mutex_magic == MUTEX_MAGIC &&
2394 rw_m.mx.mutex_owner == ocb->th_p->th_unique)
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h419 unsigned mx; member in struct:contab
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c4023 uint64_t mx; member in union:__anon182
4043 m.mx = dtrace_load64(tupregs[0].dttk_value);
4057 m.mx = dtrace_load64(tupregs[0].dttk_value);
4072 m.mx = dtrace_load64(tupregs[0].dttk_value);
4083 m.mx = dtrace_load64(tupregs[0].dttk_value);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1029 rdataMX mx; member in union:__anon52
1043 rdataMX mx; member in union:__anon53

Completed in 911 milliseconds