/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 669 static int acpi_ec_read(int i, u8 *p) in acpi_ec_read() argument 676 *p = v; in acpi_ec_read() 678 if (ec_read(i, p) < 0) in acpi_ec_read()
|
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 4977 static int mvpp2_set_mac_address(struct net_device *dev, void *p) in mvpp2_set_mac_address() argument 4979 const struct sockaddr *addr = p; in mvpp2_set_mac_address() 5132 if (priv->page_pool[0]->p.dma_dir != dma_dir) in mvpp2_check_pagepool_dma()
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 702 struct task_struct *p; in _base_fault_reset_work() local 744 p = kthread_run(mpt3sas_remove_dead_ioc_func, ioc, in _base_fault_reset_work() 746 if (IS_ERR(p)) in _base_fault_reset_work()
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 2498 # which can all use f<op>.{x,p} 3871 # d,x, and p are not. #
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 952 #define U64_DATA(p) (*(unsigned long long*)(p)->data)
|
H A D | snmp_counter.rst | 1337 sudo iptables -A INPUT -i ens3 -p tcp --destination-port 9000 -j DROP 1682 nstatuser@nstat-a:~$ sudo iptables -A INPUT -p tcp --sport 9000 -j DROP
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_iocb.c | 3108 struct fc_els_flogi *p = ptr; in qla24xx_els_dcmd2_iocb() local 3109 p->fl_csp.sp_features |= cpu_to_be16(FC_SP_FT_SEC); in qla24xx_els_dcmd2_iocb()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 1994 unsigned char *p = arg->args + sizeof(unsigned long) * idx; in syscall_arg__val() local 1996 memcpy(&val, p, sizeof(val)); in syscall_arg__val()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 902 On the T43/p, a typical output may be: 930 For the T43, T43/p (source: Shmidoax/Thinkwiki.org)
|
/openbmc/linux/drivers/infiniband/hw/mlx4/ |
H A D | qp.c | 2769 int p = attr_mask & IB_QP_PORT ? attr->port_num : qp->port; in _mlx4_ib_modify_qp() local 2770 if (attr->pkey_index >= dev->dev->caps.pkey_table_len[p]) { in _mlx4_ib_modify_qp()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 1990 if any(os.path.exists(os.path.join(p, 'git-annex')) for p in os.environ.get('PATH').split(':')):
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | maintainers.inc | 221 RECIPE_MAINTAINER:pn-gnutls = "Simone Weiß <simone.p.weiss@posteo.net>" 387 RECIPE_MAINTAINER:pn-libseccomp = "Simone Weiß <simone.p.weiss@posteo.net>"
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | adding-syscalls.rst | 96 u32 size; /* userspace sets p->size = sizeof(struct xyzzy_params) */
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 1335 p: [], property in DefaultWhitelist
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | adding-syscalls.rst | 99 u32 size; /* userspace define p->size = sizeof(struct xyzzy_params) */
|
/openbmc/linux/Documentation/admin-guide/pm/ |
H A D | intel-speed-select.rst | 347 Clos Enable: Specify priority type with [--priority|-p]
|
/openbmc/linux/Documentation/process/ |
H A D | howto.rst | 335 https://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 324 description: CZ.NIC, z.s.p.o.
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 186 uint64_t p[DIV_ROUND_UP(2 * ARM_MAX_VQ, 8)] QEMU_ALIGNED(16); member
|
H A D | cpu.c | 1319 env->vfp.pregs[i].p[j], in aarch64_cpu_dump_state()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css.c | 4172 struct ia_css_pipe *p = in ia_css_dequeue_psys_event() local 4174 if (p->config.mode == IA_CSS_PIPE_MODE_CAPTURE) { in ia_css_dequeue_psys_event() 4175 event->pipe = p; in ia_css_dequeue_psys_event()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 758 "p" is parity ("n", "o", or "e"), "n" is number of 2165 algorithms for p-state selection. There are two 2532 kprobe_event=p,vfs_read,$arg1,$arg2 3763 unhashed. By default, when a pointer is printed via %p 4767 "p" for RCU-preempt, "s" for RCU-sched, and "g" 5437 [[,]b[ios] | a[cpi] | k[bd] | t[riple] | e[fi] | p[ci]] \ 6864 p = USB_QUIRK_SHORT_SET_ADDRESS_REQ_TIMEOUT 6921 p = WRITE_CACHE (the device cache is ON
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 790 useradd -p '' tester; \ 808 useradd -p '${PASSWD}' tester-jim; \ 809 useradd -p '${PASSWD}' tester-sue; \ 816 usermod -p '${PASSWD}' root; \
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 5432 struct caam_hash_alg *t_hash_alg, *p; in dpaa2_caam_remove() local 5434 list_for_each_entry_safe(t_hash_alg, p, &hash_list, entry) { in dpaa2_caam_remove()
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3282 static void tcg_out_nop_fill(tcg_insn_unit *p, int count) 3286 p[i] = NOP;
|