sigs              147 arch/um/drivers/chan_user.c 	sigset_t sigs;
sigs              166 arch/um/drivers/chan_user.c 	sigfillset(&sigs);
sigs              168 arch/um/drivers/chan_user.c 	if (sigprocmask(SIG_SETMASK, &sigs, NULL) < 0) {
sigs              174 arch/um/drivers/chan_user.c 	sigdelset(&sigs, SIGWINCH);
sigs              210 arch/um/drivers/chan_user.c 		sigsuspend(&sigs);
sigs               36 arch/x86/include/asm/microcode_intel.h 	struct extended_signature sigs[0];
sigs               58 drivers/tty/serial/altera_jtaguart.c 	unsigned int sigs;	/* Local copy of line sigs */
sigs               73 drivers/tty/serial/altera_jtaguart.c static void altera_jtaguart_set_mctrl(struct uart_port *port, unsigned int sigs)
sigs               80 drivers/tty/serial/altera_uart.c 	unsigned int sigs;	/* Local copy of line sigs */
sigs              103 drivers/tty/serial/altera_uart.c 	unsigned int sigs;
sigs              105 drivers/tty/serial/altera_uart.c 	sigs = (altera_uart_readl(port, ALTERA_UART_STATUS_REG) &
sigs              107 drivers/tty/serial/altera_uart.c 	sigs |= (pp->sigs & TIOCM_RTS);
sigs              109 drivers/tty/serial/altera_uart.c 	return sigs;
sigs              126 drivers/tty/serial/altera_uart.c static void altera_uart_set_mctrl(struct uart_port *port, unsigned int sigs)
sigs              130 drivers/tty/serial/altera_uart.c 	pp->sigs = sigs;
sigs              131 drivers/tty/serial/altera_uart.c 	if (sigs & TIOCM_RTS)
sigs               54 drivers/tty/serial/mcf.c 	unsigned int		sigs;		/* Local copy of line sigs */
sigs               71 drivers/tty/serial/mcf.c 	unsigned int sigs;
sigs               73 drivers/tty/serial/mcf.c 	sigs = (readb(port->membase + MCFUART_UIPR) & MCFUART_UIPR_CTS) ?
sigs               75 drivers/tty/serial/mcf.c 	sigs |= (pp->sigs & TIOCM_RTS);
sigs               76 drivers/tty/serial/mcf.c 	sigs |= (mcf_getppdcd(port->line) ? TIOCM_CD : 0);
sigs               77 drivers/tty/serial/mcf.c 	sigs |= (mcf_getppdtr(port->line) ? TIOCM_DTR : 0);
sigs               79 drivers/tty/serial/mcf.c 	return sigs;
sigs               84 drivers/tty/serial/mcf.c static void mcf_set_mctrl(struct uart_port *port, unsigned int sigs)
sigs               88 drivers/tty/serial/mcf.c 	pp->sigs = sigs;
sigs               89 drivers/tty/serial/mcf.c 	mcf_setppdtr(port->line, (sigs & TIOCM_DTR));
sigs               90 drivers/tty/serial/mcf.c 	if (sigs & TIOCM_RTS)
sigs               68 fs/nfs/blocklayout/blocklayout.h 			} sigs[PNFS_BLOCK_MAX_UUIDS];
sigs               79 fs/nfs/blocklayout/dev.c 			p = xdr_decode_hyper(p, &b->simple.sigs[i].offset);
sigs               80 fs/nfs/blocklayout/dev.c 			b->simple.sigs[i].sig_len = be32_to_cpup(p++);
sigs               81 fs/nfs/blocklayout/dev.c 			if (b->simple.sigs[i].sig_len > PNFS_BLOCK_UUID_LEN) {
sigs               83 fs/nfs/blocklayout/dev.c 					b->simple.sigs[i].sig_len);
sigs               87 fs/nfs/blocklayout/dev.c 			p = xdr_inline_decode(xdr, b->simple.sigs[i].sig_len);
sigs               90 fs/nfs/blocklayout/dev.c 			memcpy(&b->simple.sigs[i].sig, p,
sigs               91 fs/nfs/blocklayout/dev.c 				b->simple.sigs[i].sig_len);
sigs               94 fs/nfs/blocklayout/dev.c 				(XDR_QUADLEN(b->simple.sigs[i].sig_len) << 2);
sigs               46 fs/nfs/blocklayout/rpc_pipefs.c 		p = xdr_encode_hyper(p, b->simple.sigs[i].offset);
sigs               47 fs/nfs/blocklayout/rpc_pipefs.c 		p = xdr_encode_opaque(p, b->simple.sigs[i].sig,
sigs               48 fs/nfs/blocklayout/rpc_pipefs.c 					 b->simple.sigs[i].sig_len);