Home
last modified time | relevance | path

Searched refs:p (Results 8951 – 8975 of 9049) sorted by relevance

1...<<351352353354355356357358359360>>...362

/openbmc/linux/drivers/platform/x86/
H A Dthinkpad_acpi.c669 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 Dmvpp2_main.c4977 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 Dmpt3sas_base.c702 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 Dpfpsp.S2498 # which can all use f<op>.{x,p}
3871 # d,x, and p are not. #
/openbmc/linux/Documentation/networking/
H A Dcan.rst952 #define U64_DATA(p) (*(unsigned long long*)(p)->data)
H A Dsnmp_counter.rst1337 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 Dqla_iocb.c3108 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 Dbuiltin-trace.c1994 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 Dthinkpad-acpi.rst902 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 Dqp.c2769 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 Dfetch.py1990 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 Dmaintainers.inc221 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 Dadding-syscalls.rst96 u32 size; /* userspace sets p->size = sizeof(struct xyzzy_params) */
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js1335 p: [], property in DefaultWhitelist
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dadding-syscalls.rst99 u32 size; /* userspace define p->size = sizeof(struct xyzzy_params) */
/openbmc/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst347 Clos Enable: Specify priority type with [--priority|-p]
/openbmc/linux/Documentation/process/
H A Dhowto.rst335 https://git.kernel.org/?p=linux/kernel/git/next/linux-next.git
/openbmc/linux/Documentation/devicetree/bindings/
H A Dvendor-prefixes.yaml324 description: CZ.NIC, z.s.p.o.
/openbmc/qemu/target/arm/
H A Dcpu.h186 uint64_t p[DIV_ROUND_UP(2 * ARM_MAX_VQ, 8)] QEMU_ALIGNED(16); member
H A Dcpu.c1319 env->vfp.pregs[i].p[j], in aarch64_cpu_dump_state()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c4172 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 Dkernel-parameters.txt758 "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 Dclasses.rst790 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 Dcaamalg_qi2.c5432 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 Dtcg-target.c.inc3282 static void tcg_out_nop_fill(tcg_insn_unit *p, int count)
3286 p[i] = NOP;

1...<<351352353354355356357358359360>>...362