Home
last modified time | relevance | path

Searched refs:iflag (Results 1 – 18 of 18) sorted by relevance

/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh57 $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 Dlantiq.c392 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 Dsunhv.c333 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 Dsunsab.c681 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 Dpmac_zilog.c956 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 Dsunzilog.c863 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 Dtest_generic_16.sh35 dd if=/dev/ublkb${dev_id} of=/dev/null bs=4k iflag=direct > /dev/null 2>&1 &
/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py221 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 Dintel-pt-decoder.c148 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 Devent.h250 u32 iflag : 1, member
H A Dintel-pt.c2688 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 Ddm-dust.rst78 $ 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 Dlpfc_init.c1199 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 Dlpfc_debugfs.c409 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 Dcan327.rst73 --iflag -ICRNL,INLCR,-IXOFF \
/linux/Documentation/admin-guide/cgroup-v1/
H A Dblkio-controller.rst45 # dd iflag=direct if=/mnt/common/zerofile of=/dev/null bs=4K count=1024
/linux/tools/perf/
H A Dbuiltin-script.c2012 len = fprintf(fp, " IFLAG: %d->%d %s branch", !data->iflag, data->iflag, in perf_sample__fprintf_synth_vpadtl()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1307 * Remove phba->iflag reference.