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

/illumos-gate/usr/src/uts/common/sys/
H A Dttcompat.h78 intptr_t t_arg; /* third argument to ioctl */ member in struct:__anon9124
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c1614 boolean_t t_arg = B_FALSE; local
1654 if (t_arg)
1657 t_arg = B_TRUE;
1704 if (r_arg && t_arg)
1726 (r_arg || t_arg || p_arg || o_arg || u_arg || i_arg)) {
1751 } else if (t_arg) {
1784 } else if (t_arg) {
1816 boolean_t t_arg = B_FALSE; local
1855 if (t_arg)
1858 t_arg
1996 boolean_t t_arg = B_FALSE; local
2206 boolean_t t_arg = B_FALSE; local
[all...]
/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c543 boolean_t t_arg = B_FALSE; local
597 if (t_arg)
600 t_arg = B_TRUE;
644 if (r_arg || t_arg || p_arg || o_arg || u_arg ||
658 if (r_arg && t_arg)
671 (r_arg || t_arg || p_arg || o_arg || u_arg || i_arg))
702 else if (t_arg)
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c215 boolean_t t_arg = B_FALSE; /* changes are persistent */ variable
344 t_arg = B_TRUE;
399 t_arg, altroot);
425 t_arg = B_TRUE;
456 status = dladm_flow_remove(handle, flowname, t_arg, altroot);
462 state.fs_tempop = t_arg;
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c228 tp->t_arg = 0;
522 * We can get here with t_arg != 0, iff the stream head
532 tp->t_arg = *(intptr_t *)mp->b_cont->b_rptr;
1085 cqp->cq_addr = (caddr_t)tp->t_arg; /* retrieve the 3rd argument */
1086 tp->t_arg = 0; /* clear it since we don't need it anymore */
1127 tp->t_arg = 0; /* we may have stashed the 3rd argument */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c203 char *t_arg; member in struct:types
249 if ((p->t_arg != NULL) && (*(p->t_arg) != '\0'))
250 comret = command("TYPE %s %s", p->t_mode, p->t_arg);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_conn.c204 itp->t_arg = icp;
1049 itp->t_arg = icp;
H A Discsi_sess.c1662 isp = (iscsi_sess_t *)itp->t_arg;
2471 itp->t_arg = isp;
H A Discsi.h297 void *t_arg; member in struct:iscsi_task
H A Discsi_io.c1473 itp->t_arg = icp;
1532 itp->t_arg = icp;
2738 icp = (iscsi_conn_t *)itp->t_arg;
H A Discsi_login.c88 icp = (iscsi_conn_t *)itp->t_arg;
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c484 goto t_arg;
490 { t_arg:
H A Dsfvprintf.c286 goto t_arg;
292 { t_arg:

Completed in 141 milliseconds