/openbmc/linux/security/selinux/include/ |
H A D | avc.h | 51 u32 requested; member 63 static inline u32 avc_audit_required(u32 requested, in avc_audit_required() argument 70 denied = requested & ~avd->allowed; in avc_audit_required() 92 audited = denied = requested; in avc_audit_required() 94 audited = requested & avd->auditallow; in avc_audit_required() 100 u32 requested, u32 audited, u32 denied, int result, 123 u16 tclass, u32 requested, in avc_audit() argument 129 audited = avc_audit_required(requested, avd, result, 0, &denied); in avc_audit() 133 requested, audited, denied, result, in avc_audit() 140 u16 tclass, u32 requested, [all …]
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | manager_read_unittest.cpp | 21 uint32_t requested = 0x100; in TEST() local 23 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST() 39 uint32_t requested = 0x100; in TEST() local 47 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST() 63 uint32_t requested = 0x10; in TEST() local 72 EXPECT_CALL(*m1ptr, read(sess, ofs, requested)).WillOnce(Return(data)); in TEST() 74 std::vector<uint8_t> result = mgr.read(sess, ofs, requested); in TEST()
|
/openbmc/linux/security/selinux/ |
H A D | avc.c | 385 static inline u32 avc_xperms_audit_required(u32 requested, in avc_xperms_audit_required() argument 394 denied = requested & ~avd->allowed; in avc_xperms_audit_required() 399 audited &= ~requested; in avc_xperms_audit_required() 402 audited = denied = requested; in avc_xperms_audit_required() 404 audited = requested & avd->auditallow; in avc_xperms_audit_required() 407 audited &= ~requested; in avc_xperms_audit_required() 416 u32 requested, struct av_decision *avd, in avc_xperms_audit() argument 424 requested, avd, xpd, perm, result, &denied); in avc_xperms_audit() 427 return slow_avc_audit(ssid, tsid, tclass, requested, in avc_xperms_audit() 757 u32 requested, u32 audited, u32 denied, int result, in slow_avc_audit() argument [all …]
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_common.cpp | 223 struct timespec requested, remaining; in sleepSeconds() local 227 requested.tv_sec = 1; in sleepSeconds() 228 requested.tv_nsec = 0; in sleepSeconds() 229 remaining = requested; in sleepSeconds() 231 while (-1 == nanosleep(&requested, &remaining)) in sleepSeconds() 234 if (requested <= remaining) in sleepSeconds() 240 requested = remaining; in sleepSeconds()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_lvds_connector.c | 66 long actual, requested; in mdp4_lvds_connector_mode_valid() local 68 requested = 1000 * mode->clock; in mdp4_lvds_connector_mode_valid() 69 actual = mdp4_lcdc_round_pixclk(encoder, requested); in mdp4_lvds_connector_mode_valid() 71 DBG("requested=%ld, actual=%ld", requested, actual); in mdp4_lvds_connector_mode_valid() 73 if (actual != requested) in mdp4_lvds_connector_mode_valid()
|
/openbmc/linux/include/trace/events/ |
H A D | avc.h | 25 __field(u32, requested) 35 __entry->requested = sad->requested; 45 __entry->requested, __entry->denied, __entry->audited, __entry->result,
|
H A D | rdma_core.h | 121 int requested, 125 TP_ARGS(cq, requested, rc), 129 __field(int, requested) 135 __entry->requested = requested; 140 __entry->cq_id, __entry->requested, __entry->rc
|
/openbmc/phosphor-fan-presence/docs/control/ |
H A D | zones.md | 42 NetTargetIncrease requests an increase. All increases requested inside of this 43 interval are analyzed and if the highest requested target is greater than the 49 Optional with a default of zero, meaning increases are immediately requested. 56 NetTargetDecrease requests a decrease. All increases and decreases requested 57 inside of this interval are analyzed and if the highest requested target is 60 Optional with a default of zero, meaning decreases are immediately requested.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-create-bufs.rst | 43 ``count`` field must be set to the number of requested buffers, the 44 ``memory`` field specifies the requested I/O method and the ``reserved`` 52 requested format is supported by the driver. Based on the format's 53 ``type`` field the requested buffer size (for single-planar) or plane 64 driver may reject the requested size, but if it is accepted the driver 68 will attempt to allocate up to the requested number of buffers and store 71 than the number requested. 87 - The number of buffers requested or granted. If count == 0, then 136 The buffer type (``format.type`` field), requested I/O method
|
/openbmc/linux/fs/gfs2/ |
H A D | trans.h | 28 static inline unsigned int gfs2_rg_blocks(const struct gfs2_inode *ip, unsigned requested) in gfs2_rg_blocks() argument 32 if (requested < rgd->rd_length) in gfs2_rg_blocks() 33 return requested + 1; in gfs2_rg_blocks()
|
/openbmc/qemu/qapi/ |
H A D | error.json | 16 # @CommandNotFound: the requested command has not been found 20 # @DeviceNotFound: the requested device has not been found 22 # @KVMMissingCap: the requested operation can't be fulfilled because a
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | pp_psm.c | 250 struct pp_power_state *requested; in power_state_management() local 254 requested = new_ps; in power_state_management() 256 requested = hwmgr->request_ps; in power_state_management() 260 phm_apply_state_adjust_rules(hwmgr, requested, pcurrent); in power_state_management() 262 &pcurrent->hardware, &requested->hardware, &equal))) in power_state_management() 266 phm_set_power_state(hwmgr, &pcurrent->hardware, &requested->hardware); in power_state_management()
|
/openbmc/linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 148 unsigned requested; member 215 iobuf->requested = 0; in init_bufs() 328 if (iobuf[i].requested) in main() 342 iobuf[i].requested = ret; in main() 363 iobuf[actual].requested -= ret; in main() 366 if (!iobuf[actual].requested) in main()
|
/openbmc/u-boot/doc/device-tree-bindings/memory-controllers/ |
H A D | st,stm32mp1-ddr.txt | 27 for STM32MP15x: 25 values are requested in this order 56 for STM32MP15x: 12 values are requested in this order 71 for STM32MP15x: 9 values are requested in this order 83 for STM32MP15x: 17 values are requested in this order 105 for STM32MP15x: 10 values are requested in this order 119 for STM32MP15x: 10 values are requested in this order 132 for STM32MP15x: 12 values are requested in this order
|
/openbmc/linux/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi_bridge.c | 276 long actual, requested; in msm_hdmi_bridge_mode_valid() local 278 requested = 1000 * mode->clock; in msm_hdmi_bridge_mode_valid() 286 requested, hdmi_bridge->hdmi->encoder); in msm_hdmi_bridge_mode_valid() 288 actual = clk_round_rate(hdmi->pwr_clks[0], requested); in msm_hdmi_bridge_mode_valid() 290 actual = requested; in msm_hdmi_bridge_mode_valid() 292 DBG("requested=%ld, actual=%ld", requested, actual); in msm_hdmi_bridge_mode_valid() 294 if (actual != requested) in msm_hdmi_bridge_mode_valid()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 3038 [](const std::string& requested, std::string& resp) { in main() argument 3039 if (requested == "xyz.openbmc_project.State.Host.Transition.Off") in main() 3054 else if (requested == in main() 3070 else if (requested == in main() 3087 requested == in main() 3104 requested == in main() 3126 resp = requested; in main() 3146 [](const std::string& requested, std::string& resp) { in main() argument 3147 if (requested == "xyz.openbmc_project.State.Chassis.Transition.Off") in main() 3162 else if (requested == in main() [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | direct.c | 21 * correct unaligned requests from applications. All requested bytes are 437 ssize_t result, requested; in nfs_file_direct_read() 476 requested = nfs_direct_read_schedule_iovec(dreq, iter, iocb->ki_pos); in nfs_file_direct_read() 481 if (requested > 0) { in nfs_file_direct_read() 484 requested -= result; in nfs_direct_add_page_head() 487 iov_iter_revert(iter, requested); in nfs_direct_add_page_head() 489 result = requested; in nfs_direct_add_page_head() 975 ssize_t result, requested; in nfs_file_direct_write() 1023 requested = nfs_direct_write_schedule_iovec(dreq, iter, pos, in nfs_file_direct_write() 1028 requested in nfs_file_direct_write() 423 ssize_t result, requested; nfs_file_direct_read() local 956 ssize_t result, requested; nfs_file_direct_write() local [all...] |
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-devfreq | 79 the minimum frequency requested by users. It is 0 if 81 frequency requested by governors. 88 the maximum frequency requested by users. It is 0 if 90 frequency requested by governors and min_freq. 99 the requested polling interval of the corresponding devfreq 114 sets the requested frequency for the devfreq object if
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-reqbufs.rst | 53 attempt to allocate the requested number of buffers and it stores the actual 54 number allocated in the ``count`` field. The ``count`` can be smaller than the number requested, ev… 57 at ``size``, and can be smaller than what's requested. 75 The the requested I/O method is not supported.
|
/openbmc/linux/drivers/pmdomain/xilinx/ |
H A D | zynqmp-pm-domains.c | 35 bool requested; member 113 if (!pd->requested) { in zynqmp_gpd_power_off() 176 pd->requested = true; in zynqmp_gpd_attach_dev() 206 pd->requested = false; in zynqmp_gpd_detach_dev()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | opfn.c | 58 if (!priv->opfn.extended || !priv->opfn.requested || in opfn_conn_request() 59 priv->opfn.requested == priv->opfn.completed || priv->opfn.curr) in opfn_conn_request() 62 mask = priv->opfn.requested & ~priv->opfn.completed; in opfn_conn_request() 237 priv->opfn.requested = 0; in opfn_conn_error() 266 priv->opfn.requested |= OPFN_MASK(TID_RDMA); in opfn_qp_init()
|
/openbmc/linux/arch/powerpc/sysdev/ |
H A D | fsl_gtm.c | 96 if (!gtm->timers[i].requested) { in gtm_get_timer16() 97 gtm->timers[i].requested = true; in gtm_get_timer16() 132 if (gtm->timers[timer].requested) in gtm_get_specific_timer16() 136 ret->requested = true; in gtm_get_specific_timer16() 156 tmr->requested = false; in gtm_put_timer16()
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | irqf_oneshot.cocci | 3 /// threaded IRQs without a primary handler need to be requested with 106 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n… 112 msg = "WARNING: Threaded IRQ with no primary handler requested without IRQF_ONESHOT (unless it is n…
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | deviation.md | 6 requested target before being deemed out-of-spec and not functioning as expected 7 according to the target requested.
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.c | 1589 static int __xstate_request_perm(u64 permitted, u64 requested, bool guest) in __xstate_request_perm() argument 1605 if ((permitted & requested) == requested) in __xstate_request_perm() 1609 mask = permitted | requested; in __xstate_request_perm() 1643 u64 permitted, requested; in xstate_request_perm() local 1654 requested = xstate_prctl_req[idx]; in xstate_request_perm() 1655 if (!requested) in xstate_request_perm() 1658 if ((fpu_user_cfg.max_features & requested) != requested) in xstate_request_perm() 1663 if ((permitted & requested) == requested) in xstate_request_perm() 1674 ret = __xstate_request_perm(permitted, requested, guest); in xstate_request_perm()
|