Home
last modified time | relevance | path

Searched refs:sun (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/arch/um/drivers/
H A Ddaemon_user.c35 struct sockaddr_un *sun; in new_addr() local
38 if (sun == NULL) { in new_addr()
43 sun->sun_family = AF_UNIX; in new_addr()
44 memcpy(sun->sun_path, name, len); in new_addr()
45 return sun; in new_addr()
52 struct sockaddr_un *sun; in connect_to_switch() local
87 if (sun == NULL) { in connect_to_switch()
106 n = read(pri->control, sun, sizeof(*sun)); in connect_to_switch()
107 if (n != sizeof(*sun)) { in connect_to_switch()
114 pri->data_addr = sun; in connect_to_switch()
[all …]
/openbmc/linux/sound/sparc/
H A DMakefile7 snd-sun-amd7930-objs := amd7930.o
8 snd-sun-cs4231-objs := cs4231.o
9 snd-sun-dbri-objs := dbri.o
11 obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
12 obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
13 obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o
H A DKconfig21 will be called snd-sun-amd7930.
31 will be called snd-sun-cs4231.
41 will be called snd-sun-dbri.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-no-rpath-for-cross-compiling.patch21 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
22 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib64:/opt/sun/private/lib64:$$ORIGIN/../lib'
24 -EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
25 +#EXTRA_SHARED_LIBS += -Wl,-rpath,'$$ORIGIN/../lib:/opt/sun/private/lib'
/openbmc/linux/drivers/acpi/
H A Dpci_slot.c42 check_slot(acpi_handle handle, unsigned long long *sun) in check_slot() argument
67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun); in check_slot()
87 unsigned long long sun; in register_slot() local
93 device = check_slot(handle, &sun); in register_slot()
111 snprintf(name, sizeof(name), "%llu", sun); in register_slot()
H A Ddevice_sysfs.c473 unsigned long long sun; in sun_show() local
475 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show()
479 return sprintf(buf, "%llu\n", sun); in sun_show()
481 static DEVICE_ATTR_RO(sun);
/openbmc/linux/drivers/pci/hotplug/
H A Dacpiphp_core.c258 unsigned int sun) in acpiphp_register_hotplug_slot() argument
273 slot->sun = sun; in acpiphp_register_hotplug_slot()
274 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
H A Dacpiphp.h38 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member
175 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
H A Dacpiphp_glue.c305 unsigned long long sun; in acpiphp_add_context() local
309 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context()
311 sun = bridge->nr_slots; in acpiphp_add_context()
314 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context()
316 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context()
321 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
H A Dacpiphp_ibm.c44 #define hpslot_to_sun(A) (to_slot(A)->sun)
65 u8 sun; member
/openbmc/qemu/contrib/rdmacm-mux/
H A Dmain.c659 struct sockaddr_un sun; in init_listener() local
683 if (strlen(server.args.unix_socket_path) >= sizeof(sun.sun_path)) { in init_listener()
686 sizeof(sun.sun_path)); in init_listener()
691 sun.sun_family = AF_UNIX; in init_listener()
692 rc = snprintf(sun.sun_path, sizeof(sun.sun_path), "%s", in init_listener()
694 if (rc < 0 || rc >= sizeof(sun.sun_path)) { in init_listener()
700 rc = bind(server.fds[0].fd, (struct sockaddr *)&sun, sizeof(sun)); in init_listener()
/openbmc/linux/tools/perf/trace/beauty/
H A Dsockaddr.c38 struct sockaddr_un *sun = (struct sockaddr_un *)sa; in af_local__scnprintf() local
39 return scnprintf(bf, size, ", path: %s", sun->sun_path); in af_local__scnprintf()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0003-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch32 -#ifdef sun
48 -#ifdef sun
H A D0005-Use-configure-test-for-sys-stat.h-include.patch23 -#if defined(sun) || defined(__FreeBSD__) || defined(__APPLE__)
H A D0002-Use-configure-test-for-struct-timespec.patch40 - !defined sun && \
/openbmc/linux/block/partitions/
H A DMakefile17 obj-$(CONFIG_SUN_PARTITION) += sun.o
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-sun1 What: /sys/devices/.../sun
/openbmc/openbmc/poky/meta/recipes-support/boost/boost/
H A Dboost-math-disable-pch-for-gcc.patch28 #<toolset>sun:<cxxflags>-xldscope=hidden
/openbmc/linux/Documentation/admin-guide/
H A Dufs.rst33 sun
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/fsl/
H A Dfsl,ddr.yaml11 - York Sun <york.sun@nxp.com>
/openbmc/u-boot/
H A D.mailmap35 York Sun <york.sun@nxp.com>
/openbmc/linux/drivers/net/ethernet/
H A DMakefile93 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/
H A Dmpg123_1.32.6.bb34 # alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win3…
/openbmc/openbmc/poky/meta/recipes-multimedia/liba52/liba52/
H A Dbuildcleanup.patch67 - sparc-sun-solaris*)
/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/
H A Dbrcm,brcmstb.txt19 - compatible: "brcm,bcm<chip_id>-sun-top-ctrl", "syscon"
52 compatible = "brcm,bcm7445-sun-top-ctrl", "syscon";

123