Lines Matching refs:qconn
103 static void uscu_child P((struct sconnection *qconn, int opipe));
234 fsysdep_cu_init (qconn) in fsysdep_cu_init() argument
235 struct sconnection *qconn; in fsysdep_cu_init()
289 uscu_child (qconn, ai[1]);
305 fsysdep_cu (qconn, pbcmd, zlocalname) in fsysdep_cu() argument
306 struct sconnection *qconn; in fsysdep_cu()
352 if (! fconn_write (qconn, &b, (size_t) 1))
584 uscu_child (qconn, opipe) in uscu_child() argument
585 struct sconnection *qconn; in uscu_child()
598 if (qconn->qport == NULL)
602 switch (qconn->qport->uuconf_ttype)
615 oport = ((struct ssysdep_conn *) qconn->psysdep)->ord;
621 oport = ((struct ssysdep_conn *) qconn->psysdep)->o;
1109 fsysdep_shell (qconn, zcmd, tcmd) in fsysdep_shell() argument
1110 struct sconnection *qconn; in fsysdep_shell()
1136 if (qconn->qport == NULL)
1143 switch (qconn->qport->uuconf_ttype)
1150 oread = ((struct ssysdep_conn *) qconn->psysdep)->ord;
1151 owrite = ((struct ssysdep_conn *) qconn->psysdep)->owr;
1157 oread = owrite = ((struct ssysdep_conn *) qconn->psysdep)->o;