Searched refs:spaces (Results 1 – 6 of 6) sorted by relevance
/drivers/s390/char/ |
D | sclp_rw.c | 182 int spaces, i_msg; in sclp_write() local 246 spaces = buffer->current_length; in sclp_write() 252 memset(buffer->current_line, 0x40, spaces); in sclp_write() 253 buffer->current_line += spaces; in sclp_write() 254 buffer->current_length = spaces; in sclp_write()
|
/drivers/tty/ |
D | n_tty.c | 468 int spaces; in do_output_char() local 498 spaces = 8 - (ldata->column & 7); in do_output_char() 500 if (space < spaces) in do_output_char() 502 ldata->column += spaces; in do_output_char() 503 tty->ops->write(tty, " ", spaces); in do_output_char() 504 return spaces; in do_output_char() 506 ldata->column += spaces; in do_output_char()
|
/drivers/scsi/ |
D | scsi_devinfo.c | 36 static const char spaces[] = " "; /* 16 of them */ variable 304 strncpy(&to[from_length], spaces, in scsi_strcpy_devinfo()
|
/drivers/mtd/ |
D | Kconfig | 99 Due to the way Linux handles the command line, no spaces are
|
/drivers/block/ |
D | rbd.c | 4784 const char *spaces = " \f\n\r\t\v"; in next_token() local 4786 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token() 4788 return strcspn(*buf, spaces); /* Return token length */ in next_token()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used
|