/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fputwc.c | 67 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 D | getwin.c | 81 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 D | getwin.c | 83 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 D | metad_init.c | 174 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 D | med_init.c | 296 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 D | mhd_init.c | 289 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 D | smbfs.c | 58 int len, mx = sizeof (buf) - 4; local 63 if (len > mx) 64 strcpy(&buf[mx], "...");
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tgetch.c | 378 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 D | rtwphy.c | 493 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 D | nsmb.c | 49 int len, mx = sizeof (buf) - 4; local 54 if (len > mx) 55 strcpy(&buf[mx], "...");
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 862 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 D | mdmn_commd_server.c | 379 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 D | taskq.c | 1480 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 D | thread_db.c | 2383 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 D | tdef.h | 419 unsigned mx; member in struct:contab
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 4023 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 D | mDNSEmbeddedAPI.h | 1029 rdataMX mx; member in union:__anon52 1043 rdataMX mx; member in union:__anon53
|