/openbmc/qemu/block/ |
H A D | file-posix.c | 1031 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 D | smack_lsm.c | 3397 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 D | sort.c | 1960 unsigned flag; member 1998 if (txbits[i].flag & t) in hist_entry__transaction_snprintf()
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 261 the I/O address, but it is a flag to tell the driver
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.14.rst | 76 - kernel.bbclass: Add force flag to rm calls
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-trap.rst | 415 might be because of packet truncation or the I flag is not set.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 688 If set, Intel PT decoder will set the mispred flag on all
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | mmu.rst | 476 miss due to the in-progress flag diverging, while an access after the update
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.megaraid_sas | 228 2. Add the support update flag to the driver to tell LSI megaraid_sas
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-kvm-x86.rst | 334 use ``git format-patch`` with the ``--base`` flag to automatically include the
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | kdump.rst | 585 bit flag being set by add_taint().
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 279 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 D | tegra-xudc.c | 2968 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 D | user_mode_linux_howto_v2.rst | 625 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 D | intel_iommu.c | 3216 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 D | autotools-update.patch | 1466 - 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 D | hns3_enet.c | 3107 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 D | block.c | 6323 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 D | rtnetlink.c | 4886 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 D | fbdev.c | 1797 if (specs->modedb[i].flag & FB_MODE_IS_FIRST) { in riva_update_default_var()
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | isppreview.c | 889 if (cfg->flag & bit) { in preview_config()
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | head.S | 218 .word 0x04030201 @ endianness flag
|
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 459 The main difference is that ``make`` needs the ``-jN`` flag in order to
|
/openbmc/linux/drivers/scsi/ |
H A D | ipr.c | 7042 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 D | resctrl.rst | 18 flag bits: 33 flag to /proc/cpuinfo should be avoided if user space can obtain information
|