| /linux/arch/arm/boot/ |
| H A D | deflate_xip_data.sh | 57 $DD if="$XIPIMAGE" count=$data_start iflag=count_bytes of="$XIPIMAGE.tmp" 58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
|
| /linux/drivers/tty/serial/ |
| H A D | lantiq.c | 392 unsigned int iflag; in lqasc_set_termios() local 400 iflag = new->c_iflag; in lqasc_set_termios() 429 if (iflag & INPCK) in lqasc_set_termios() 433 if (iflag & IGNPAR) in lqasc_set_termios() 436 if (iflag & IGNBRK) { in lqasc_set_termios() 441 if (iflag & IGNPAR) in lqasc_set_termios()
|
| H A D | sunhv.c | 333 unsigned int iflag, cflag; in sunhv_set_termios() local 338 iflag = termios->c_iflag; in sunhv_set_termios() 342 if (iflag & IGNBRK) in sunhv_set_termios()
|
| H A D | sunsab.c | 681 unsigned int iflag, unsigned int baud, in sunsab_convert_to_sab() argument 732 if (iflag & INPCK) in sunsab_convert_to_sab() 735 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab() 742 if (iflag & IGNPAR) in sunsab_convert_to_sab() 745 if (iflag & IGNBRK) { in sunsab_convert_to_sab() 751 if (iflag & IGNPAR) in sunsab_convert_to_sab()
|
| H A D | pmac_zilog.c | 956 unsigned int iflag, unsigned long baud) in pmz_convert_to_zs() argument 1036 if (iflag & INPCK) in pmz_convert_to_zs() 1038 if (iflag & (IGNBRK | BRKINT | PARMRK)) in pmz_convert_to_zs() 1042 if (iflag & IGNPAR) in pmz_convert_to_zs() 1044 if (iflag & IGNBRK) { in pmz_convert_to_zs() 1046 if (iflag & IGNPAR) in pmz_convert_to_zs()
|
| H A D | sunzilog.c | 863 unsigned int iflag, int brg) in sunzilog_convert_to_zs() argument 917 if (iflag & INPCK) in sunzilog_convert_to_zs() 919 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunzilog_convert_to_zs() 923 if (iflag & IGNPAR) in sunzilog_convert_to_zs() 925 if (iflag & IGNBRK) { in sunzilog_convert_to_zs() 927 if (iflag & IGNPAR) in sunzilog_convert_to_zs()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | test_generic_16.sh | 35 dd if=/dev/ublkb${dev_id} of=/dev/null bs=4k iflag=direct > /dev/null 2>&1 &
|
| /linux/tools/perf/scripts/python/ |
| H A D | intel-pt-events.py | 221 iflag = data[0] & 1 222 old_iflag = iflag ^ 1 229 print("IFLAG: %u->%u %s branch" % (old_iflag, iflag, s), end=' ')
|
| /linux/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-decoder.c | 148 bool iflag; member 1269 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; in intel_pt_mode_exec_status() local 1272 decoder->iflag = iflag; in intel_pt_mode_exec_status() 1273 decoder->next_iflag = iflag; in intel_pt_mode_exec_status() 1274 decoder->state.from_iflag = iflag; in intel_pt_mode_exec_status() 1275 decoder->state.to_iflag = iflag; in intel_pt_mode_exec_status() 1280 bool iflag = decoder->packet.count & INTEL_PT_IFLAG; in intel_pt_mode_exec() local 1283 decoder->next_iflag = iflag; in intel_pt_mode_exec() 1289 decoder->state.from_iflag = decoder->iflag; in intel_pt_sample_iflag() [all...] |
| /linux/tools/perf/util/ |
| H A D | event.h | 250 u32 iflag : 1, member
|
| H A D | intel-pt.c | 2688 raw.iflag = ptq->state->to_iflag; in intel_pt_synth_error() 4171 err = intel_pt_synth_event(session, "iflag", &attr, id); in intel_pt_setup_pebs_events() 4176 intel_pt_set_event_name(evlist, id, "iflag"); in intel_pt_setup_pebs_events()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-dust.rst | 78 $ sudo dd if=/dev/mapper/dust1 of=/dev/null bs=512 count=128 iflag=direct 122 $ sudo dd if=/dev/mapper/dust1 of=/dev/null bs=512 count=1 skip=67 iflag=direct
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 1199 unsigned long iflag; in lpfc_hb_timeout() local 1204 spin_lock_irqsave(&phba->pport->work_port_lock, iflag); in lpfc_hb_timeout() 1208 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag); in lpfc_hb_timeout() 3363 unsigned long iflag; in lpfc_block_mgmt_io() local 3367 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_block_mgmt_io() 3369 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_block_mgmt_io() 3373 spin_lock_irqsave(&phba->hbalock, iflag); in lpfc_block_mgmt_io() 3382 spin_unlock_irqrestore(&phba->hbalock, iflag); in lpfc_block_mgmt_io() 3463 unsigned long iflag; in lpfc_create_expedite_pool() local 3469 spin_lock_irqsave(&qp->io_buf_list_put_lock, iflag); in lpfc_create_expedite_pool() [all …]
|
| H A D | lpfc_debugfs.c | 409 unsigned long iflag; in lpfc_debugfs_commonxripools_data() local 417 spin_lock_irqsave(&qp->abts_io_buf_list_lock, iflag); in lpfc_debugfs_commonxripools_data() 430 spin_unlock_irqrestore(&qp->abts_io_buf_list_lock, iflag); in lpfc_debugfs_commonxripools_data()
|
| /linux/Documentation/networking/device_drivers/can/ |
| H A D | can327.rst | 73 --iflag -ICRNL,INLCR,-IXOFF \
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 45 # dd iflag=direct if=/mnt/common/zerofile of=/dev/null bs=4K count=1024
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 2012 len = fprintf(fp, " IFLAG: %d->%d %s branch", !data->iflag, data->iflag, in perf_sample__fprintf_synth_vpadtl()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 1307 * Remove phba->iflag reference.
|