Home
last modified time | relevance | path

Searched refs:uflags (Results 1 – 6 of 6) sorted by relevance

/drivers/char/
A Dppdev.c500 int uflags; in pp_do_ioctl() local
502 if (copy_from_user(&uflags, argp, sizeof(uflags))) in pp_do_ioctl()
505 pp->flags |= (uflags & PP_FLAGMASK); in pp_do_ioctl()
510 int uflags; in pp_do_ioctl() local
512 uflags = pp->flags & PP_FLAGMASK; in pp_do_ioctl()
513 if (copy_to_user(argp, &uflags, sizeof(uflags))) in pp_do_ioctl()
/drivers/scsi/sym53c8xx_2/
A Dsym_malloc.c145 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2() argument
157 else if (uflags & SYM_MEM_WARN) in __sym_calloc2()
/drivers/tty/serial/
A Dlpc32xx_hs.c548 static void serial_lpc32xx_config_port(struct uart_port *port, int uflags) in serial_lpc32xx_config_port() argument
A Dserial_txx9.c764 static void serial_txx9_config_port(struct uart_port *up, int uflags) in serial_txx9_config_port() argument
/drivers/target/
A Dtarget_core_user.c970 hdr->uflags = 0; in ring_insert_padding()
1349 if (entry->hdr.uflags & TCMU_UFLAG_UNKNOWN_OP) { in tcmu_handle_completion()
1358 (entry->hdr.uflags & TCMU_UFLAG_READ_LEN) && entry->rsp.read_len) { in tcmu_handle_completion()
1482 keep_buf = !!(entry->hdr.uflags & TCMU_UFLAG_KEEP_BUF); in tcmu_handle_completions()
/drivers/scsi/
A Dncr53c8xx.c318 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() argument
329 else if (uflags & MEMO_WARN) in __m_calloc2()

Completed in 37 milliseconds