/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_internal.h | 149 __be32 *p = (__be32 *)label_data; in krb5_derive_key() local 151 *p = cpu_to_be32(usage); in krb5_derive_key() 156 void krb5_make_confounder(u8 *p, int conflen);
|
/openbmc/linux/lib/ |
H A D | seq_buf.c | 311 char *p = d_path(path, buf, size); local 312 if (!IS_ERR(p)) { 313 char *end = mangle_path(buf, p, esc);
|
H A D | bitmap.c | 364 unsigned long *p = map + BIT_WORD(start); in __bitmap_set() local 370 *p |= mask_to_set; in __bitmap_set() 374 p++; in __bitmap_set() 378 *p |= mask_to_set; in __bitmap_set() 385 unsigned long *p = map + BIT_WORD(start); in __bitmap_clear() local 391 *p &= ~mask_to_clear; in __bitmap_clear() 395 p++; in __bitmap_clear() 399 *p &= ~mask_to_clear; in __bitmap_clear()
|
/openbmc/linux/net/sched/ |
H A D | act_simple.c | 62 struct tc_defact *p, struct tcf_proto *tp, in reset_policy() argument 69 err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack); in reset_policy() 74 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch); in reset_policy()
|
/openbmc/linux/kernel/dma/ |
H A D | pool.c | 29 static int __init early_coherent_pool(char *p) in early_coherent_pool() argument 31 atomic_pool_size = memparse(p, &p); in early_coherent_pool()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-ctrl.rst | 60 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|
/openbmc/linux/drivers/char/agp/ |
H A D | agp.h | 172 #define PGE_EMPTY(b, p) (!(p) || (p) == (unsigned long) (b)->scratch_page) argument
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | plpar_wrappers.h | 332 static inline long plpar_get_cpu_characteristics(struct h_cpu_char_result *p) in plpar_get_cpu_characteristics() argument 339 p->character = retbuf[0]; in plpar_get_cpu_characteristics() 340 p->behaviour = retbuf[1]; in plpar_get_cpu_characteristics()
|
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
H A D | 0001-cmake-disable-building-external-dependencies.patch | 97 '"{}\\n"\n'.format(get_version_string(p, d)) 98 - for (p, d) in zip(projects, sys.argv[1:]) 99 + for (p, d) in itertools.zip_longest(projects, sys.argv[2:])
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bbappend | 44 # usermod -p ${DEFAULT_OPENBMC_PASSWORD} root; \ 55 usermod -p ${DEFAULT_OPENBMC_PASSWORD} admin; \ 61 usermod -p ${DEFAULT_OPENBMC_PASSWORD} service; \
|
/openbmc/linux/net/devlink/ |
H A D | region.c | 282 void *p; in __devlink_snapshot_id_increment() local 286 p = xa_load(&devlink->snapshot_ids, id); in __devlink_snapshot_id_increment() 287 if (WARN_ON(!p)) { in __devlink_snapshot_id_increment() 292 if (WARN_ON(!xa_is_value(p))) { in __devlink_snapshot_id_increment() 297 count = xa_to_value(p); in __devlink_snapshot_id_increment() 325 void *p; in __devlink_snapshot_id_decrement() local 328 p = xa_load(&devlink->snapshot_ids, id); in __devlink_snapshot_id_decrement() 329 if (WARN_ON(!p)) in __devlink_snapshot_id_decrement() 332 if (WARN_ON(!xa_is_value(p))) in __devlink_snapshot_id_decrement() 335 count = xa_to_value(p); in __devlink_snapshot_id_decrement()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 656 __uint128_t *p; in __fpsimd_to_sve() local 659 p = (__uint128_t *)ZREG(sst, vq, i); in __fpsimd_to_sve() 660 *p = arm64_cpu_to_le128(fst->vregs[i]); in __fpsimd_to_sve() 706 __uint128_t const *p; in sve_to_fpsimd() local 714 p = (__uint128_t const *)ZREG(sst, vq, i); in sve_to_fpsimd() 715 fst->vregs[i] = arm64_le128_to_cpu(*p); in sve_to_fpsimd() 1167 void sve_kernel_enable(const struct arm64_cpu_capabilities *__always_unused p) in sve_kernel_enable() argument 1301 void sme_kernel_enable(const struct arm64_cpu_capabilities *__always_unused p) in sme_kernel_enable() argument 1320 void sme2_kernel_enable(const struct arm64_cpu_capabilities *__always_unused p) in sme2_kernel_enable() argument 1331 void fa64_kernel_enable(const struct arm64_cpu_capabilities *__always_unused p) in fa64_kernel_enable() argument
|
/openbmc/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | 64 #define OUTVACT_LPCMD_TIME(p) (((p) & 0xff) << 16) argument 65 #define INVACT_LPCMD_TIME(p) ((p) & 0xff) argument 98 #define VID_PKT_SIZE(p) ((p) & 0x3fff) argument 157 #define HSTX_TO_CNT(p) (((p) & 0xffff) << 16) argument 158 #define LPRX_TO_CNT(p) ((p) & 0xffff) argument
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dp_link_training.c | 389 u8 p = 0; in intel_dp_get_lane_adjust_vswing_preemph() local 397 p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); in intel_dp_get_lane_adjust_vswing_preemph() 401 p = max(p, drm_dp_get_adjust_request_pre_emphasis(link_status, lane)); in intel_dp_get_lane_adjust_vswing_preemph() 406 if (p >= preemph_max) in intel_dp_get_lane_adjust_vswing_preemph() 407 p = preemph_max | DP_TRAIN_MAX_PRE_EMPHASIS_REACHED; in intel_dp_get_lane_adjust_vswing_preemph() 409 v = min(v, dp_voltage_max(p)); in intel_dp_get_lane_adjust_vswing_preemph() 415 return v | p; in intel_dp_get_lane_adjust_vswing_preemph() 645 u8 p = (train_set_lane & DP_TRAIN_PRE_EMPHASIS_MASK) >> in intel_dp_lane_max_vswing_reached() local 651 if (v + p != 3) in intel_dp_lane_max_vswing_reached()
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_benchmark.h | 11 int lsdc_show_benchmark_copy(struct lsdc_device *ldev, struct drm_printer *p);
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 103 for p in path.split(":"): 104 if p.endswith("/scripts"): 105 path = path.replace(p, "/ignoreme") 175 mkdir -p ${SDE_DEPLOYDIR} 178 cp -p ${SDE_FILE} ${SDE_DEPLOYDIR}/__source_date_epoch.txt 319 for p in provs: 320 if p.startswith("virtual/") and p not in multiprovidersallowed: 344 mkdir -p `dirname ${CONFIGURESTAMPFILE}` 700 for p in fpaths: 701 if os.path.basename(p) == machine and os.path.isdir(p): [all …]
|
/openbmc/linux/sound/soc/sh/rcar/ |
H A D | core.c | 883 struct snd_interval p; in rsnd_soc_hw_rule() local 887 snd_interval_any(&p); in rsnd_soc_hw_rule() 888 p.min = UINT_MAX; in rsnd_soc_hw_rule() 889 p.max = 0; in rsnd_soc_hw_rule() 899 p.min = min(p.min, list[i]); in rsnd_soc_hw_rule() 900 p.max = max(p.max, list[i]); in rsnd_soc_hw_rule() 906 p.min = min(p.min, list[i]); in rsnd_soc_hw_rule() 907 p.max = max(p.max, list[i]); in rsnd_soc_hw_rule() 912 if (!rsnd_flags_has(io, RSND_HW_RULE_ERR) && (p.min > p.max)) { in rsnd_soc_hw_rule() 921 return snd_interval_refine(iv, &p); in rsnd_soc_hw_rule()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 451 def __init__(self, n, p, failures = 0): argument 453 self._pkgs = p 480 def __init__(self, p=[]): argument 482 BuildBase.__init__(self, name, p) 486 def __init__(self, n, p, failures = 0): argument 488 BuildBase.__init__(self, n, p, failures) 492 def __init__(self, total, n, p, failures=0, interrupted=0): argument 498 BuildBase.__init__(self, n, p, failures)
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 101 struct page *p; in funeth_alloc_page() local 106 p = __alloc_pages_node(node, gfp | __GFP_NOWARN, 0); in funeth_alloc_page() 107 if (unlikely(!p)) in funeth_alloc_page() 110 rb->dma_addr = dma_map_page(q->dma_dev, p, 0, PAGE_SIZE, in funeth_alloc_page() 114 __free_page(p); in funeth_alloc_page() 120 rb->page = p; in funeth_alloc_page() 123 rb->node = page_is_pfmemalloc(p) ? -1 : page_to_nid(p); in funeth_alloc_page()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 124 int p = GHASH_BLOCK_SIZE - partial; in ghash_update() local 126 memcpy(ctx->buf + partial, src, p); in ghash_update() 127 src += p; in ghash_update() 128 len -= p; in ghash_update() 463 u8 *p; in gcm_calculate_auth_mac() local 470 p = scatterwalk_map(&walk); in gcm_calculate_auth_mac() 471 gcm_update_mac(dg, p, n, buf, &buf_count, ctx); in gcm_calculate_auth_mac() 472 scatterwalk_unmap(p); in gcm_calculate_auth_mac()
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-a83t.c | 103 .p = _SUNXI_CCU_DIV(0, 2), /* output divider */ 120 .p = _SUNXI_CCU_DIV(18, 1), /* output divider */ 136 .p = _SUNXI_CCU_DIV(18, 1), /* output divider */ 152 .p = _SUNXI_CCU_DIV(18, 1), /* output divider */ 168 .p = _SUNXI_CCU_DIV(18, 1), /* output divider */ 184 .p = _SUNXI_CCU_DIV(18, 1), /* output divider */ 200 .p = _SUNXI_CCU_DIV(18, 1), /* output divider */ 216 .p = _SUNXI_CCU_DIV(0, 2), /* external divider p */
|
/openbmc/linux/drivers/dma/ |
H A D | fsl_raid.c | 412 u8 *p; in fsl_re_prep_dma_pq() local 474 p = pq->gfm_q1; in fsl_re_prep_dma_pq() 477 p[i] = 1; in fsl_re_prep_dma_pq() 483 p += gfmq_len; in fsl_re_prep_dma_pq() 485 p[i] = scf[i]; in fsl_re_prep_dma_pq() 502 p[save_src_cnt] = 0; in fsl_re_prep_dma_pq() 503 p[save_src_cnt + 1] = 0; in fsl_re_prep_dma_pq() 504 p[save_src_cnt + 2] = 1; in fsl_re_prep_dma_pq()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | intel.c | 687 char *p = NULL; in init_intel() local 692 p = "Celeron (Covington)"; in init_intel() 694 p = "Mobile Pentium II (Dixon)"; in init_intel() 699 p = "Celeron (Mendocino)"; in init_intel() 701 p = "Celeron-A"; in init_intel() 706 p = "Celeron (Coppermine)"; in init_intel() 710 if (p) in init_intel() 711 strcpy(c->x86_model_id, p); in init_intel()
|
/openbmc/linux/net/rds/ |
H A D | rdma.c | 68 struct rb_node **p = &root->rb_node; in rds_mr_tree_walk() local 72 while (*p) { in rds_mr_tree_walk() 73 parent = *p; in rds_mr_tree_walk() 77 p = &(*p)->rb_left; in rds_mr_tree_walk() 79 p = &(*p)->rb_right; in rds_mr_tree_walk() 85 rb_link_node(&insert->r_rb_node, parent, p); in rds_mr_tree_walk()
|
/openbmc/linux/include/linux/ |
H A D | resource.h | 10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
|