Searched defs:pipe (Results 26 - 41 of 41) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/clients/printer/
H A Dusbprn.c1014 "usbprn_open: pipe open failed");
1193 * Check the status of the pipe. If it's not idle,
1643 * Intitialize the pipe policy for the bulk out pipe
1650 /* Open bulk_out pipe */
1659 /* Open the bulk in pipe if one exists */
1662 * Initialize the pipe policy for the Bulk In pipe
1669 /* Open bulk_in pipe */
1712 * close the pipe, i
2338 usbprn_bulk_xfer_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
2391 usbprn_bulk_xfer_exc_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c135 * resources(USBA does not set limitation of requests on a pipe),
1036 usbecm_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1198 usbecm_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1487 * start polling on the interrupt pipe
1544 * interrupt pipe normal callback
1578 * interrupt pipe exception callback
2683 * search interrupt pipe.
2919 "usbsecm_open_pipes: look up bulk pipe failed in "
2926 * If device conform to ecm spec, it must have an interrupt pipe
2931 "usbecm_open_pipes: look up interrupt pipe faile
[all...]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/
H A Duftdi_dsd.c118 /* pipe operations */
124 /* pipe callbacks */
905 * while the receive pipe is active
1484 * pipe operations
1633 * bulk in pipe normal and exception callback handler
1637 uftdi_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1767 uftdi_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1867 "uftdi_tx_start: pipe busy");
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c112 /* pipe operations */
118 /* pipe callbacks */
1451 * pipe operations
1545 * pipe callbacks
1554 pl2303_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1599 pl2303_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1710 "pl2303_tx_start: pipe busy");
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c88 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmod((v)[1],S_IWUSR)<0||shutdown((v)[0],SHUT_WR)<0||fchmod((v)[0],S_IRUSR)<0)?(-1):0) macro
90 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||shutdown((v)[0],SHUT_WR)<0)?(-1):0) macro
464 * A discipline is inserted when read stream is a tty or a pipe
801 * create a pipe and print message on failure
806 if(pipe(fd)<0 || (pv[0]=fd[0])<0 || (pv[1]=fd[1])<0)
900 * close a pipe
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c475 rum_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
506 rum_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1509 "rum_open_pipes(): %x failed to open tx pipe\n", err);
1523 "rum_open_pipes(): %x failed to open rx pipe\n", err);
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c454 "find pipe %x\n", ep_descr->bEndpointAddress);
463 "failed to open rx data pipe, err = %x\n",
473 "find pipe %x\n",
483 "failed to open tx command pipe, err = %x\n",
492 "find pipe %x\n",
502 "failed to open tx pipe, err = %x\n",
511 "find pipe %x\n",
521 "failed to open rx command pipe, err = %x\n",
640 uath_fw_send(struct uath_softc *sc, usb_pipe_handle_t pipe, argument
657 res = usb_pipe_bulk_xfer(pipe, send_re
1203 uath_cmd_txeof(usb_pipe_handle_t pipe, struct usb_bulk_req *req) argument
1224 uath_tx_cmd_xfer(struct uath_softc *sc, usb_pipe_handle_t pipe, const void *data, uint_t len) argument
1389 uath_cmd_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1490 uath_data_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1556 uath_data_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c410 ural_txeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
441 ural_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1503 "ural_open_pipes(): %x failed to open tx pipe\n", err);
1517 "ural_open_pipes(): %x failed to open rx pipe\n", err);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c173 * opened during attach. The pipe status is as following:
204 * of the device by polling the interrupt pipe.
277 /* pipe callbacks */
281 /* interrupt pipe */
305 /* pipe operations */
1559 /* search interrupt pipe. */
1974 * pipe management
2007 "usbsacm_open_port_pipes: look up bulk pipe failed in "
2015 * If device conform to acm spec, it must have an interrupt pipe
2020 "usbsacm_open_port_pipes: look up interrupt pipe faile
2231 usbsacm_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
2292 usbsacm_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dlibmlrpc.h431 ndr_pipe_t *pipe; member in struct:ndr_xa
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2508 urtw_rxeof(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
2897 urtw_txeof_low(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
2926 urtw_txeof_normal(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
3792 "urtw_open_pipes(): %x low priority pipe open failed\n",
3807 "urtw_open_pipes(): %x failed to open high tx pipe\n",
3822 "urtw_open_pipes(): %x failed to open rx pipe\n", err));
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c349 * For the root hub the default pipe is not yet open
416 * usba_hubdi_detach also closes the default pipe
509 static void hubd_read_cb(usb_pipe_handle_t pipe, usb_intr_req_t *req);
510 static void hubd_exception_cb(usb_pipe_handle_t pipe,
2161 /* close the default pipe with addr x */
2182 /* open child's default pipe with USBA_DEFAULT_ADDR */
2187 "hubd_setdevaddr: Unable to open default pipe");
2254 /* open the default control pipe */
2275 * control pipe persistent, so that it gets re-opened
2281 "pipe ope
3444 hubd_exception_cb(usb_pipe_handle_t pipe, usb_intr_req_t *reqp) argument
3519 hubd_read_cb(usb_pipe_handle_t pipe, usb_intr_req_t *reqp) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_drm.h370 int pipe; member in struct:drm_i915_vblank_pipe
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1366 FILE *pipe; local
1389 pipe = popen(temp, "w");
1390 if (pipe != NULL) {
1391 (void) fprintf(pipe, "To: %s\n", usrname);
1394 (void) fprintf(pipe, CRONTABERR);
1395 (void) fprintf(pipe, "Your \"crontab\" on %s\n",
1397 (void) fprintf(pipe, mesg);
1398 (void) fprintf(pipe,
1402 (void) fprintf(pipe, "Subject: %s\n\n", mesg);
1403 (void) fprintf(pipe,
[all...]
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c568 * USB pipe management
1020 usbgem_bulkin_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
1137 usbgem_bulkout_cb(usb_pipe_handle_t pipe, usb_bulk_req_t *req) argument
2500 "%s: err:%d failed to start polling of intr pipe",
2515 /* stop the interrupt pipe */
2540 /* stop polling interrupt pipe */
5700 /* XXX -- no need to open default pipe */
5702 /* open bulk out pipe */
5710 "!%s: %s: err:%x: failed to open bulk-out pipe",
5718 /* open bulk in pipe */
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1215 * returned when the file/pipe was opened. The following
1482 smb_opipe_t *pipe; /* for smb_opipe_open */ member in struct:open_param
1867 #define SMB_OPIPE_CMD "pipe open"

Completed in 169 milliseconds

12