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

/freebsd-9.3-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;
945 killer_start(struct killer *k, struct mux *
[all...]
/freebsd-9.3-release/secure/usr.bin/ssh/
H A DMakefile12 sshconnect.c sshconnect1.c sshconnect2.c mux.c \
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssh/contrib/cygwin/
H A DMakefile46 -$(INSTALL) -m 644 $(srcdir)/PROTOCOL.mux $(DESTDIR)$(sshdocdir)/PROTOCOL.mux
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/sys/dev/usb/net/
H A Duhso.c151 #define UHSO_MPORT_TYPE_NOMAX 8 /* Max number of mux ports */
921 UHSO_DPRINTF(1, "Trying to attach mux. serial\n");
1062 UHSO_DPRINTF(2, "Found mux port %x (%d)\n", port, i);
1099 unsigned int i, mux; local
1113 mux = 0;
1115 mux++;
1118 UHSO_DPRINTF(3, "mux port %d (%d)\n", mux, i);
1119 if (mux > UHSO_MPORT_TYPE_NOMAX)
1124 sc->sc_tty[mux]
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-spxx-defs.h486 * SPXX_DBG_DESKEW_CTL[OFFSET] = mux tap value (2-bits)
596 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
621 uint64_t mux : 1;
659 uint64_t muxsel : 2; /**< The mux select value of the bit selected by
1289 * This is the enable bit for the mux select. The MUX select will
/freebsd-9.3-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) {

Completed in 238 milliseconds