Home
last modified time | relevance | path

Searched refs:s (Results 5026 – 5050 of 14132) sorted by relevance

1...<<201202203204205206207208209210>>...566

/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-mac-config.bb41 -e 's#@EEPROM@#${GBMC_MAC_EEPROM_OF_NAME}#' \
42 -e "s#@NUM_TO_INTFS@#${GBMC_MAC_IF_MAP}#" \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-uplevel-perl_0.2800.bb2 DESCRIPTION = " Like Tcl's uplevel() function, but not quite so dangerous. \
3 The idea is just to fool caller(). All the really naughty bits of Tcl's \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/
H A Ds-nail_14.9.24.bb2 HOMEPAGE = "https://www.sdaoden.eu/code.html#s-mailx"
49 ALTERNATIVE_TARGET[mailx] = "${bindir}/s-nail"
/openbmc/qemu/hw/net/
H A Dpcnet.h63 uint32_t pcnet_bcr_readw(PCNetState *s, uint32_t rap);
66 void pcnet_common_init(DeviceState *dev, PCNetState *s, NetClientInfo *info);
/openbmc/qemu/tests/qtest/libqos/
H A Di2c.h70 void omap_i2c_init(OMAPI2C *s, QTestState *qts, uint64_t addr);
80 void imx_i2c_init(IMXI2C *s, QTestState *qts, uint64_t addr);
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/gstreamer/gstreamer1.0-omx/
H A D0005-Don-t-abort-gst_omx_video_dec_set_format-if-there-s-.patch4 Subject: [PATCH] Don't abort gst_omx_video_dec_set_format() if there's a
11 Subject: [PATCH] Don't abort gst_omx_video_dec_set_format() if there's a
/openbmc/qemu/include/hw/block/
H A Dflash.h75 uint8_t ecc_digest(ECCState *s, uint8_t sample);
76 void ecc_reset(ECCState *s);
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/
H A Dtpm-tools_1.3.9.2.bb1 …ommands to allow the platform administrator the ability to manage and diagnose the platform's TPM."
4 the ability to manage and diagnose the platform's TPM. Additionally, the \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch22 -has three forms of usage: as a server (-s), as a client (lat_connect),
25 +has three forms of usage: as a server (-s), as a client (lat_unix_connect),
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/flash/phosphor-software-manager/
H A Dbios-update.sh32 …t/state/chassis0 xyz.openbmc_project.State.Chassis RequestedPowerTransition s xyz.openbmc_project.…
50 …t/state/chassis0 xyz.openbmc_project.State.Chassis RequestedPowerTransition s xyz.openbmc_project.…
/openbmc/linux/lib/zstd/common/
H A Dcompiler.h98 #define PREFETCH_AREA(p, s) { \ argument
100 size_t const _size = (size_t)(s); \
/openbmc/linux/include/linux/comedi/
H A Dcomedi_8254.h95 struct comedi_subdevice *s,
122 void comedi_8254_subdevice_init(struct comedi_subdevice *s,
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dintel,cgu-lgm.yaml7 title: Intel Lightning Mountain SoC's Clock Controller(CGU)
13 Lightning Mountain(LGM) SoC's Clock Generation Unit(CGU) driver provides
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h42 #define nvkm_firmware_load(s,l,o,p...) ({ \ argument
43 struct nvkm_subdev *_s = (s); \
/openbmc/linux/arch/xtensa/include/asm/
H A Dstring.h130 #define memset(s, c, n) __memset(s, c, n) argument
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-vduse32 message's response from userspace. Default value is 30s.
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Ds3c6410.dtsi3 * Samsung's S3C6410 SoC device tree source
7 * Samsung's S3C6410 SoC device nodes are listed in this file. S3C6410
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/wayland/
H A Dwaylandpp_1.0.0.bb41 sed -i -e 's|${S}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake
42 sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/waylandpp/waylandpp-targets.cmake
/openbmc/linux/lib/
H A Dvsprintf.c169 } while (isdigit(**s)); in skip_atoi()
645 char c = *s++; in string_nocheck()
931 s = array[--i]; in dentry_name()
933 char c = *s++; in dentry_name()
938 s = array[--i]; in dentry_name()
3446 long long s; in vsscanf() member
3537 *s++ = *str++; in vsscanf()
3552 *s++ = *str++; in vsscanf()
3553 *s = '\0'; in vsscanf()
3605 *s++ = *str++; in vsscanf()
[all …]
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst64 used on a board that's wired differently. Only least-common-denominator
74 not care how it's implemented.)
119 A number that's not valid will be rejected by calls which may request
143 a task context. However, for spinlock-safe GPIOs it's OK to use them
155 that particular GPIO can't be used in that mode. It's generally a bad
257 signal, or (b) something wrongly believes it's safe to remove drivers
286 Also note that it's your responsibility to have stopped using a GPIO
479 GPIO implementor's framework (OPTIONAL)
618 for GPIO #19, if that's not requested by kernel code.
639 allow userspace to reconfigure this GPIO's direction.
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgtt.c948 struct intel_vgpu_ppgtt_spt *s; in ppgtt_invalidate_spt_by_shadow_entry() local
972 if (!s) { in ppgtt_invalidate_spt_by_shadow_entry()
977 return ppgtt_invalidate_spt(s); in ppgtt_invalidate_spt_by_shadow_entry()
1289 struct intel_vgpu_ppgtt_spt *s; in ppgtt_populate_spt() local
1300 if (IS_ERR(s)) { in ppgtt_populate_spt()
1301 ret = PTR_ERR(s); in ppgtt_populate_spt()
1343 if (!s) { in ppgtt_handle_guest_entry_removal()
1381 if (IS_ERR(s)) { in ppgtt_handle_guest_entry_add()
1382 ret = PTR_ERR(s); in ppgtt_handle_guest_entry_add()
2047 if (!s) in ppgtt_get_next_level_entry()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch267 const BIGNUM *r, *s;
277 slen = BN_num_bytes(sig->s);
286 BN_bn2bin(sig->s, sigblob+ SIGBLOB_LEN - slen);
294 BIGNUM *r, *s;
305 if ((sig->s = BN_new()) == NULL)
316 BIGNUM *r, *s;
326 pamsshagentauth_buffer_get_bignum2_ret(&bb, sig->s) == -1) {
334 BIGNUM *r, *s;
344 (pamsshagentauth_buffer_get_bignum2_ret(&b, sig->s) == -1))
/openbmc/u-boot/drivers/core/
H A Dofnode.c646 char *s = strstr(list, "pci"); in ofnode_read_pci_vendev() local
652 if (s && s[7] == ',' && in ofnode_read_pci_vendev()
653 (s[12] == '.' || s[12] == 0)) { in ofnode_read_pci_vendev()
654 s += 3; in ofnode_read_pci_vendev()
655 *vendor = simple_strtol(s, NULL, 16); in ofnode_read_pci_vendev()
657 s += 5; in ofnode_read_pci_vendev()
658 *device = simple_strtol(s, NULL, 16); in ofnode_read_pci_vendev()
/openbmc/linux/Documentation/usb/
H A Dgadget_printer.rst56 is 0xa4a8, you should change this to an ID that's not used by any of
178 fprintf(stderr,"prn_example: Unknown option \"%s\"!\n",
213 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE);
234 printf("Error %d reading from %s\n",
263 printf("Error %d opening %s\n", fd[0].fd, PRINTER_FILE);
289 printf("Error %d writing to %s\n",
324 printf("Error %d opening %s\n", fd, PRINTER_FILE);
357 printf("Error %d opening %s\n", fd, PRINTER_FILE);
392 printf("Error %d opening %s\n", fd, PRINTER_FILE);
/openbmc/qemu/qapi/
H A Dvirtio.json14 # @path: The VirtIODevice's canonical QOM path
550 # Return the status of a given VirtIODevice's VirtQueue
628 # Information of a vhost device's vhost_virtqueue, including most
677 # Return information of a given vhost device's vhost_virtqueue
798 # Information regarding a VirtQueue's VirtQueueElement including
823 # Return the information about a VirtQueue's VirtQueueElement
842 # 1. Introspect on virtio-net's VirtQueue 0 at index 5
871 # 2. Introspect on virtio-crypto's VirtQueue 1 at head
899 # 3. Introspect on virtio-scsi's VirtQueue 2 at head

1...<<201202203204205206207208209210>>...566