Searched refs:mux (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.0-release/usr.bin/csup/
H A Dmux.h2 * Copyright (c) 2003-2004, Maxime Henrion <mux@FreeBSD.org>
31 struct mux;
34 struct mux *mux_open(int, struct chan **);
35 void mux_shutdown(struct mux *, const char *, int);
36 int mux_close(struct mux *);
39 int chan_listen(struct mux *);
40 struct chan *chan_accept(struct mux *, int);
H A Dmux.c2 * Copyright (c) 2003-2006, Maxime Henrion <mux@FreeBSD.org>
45 #include "mux.h"
148 struct mux *mux; member in struct:chan
164 struct mux { struct
190 static int mux_init(struct mux *);
191 static void mux_lock(struct mux *);
192 static void mux_unlock(struct mux *);
194 static struct chan *chan_new(struct mux *);
195 static struct chan *chan_get(struct mux *, in
[all...]
H A DMakefile19 mux.c \
H A Dproto.c2 * Copyright (c) 2003-2006, Maxime Henrion <mux@FreeBSD.org>
58 #include "mux.h"
68 struct mux *mux; member in struct:killer
72 static void killer_start(struct killer *, struct mux *);
81 static struct mux *proto_mux(struct config *);
490 static struct mux *
493 struct mux *m;
542 struct mux *m;
953 killer_start(struct killer *k, struct mux *
[all...]
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx51_iomuxvar.h36 u_short mux; member in struct:iomux_conf
H A Dimx51_iomux.c197 conflist[i].mux);
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dio_test.cpp400 mock_muxer mux(fds, 2, bufsize);
402 mux.mux(child_finished);
404 std::cout << "mux done\n";
406 mux.flush();
423 ATF_REQUIRE(mux.lines0.size() > i);
424 ATF_REQUIRE_EQ(exp0.str(), mux.lines0[i]);
425 ATF_REQUIRE(mux.lines1.size() > i);
426 ATF_REQUIRE_EQ(exp1.str(), mux.lines1[i]);
428 ATF_REQUIRE_EQ("stdout eof", mux
[all...]
H A Dio.hpp420 void mux(volatile const bool&);
H A Dio.cpp320 impl::muxer::mux(volatile const bool& terminate)
H A Dtest-program.cpp765 child_muxer mux(fds, 2, writer);
769 mux.mux(terminate_poll);
776 mux.flush();
/freebsd-10.0-release/secure/usr.bin/ssh/
H A DMakefile12 sshconnect.c sshconnect1.c sshconnect2.c mux.c \
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_atpx_handler.c63 u16 mux; member in struct:atpx_mux
211 * radeon_atpx_switch_disp_mux - switch display mux
214 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
217 * switch the display mux between the discrete GPU and integrated GPU
229 input.mux = mux_id;
243 * radeon_atpx_switch_i2c_mux - switch i2c/hpd mux
246 * @mux_id: mux state (0 = integrated GPU, 1 = discrete GPU)
249 * switch the i2c/hpd mux between the discrete GPU and integrated GPU
261 input.mux = mux_id;
278 * @mux_id: mux stat
[all...]
/freebsd-10.0-release/sys/dev/pccbb/
H A Dpccbb_pci.c458 uint32_t mux, sysctrl, reg; local
526 mux = pci_read_config(sc->dev, CBBR_MFUNC, 4);
528 if (mux == 0) {
529 mux = (mux & ~CBBM_MFUNC_PIN0) |
532 mux = (mux & ~CBBM_MFUNC_PIN1) |
534 pci_write_config(sc->dev, CBBR_MFUNC, mux, 4);
/freebsd-10.0-release/crypto/openssh/contrib/cygwin/
H A DMakefile46 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
/freebsd-10.0-release/sys/dev/ce/
H A Dceddk.h152 int mux; member in struct:_ce_board_t
H A Dceddk.c523 /* We have only mux mode for now. Later we will also have cross mode */
524 b->mux = 1;
H A Dif_ce.c2259 if (c->board->mux) {
/freebsd-10.0-release/sys/dev/kbd/
H A Dkbd.c194 keyboard_t *mux; local
198 mux = kbd_get_keyboard(kbd_find_keyboard("kbdmux", -1));
222 if (mux != NULL) {
227 (void)kbdd_ioctl(mux, KBADDKBD, (caddr_t) &ki);
239 if (mux != NULL) {
244 (void)kbdd_ioctl(mux, KBADDKBD, (caddr_t) &ki);
/freebsd-10.0-release/etc/
H A Dprotocols28 mux 18 MUX # Multiplexing protocol
H A Dservices349 xyplex-mux 173/tcp
350 xyplex-mux 173/udp
355 genrad-mux 176/tcp
356 genrad-mux 176/udp
/freebsd-10.0-release/sys/dev/usb/net/
H A Duhso.c151 #define UHSO_MPORT_TYPE_NOMAX 8 /* Max number of mux ports */
920 UHSO_DPRINTF(1, "Trying to attach mux. serial\n");
1061 UHSO_DPRINTF(2, "Found mux port %x (%d)\n", port, i);
1098 unsigned int i, mux; local
1112 mux = 0;
1114 mux++;
1117 UHSO_DPRINTF(3, "mux port %d (%d)\n", mux, i);
1118 if (mux > UHSO_MPORT_TYPE_NOMAX)
1123 sc->sc_tty[mux]
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-spxx-defs.h478 * SPXX_DBG_DESKEW_CTL[OFFSET] = mux tap value (2-bits)
586 uint64_t mux : 1; /**< Set the mux select tap for the Spi4 bit member in struct:cvmx_spxx_dbg_deskew_ctl::cvmx_spxx_dbg_deskew_ctl_s
611 uint64_t mux : 1;
647 uint64_t muxsel : 2; /**< The mux select value of the bit selected by
1263 * This is the enable bit for the mux select. The MUX select will
/freebsd-10.0-release/sys/dev/cp/
H A Dcpddk.h240 unsigned char mux; /* E1 mux mode */ member in struct:_cp_board_t
H A Dif_cp.c1114 *(char*)data = c->board->mux ? 'c' : 'a';
2031 if (c->board->mux) {
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c271 HAL_GPIO_MUX_TYPE mux)
270 ar9300_Stub_GpioCfgOutput(struct ath_hal *ah, uint32_t gpio, HAL_GPIO_MUX_TYPE mux) argument

Completed in 252 milliseconds