Home
last modified time | relevance | path

Searched refs:flag (Results 2701 – 2725 of 2851) sorted by relevance

1...<<101102103104105106107108109110>>...115

/openbmc/qemu/block/
H A Dfile-posix.c1031 static int fcntl_setfl(int fd, int flag) in fcntl_setfl() argument
1039 if (fcntl(fd, F_SETFL, flags | flag) == -1) { in fcntl_setfl()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c3397 static int smack_ipc_permission(struct kern_ipc_perm *ipp, short flag) in smack_ipc_permission() argument
3401 int may = smack_flags_to_may(flag); in smack_ipc_permission()
/openbmc/linux/tools/perf/util/
H A Dsort.c1960 unsigned flag; member
1998 if (txbits[i].flag & t) in hist_entry__transaction_snprintf()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/
H A Dcs89x0.rst261 the I/O address, but it is a flag to tell the driver
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.14.rst76 - kernel.bbclass: Add force flag to rm calls
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-trap.rst415 might be because of packet truncation or the I flag is not set.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt688 If set, Intel PT decoder will set the mispred flag on all
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst476 miss due to the in-progress flag diverging, while an access after the update
/openbmc/linux/Documentation/scsi/
H A DChangeLog.megaraid_sas228 2. Add the support update flag to the driver to tell LSI megaraid_sas
/openbmc/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst334 use ``git format-patch`` with the ``--base`` flag to automatically include the
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dkdump.rst585 bit flag being set by add_taint().
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst279 resubmit the kernel scrub call with the repair flag enabled; this is
1825 static key; the ``TRY_HARDER`` flag is useful here.
1833 ``TRY_HARDER`` flag set.
1834 The scrub setup function should detect that flag, enable the static key, and
2332 5. Clear the transaction dirty flag if the only dirty log items were the ones
3094 scan flag, but this is not a satisfying outcome for a system administrator.
3379 flag on the inode to cause the kernel to try to drop the inode into the
3388 function to set or clear the ``DONTCACHE`` flag to get the required release
4026 The new ``XFS_SB_FEAT_INCOMPAT_LOG_ATOMIC_SWAP`` log-incompatible feature flag
5182 atomic extent swap system call with a flag to indicate that holes in the
/openbmc/linux/drivers/usb/gadget/udc/
H A Dtegra-xudc.c2968 static inline void clear_port_change(struct tegra_xudc *xudc, u32 flag) in clear_port_change() argument
2974 val |= flag; in clear_port_change()
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst625 the image. To turn them off, use the ``d`` flag after ``ubdX``.
628 blocks in the image. To turn it off, specify the ``t`` flag after
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3216 IOMMUAccessFlags flag, int iommu_idx) in vtd_iommu_translate() argument
3228 addr, flag & IOMMU_WO, &iotlb); in vtd_iommu_translate()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1466 - add additional jump to clear change flag to recognize multiline strings
2792 -# define W(flag, data) ((flag) ? SWAP (data) : (data))
3661 -# Clear substitution flag.
4609 -# flag on `N', so we do a `t' here to clear it.
4855 -# Clear flag from last substitution.
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3107 ae_dev->flag = ent->driver_data; in hns3_probe()
4549 hnae3_set_bit(chain->flag, HNAE3_RING_TYPE_B, in hns3_create_ring_chain()
4895 hnae3_set_bit(ring->flag, HNAE3_RING_TYPE_B, ring_type); in hns3_ring_get_cfg()
/openbmc/qemu/
H A Dblock.c6323 uint64_t flag = bdrv_qapi_perm_to_blk_perm(qapi_perm); in xdbg_graph_add_edge() local
6325 if (flag & child->perm) { in xdbg_graph_add_edge()
6328 if (flag & child->shared_perm) { in xdbg_graph_add_edge()
/openbmc/linux/net/core/
H A Drtnetlink.c4886 unsigned int attrnum, unsigned int flag) in brport_nla_put_flag() argument
4888 if (mask & flag) in brport_nla_put_flag()
4889 return nla_put_u8(skb, attrnum, !!(flags & flag)); in brport_nla_put_flag()
/openbmc/linux/drivers/video/fbdev/riva/
H A Dfbdev.c1797 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) { in riva_update_default_var()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disppreview.c889 if (cfg->flag & bit) { in preview_config()
/openbmc/linux/arch/arm/boot/compressed/
H A Dhead.S218 .word 0x04030201 @ endianness flag
/openbmc/qemu/docs/devel/
H A Dbuild-system.rst459 The main difference is that ``make`` needs the ``-jN`` flag in order to
/openbmc/linux/drivers/scsi/
H A Dipr.c7042 int entries, found, flag, i; in ipr_init_res_table() local
7047 flag = ioa_cfg->u.cfg_table64->hdr64.flags; in ipr_init_res_table()
7049 flag = ioa_cfg->u.cfg_table->hdr.flags; in ipr_init_res_table()
7051 if (flag & IPR_UCODE_DOWNLOAD_REQ) in ipr_init_res_table()
/openbmc/linux/Documentation/arch/x86/
H A Dresctrl.rst18 flag bits:
33 flag to /proc/cpuinfo should be avoided if user space can obtain information

1...<<101102103104105106107108109110>>...115