Searched refs:parm1 (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c82 clientstat(int code, int parm1, int parm2) argument
98 def_col = parm1;
105 ws.ws_col = parm1;
115 def_tspeed = parm1;
124 tty_tspeed(parm1);
H A Dext.h134 void clientstat (int code, int parm1, int parm2);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtermstat.c387 clientstat(int code, int parm1, int parm2) argument
405 uselinemode = (parm1 == WILL);
521 def_col = parm1;
536 ws.ws_col = parm1;
546 def_tspeed = parm1;
562 tty_tspeed(parm1);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp277 pr->u.p.parm1 = chunk;
387 if (pr->u.p.parm1 <= 0)
388 pr->u.p.parm1 = KMP_DEFAULT_CHUNK;
408 pr->u.p.parm1 = (id == tc - 1); /* parm1 stores *plastiter */
411 pr->u.p.parm1 = FALSE;
419 pr->u.p.parm1 = (id == nproc - 1);
425 pr->u.p.parm1 = TRUE;
429 pr->u.p.parm1 = FALSE;
468 pr->u.p.parm1
647 T parm1, parm2, parm3, parm4; local
1435 T parm1; local
[all...]
H A Dkmp_dispatch.h83 // b) all parm1-4 are in the same cache line.
84 // Because of parm1-4 are used together, performance seems to be better
88 T parm1; variable
113 T parm1; member in struct:dispatch_private_infoXX_template
H A Dkmp.h1554 // b) all parm1-4 are in the same cache line.
1555 // Because of parm1-4 are used together, performance seems to be better
1559 kmp_int32 parm1; // structures in kmp_dispatch.cpp. This should variable
1568 // This var can be placed in the hole between 'tc' and 'parm1', instead of
1589 // b) all parm1-4 are in the same cache line.
1590 // Because of parm1-4 are used together, performance seems to be better
1594 kmp_int64 parm1; variable
1603 // This var can be placed in the hole between 'tc' and 'parm1', instead of
1616 kmp_int32 parm1; member in struct:dispatch_private_info32
1637 kmp_int64 parm1; member in struct:dispatch_private_info64
[all...]
H A Dkmp_dispatch_hier.h761 pr->u.p.parm1, nproc, unit_id);
817 pr->u.p.parm1, nproc, unit_id);
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h506 #define PM_GET_NRPGM 2 /* Returns max # of midi programs in parm1 */
508 #define PM_GET_PGM_PATCHES 4 /* Return list of patches of a program (parm1) */
509 #define PM_GET_PATCH 5 /* Return patch header of patch parm1 */
510 #define PM_SET_PATCH 6 /* Set patch header of patch parm1 */
524 long parm1; member in struct:patmgr_info
973 int parm1; member in struct:copr_debug_buf
1327 _pm_info.parm1 = bank, _pm_info.parm2 = 1, \
1332 _pm_info.parm1 = bank, _pm_info.parm2 = 128, \
H A Dsysproto.h1050 char parm1_l_[PADL_(long)]; long parm1; char parm1_r_[PADR_(long)]; member in struct:afs3_syscall_args
/freebsd-11-stable/contrib/gcc/
H A Dipa-cp.c442 constant_val_insert (tree fn, tree parm1, tree val) argument
449 init_stmt = build2 (MODIFY_EXPR, void_type_node, parm1, val);
/freebsd-11-stable/sys/dev/isp/
H A Disp.c2549 uint32_t sst, parm1; local
2621 parm1 = pl.plogx_ioparm[1].lo16 | (pl.plogx_ioparm[1].hi16 << 16);
2638 ISP_SNPRINTF(buf, sizeof (buf), "reason 0x%x (last LOGIN state 0x%x)", parm1 & 0xff, (parm1 >> 8) & 0xff);
2648 ISP_SNPRINTF(buf, sizeof (buf), "not logged in (last state 0x%x)", parm1);
2653 ISP_SNPRINTF(buf, sizeof (buf), "LS_RJT = 0x%x", parm1);
2660 ISP_SNPRINTF(buf, sizeof (buf), "invalid parameter at offset 0x%x", parm1);
2665 ISP_SNPRINTF(buf, sizeof (buf), "already logged in with N-Port handle 0x%x", parm1);
2667 rval = MBOX_PORT_ID_USED | (parm1 << 16);
2671 ISP_SNPRINTF(buf, sizeof (buf), "handle already used for PortID 0x%06x", parm1);
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c2249 tree parm1 = TREE_VALUE (TREE_VEC_ELT (t1, i)); local
2254 if (parm1 == error_mark_node || parm2 == error_mark_node)
2257 if (TREE_CODE (parm1) != TREE_CODE (parm2))
2260 if (TREE_CODE (parm1) == TEMPLATE_TYPE_PARM)
2262 else if (!same_type_p (TREE_TYPE (parm1), TREE_TYPE (parm2)))
/freebsd-11-stable/sys/kern/
H A Dsystrace_args.c1977 iarg[1] = p->parm1; /* long */

Completed in 264 milliseconds