/kernel/linux/linux-5.10/drivers/scsi/ |
D | NCR5380.h | 249 #define dprintk(flg, fmt, ...) \ argument 250 do { if ((NDEBUG) & (flg)) \ 253 #define dsprintk(flg, host, fmt, ...) \ argument 254 do { if ((NDEBUG) & (flg)) \ 259 #define NCR5380_dprint(flg, arg) \ argument 260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0) 261 #define NCR5380_dprint_phase(flg, arg) \ argument 262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0) 266 #define NCR5380_dprint(flg, arg) do {} while (0) argument 267 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
|
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
D | fpu.c | 151 unsigned long flg; in save_to_user_fp() local 155 local_irq_save(flg); in save_to_user_fp() 208 local_irq_restore(flg); in save_to_user_fp() 213 unsigned long flg; in restore_from_user_fp() local 217 local_irq_save(flg); in restore_from_user_fp() 269 local_irq_restore(flg); in restore_from_user_fp()
|
/kernel/linux/linux-5.10/block/partitions/ |
D | atari.c | 22 (((pi)->flg & 1) && \ 79 if ( !(pi->flg & 1) ) in atari_partition() 103 if (!(xrs->part[0].flg & 1)) { in atari_partition() 113 if (!(xrs->part[1].flg & 1)) { in atari_partition() 141 if (!((pi->flg & 1) && OK_id(pi->id))) in atari_partition()
|
D | atari.h | 19 u8 flg; /* bit 0: active; bit 7: bootable */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 34 bp, flg, fm, np) \ argument 47 .flag = {(flg)}, \ 53 alpha, bp, flg, fm, np, th) \ argument 66 .flag = {(flg)}, \ 73 alpha, chroma, count, bp, flg, fm, np) \ argument 86 .flag = {(flg)}, \ 91 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument 104 .flag = {(flg)}, \ 110 flg, fm, np, th) \ argument 123 .flag = {(flg)}, \ [all …]
|
/kernel/linux/linux-5.10/fs/hfs/ |
D | hfs_fs.h | 43 #define hfs_dbg(flg, fmt, ...) \ argument 45 if (DBG_##flg & DBG_MASK) \ 49 #define hfs_dbg_cont(flg, fmt, ...) \ argument 51 if (DBG_##flg & DBG_MASK) \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/ |
D | cfe_api.h | 91 int cfe_flushcache(int flg); 95 int cfe_getstdhandle(int flg);
|
/kernel/linux/linux-5.10/ipc/ |
D | util.c | 371 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms() 374 err = ops->associate(ipcp, params->flg); in ipc_check_perms() 400 int flg = params->flg; in ipcget_public() local 411 if (!(flg & IPC_CREAT)) in ipcget_public() 418 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
|
D | util.h | 89 int flg; member 142 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_minisocks.c | 577 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local 600 flg == TCP_FLAG_SYN && in tcp_check_req() 699 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req() 714 if (!(flg & TCP_FLAG_RST) && in tcp_check_req() 732 flg &= ~TCP_FLAG_SYN; in tcp_check_req() 738 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req() 749 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req() 795 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
D | clps711x.c | 95 unsigned int status, flg; in uart_clps711x_int_rx() local 110 flg = TTY_NORMAL; in uart_clps711x_int_rx() 123 flg = TTY_PARITY; in uart_clps711x_int_rx() 125 flg = TTY_FRAME; in uart_clps711x_int_rx() 127 flg = TTY_OVERRUN; in uart_clps711x_int_rx() 136 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
|
D | arc_uart.c | 199 unsigned int ch, flg = 0; in arc_serial_rx_chars() local 218 flg = TTY_OVERRUN; in arc_serial_rx_chars() 224 flg = TTY_FRAME; in arc_serial_rx_chars() 228 flg = TTY_NORMAL; in arc_serial_rx_chars() 237 uart_insert_char(port, status, RXOERR, ch, flg); in arc_serial_rx_chars()
|
D | max3100.c | 218 unsigned int ch, flg, status = 0; in max3100_handlerx() local 226 flg = TTY_FRAME; in max3100_handlerx() 232 flg = TTY_NORMAL; in max3100_handlerx() 235 flg = TTY_PARITY; in max3100_handlerx() 240 flg = TTY_NORMAL; in max3100_handlerx() 243 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx()
|
D | pnx8xxx_uart.c | 180 unsigned int status, ch, flg; in pnx8xxx_rx_chars() local 189 flg = TTY_NORMAL; in pnx8xxx_rx_chars() 215 flg = TTY_PARITY; in pnx8xxx_rx_chars() 217 flg = TTY_FRAME; in pnx8xxx_rx_chars() 226 ISTAT_TO_SM(PNX8XXX_UART_INT_RXOVRN), ch, flg); in pnx8xxx_rx_chars()
|
D | sa1100.c | 183 unsigned int status, ch, flg; in sa1100_rx_chars() local 192 flg = TTY_NORMAL; in sa1100_rx_chars() 209 flg = TTY_PARITY; in sa1100_rx_chars() 211 flg = TTY_FRAME; in sa1100_rx_chars() 219 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
D | gunz_test.c | 348 int flg = GETINPC(inpf); /* FLG */ in decompress_file() local 350 if (flg & 0xE0 || flg & 0x4 || flg == EOF) in decompress_file() 353 fprintf(stderr, "gzHeader FLG %x\n", flg); in decompress_file() 371 if (flg & 0x8) { in decompress_file() 384 if (flg & 0x2) { in decompress_file()
|
/kernel/linux/linux-5.10/arch/mips/fw/cfe/ |
D | cfe_api.c | 166 int cfe_flushcache(int flg) in cfe_flushcache() argument 173 xiocb.xiocb_flags = flg; in cfe_flushcache() 250 int cfe_getstdhandle(int flg) in cfe_getstdhandle() argument 257 xiocb.xiocb_flags = flg; in cfe_getstdhandle()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | mn88443x.c | 273 u32 cpmon, tmpu, tmpl, flg; in mn88443x_s_read_status() local 343 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status() 345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status() 475 u32 seqrd, st, flg, tmpu, tmpm, tmpl; in mn88443x_t_read_status() local 531 regmap_read(r_t, BERFLG_T, &flg); in mn88443x_t_read_status() 533 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) { in mn88443x_t_read_status()
|
/kernel/linux/linux-5.10/include/net/ |
D | vxlan.h | 466 #define VXLAN_FLAG(flg) \ in vxlan_flag_attr_error() argument 467 case IFLA_VXLAN_##flg: \ in vxlan_flag_attr_error() 469 "cannot change " #flg " flag"); \ in vxlan_flag_attr_error()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
D | hfsplus_fs.h | 42 #define hfs_dbg(flg, fmt, ...) \ argument 44 if (DBG_##flg & DBG_MASK) \ 48 #define hfs_dbg_cont(flg, fmt, ...) \ argument 50 if (DBG_##flg & DBG_MASK) \
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | export.c | 1149 struct flags *flg; in show_expflags() local 1152 for (flg = expflags; flg->flag; flg++) { in show_expflags() 1153 if (flg->flag & ~mask) in show_expflags() 1155 state = (flg->flag & flags) ? 0 : 1; in show_expflags() 1156 if (*flg->name[state]) in show_expflags() 1157 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()
|
/kernel/linux/linux-5.10/drivers/tty/serial/cpm_uart/ |
D | cpm_uart_core.c | 235 unsigned int flg; in cpm_uart_int_rx() local 274 flg = TTY_NORMAL; in cpm_uart_int_rx() 288 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx() 330 flg = TTY_BREAK; in cpm_uart_int_rx() 332 flg = TTY_PARITY; in cpm_uart_int_rx() 334 flg = TTY_FRAME; in cpm_uart_int_rx() 339 flg = TTY_OVERRUN; in cpm_uart_int_rx()
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
D | pcd.c | 567 int i, k, flg; in pcd_reset() local 580 flg = 1; in pcd_reset() 582 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset() 588 if (!flg) in pcd_reset() 594 return flg - 1; in pcd_reset()
|
D | pf.c | 562 int i, k, flg; in pf_reset() local 575 flg = 1; in pf_reset() 577 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset() 583 if (!flg) in pf_reset() 589 return flg - 1; in pf_reset()
|
D | pt.c | 454 int i, k, flg; in pt_reset() local 467 flg = 1; in pt_reset() 469 flg &= (read_reg(pi, i + 1) == expect[i]); in pt_reset() 475 if (!flg) in pt_reset() 481 return flg - 1; in pt_reset()
|