Home
last modified time | relevance | path

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

/linux/drivers/char/
H 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()
/linux/drivers/scsi/sym53c8xx_2/
H 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()
/linux/include/uapi/linux/
H A Dtarget_core_user.h80 __u8 uflags; member
/linux/Documentation/target/
H A Dtcmu-design.rst166 (uflags).
200 hdr.uflags, update cmd_tail, and proceed with processing additional
376 ent->hdr.uflags |= TCMU_UFLAG_UNKNOWN_OP;
/linux/drivers/tty/serial/
H A Dlpc32xx_hs.c548 static void serial_lpc32xx_config_port(struct uart_port *port, int uflags) in serial_lpc32xx_config_port() argument
/linux/fs/
H A Dnamei.c233 struct filename *getname_uflags(const char __user *filename, int uflags) in getname_uflags() argument
235 int flags = (uflags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in getname_uflags()
328 int uflags) in delayed_getname_uflags() argument
330 int flags = (uflags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in delayed_getname_uflags()