/openbmc/boost-dbus/include/dbus/impl/ |
H A D | connection.ipp | 105 void send_with_reply(message& m, DBusPendingCall** p, 108 dbus_connection_send_with_reply(conn, m, p, timeout_in_milliseconds);
|
/openbmc/linux/drivers/md/bcache/ |
H A D | util.c | 124 bool bch_is_zero(const char *p, size_t n) in bch_is_zero() argument 129 if (p[i]) in bch_is_zero()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
H A D | 0001-Define-__SWORD_TYPE-if-undefined.patch | 76 p = fifo_name + strlen(fifodir); 77 while (*p != '\0') {
|
/openbmc/qemu/hw/usb/ |
H A D | desc-msos.c | 216 int usb_desc_msos(const USBDesc *desc, USBPacket *p, in usb_desc_msos() argument 237 p->actual_length = length; in usb_desc_msos()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv40.c | 24 #define nv40_clk(p) container_of((p), struct nv40_clk, base) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | base.c | 34 u32 p = *addr; in nvbios_addr() local 42 nvkm_error(&bios->subdev, "OOB %d %08x %08x\n", size, p, *addr); in nvbios_addr()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pvdev.c | 61 int xenstore_mkdir(char *path, int p) in xenstore_mkdir() argument 63 if (!qemu_xen_xs_create(xenstore, 0, 0, xen_domid, p, path)) { in xenstore_mkdir()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | devlink_port_split.py | 32 p = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True) 33 stdout, stderr = p.communicate()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | string.h | 89 char *p = dst; in memset() local 94 *(p++) = b; in memset()
|
/openbmc/linux/drivers/watchdog/ |
H A D | max63xx_wdt.c | 186 static int max63xx_mmap_init(struct platform_device *p, struct max63xx_wdt *wdt) in max63xx_mmap_init() argument 188 wdt->base = devm_platform_ioremap_resource(p, 0); in max63xx_mmap_init()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | symbols.py | 171 self.module_paths = [os.path.abspath(os.path.expanduser(p)) 172 for p in arg.split()]
|
/openbmc/linux/drivers/clk/socfpga/ |
H A D | clk-gate.c | 24 #define to_socfpga_gate_clk(p) container_of(p, struct socfpga_gate_clk, hw.hw) argument
|
/openbmc/linux/drivers/tty/serial/ |
H A D | pmac_zilog.h | 60 #define to_pmz(p) ((struct uart_pmac_port *)(p)) argument
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.c | 258 unsigned long long *p) in _parse_integer() argument 291 *p = res; in _parse_integer()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | io.h | 274 #define xlate_dev_mem_ptr(p) __va(p) argument
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-qmi | 15 netdev is a headerless p-t-p device in 'raw-ip' mode,
|
/openbmc/linux/drivers/iio/humidity/ |
H A D | am2315.c | 157 static irqreturn_t am2315_trigger_handler(int irq, void *p) in am2315_trigger_handler() argument 162 struct iio_poll_func *pf = p; in am2315_trigger_handler()
|
/openbmc/linux/drivers/iio/light/ |
H A D | adjd_s311.c | 116 static irqreturn_t adjd_s311_trigger_handler(int irq, void *p) in adjd_s311_trigger_handler() argument 118 struct iio_poll_func *pf = p; in adjd_s311_trigger_handler()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | max1118.c | 167 static irqreturn_t max1118_trigger_handler(int irq, void *p) in max1118_trigger_handler() argument 169 struct iio_poll_func *pf = p; in max1118_trigger_handler()
|
H A D | ti-tlc4541.c | 91 static irqreturn_t tlc4541_trigger_handler(int irq, void *p) in tlc4541_trigger_handler() argument 93 struct iio_poll_func *pf = p; in tlc4541_trigger_handler()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gk20a.c | 22 #define gk20a_pmu(p) container_of((p), struct gk20a_pmu, base) argument
|
/openbmc/openbmc/poky/meta/recipes-extended/texinfo/ |
H A D | texinfo_7.1.bb | 61 mkdir -p ${D}${datadir}/${tex_texinfo} 62 install -p -m644 ${S}/doc/texinfo.tex ${S}/doc/txi-??.tex ${D}${datadir}/${tex_texinfo}
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_Usecase_Checkers.robot | 23 ... -p ${OPENBMC_PASSWORD} -S Always -d ${EXECDIR}${/}account-logs${/} 27 ... -p ${OPENBMC_PASSWORD} -S Always -d ${EXECDIR}${/}power-logs${/}
|
/openbmc/linux/include/linux/ |
H A D | sysctl.h | 224 extern void setup_sysctl_set(struct ctl_table_set *p, 281 static inline void setup_sysctl_set(struct ctl_table_set *p, in setup_sysctl_set() argument
|
/openbmc/bmcweb/http/ |
H A D | logging.hpp | 75 const void* logPtr(T p) in logPtr() argument 79 return std::bit_cast<const void*>(p); in logPtr()
|