Home
last modified time | relevance | path

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

12

/linux/arch/um/drivers/
H A Ddaemon_user.c35 struct sockaddr_un *sun; in new_addr() local
37 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL); in new_addr()
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
86 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL); in connect_to_switch()
87 if (sun == NULL) { in connect_to_switch()
106 n = read(pri->control, sun, sizeof(*sun)); in connect_to_switch()
[all …]
/linux/sound/sparc/
H A DMakefile7 snd-sun-amd7930-y := amd7930.o
8 snd-sun-cs4231-y := cs4231.o
9 snd-sun-dbri-y := 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.
/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.c479 unsigned long long sun; in sun_show() local
481 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show()
485 return sprintf(buf, "%llu\n", sun); in sun_show()
487 static DEVICE_ATTR_RO(sun);
/linux/drivers/pci/hotplug/
H A Dacpiphp_core.c257 unsigned int sun) in acpiphp_register_hotplug_slot() argument
272 slot->sun = sun; in acpiphp_register_hotplug_slot()
273 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()
/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()
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-sun1 What: /sys/devices/.../sun
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c424 struct sockaddr_un *sun = (void *)addr; in make_sockaddr() local
426 memset(addr, 0, sizeof(*sun)); in make_sockaddr()
427 sun->sun_family = family; in make_sockaddr()
428 sun->sun_path[0] = 0; in make_sockaddr()
429 strcpy(sun->sun_path + 1, addr_str); in make_sockaddr()
/linux/Documentation/admin-guide/
H A Dufs.rst33 sun
/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";
/linux/drivers/net/ethernet/
H A DMakefile94 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
/linux/net/sunrpc/
H A Dxprtsock.c259 struct sockaddr_un *sun; in xs_format_common_peer_addresses() local
264 sun = xs_addr_un(xprt); in xs_format_common_peer_addresses()
265 if (sun->sun_path[0]) { in xs_format_common_peer_addresses()
266 strscpy(buf, sun->sun_path, sizeof(buf)); in xs_format_common_peer_addresses()
269 strscpy(buf+1, sun->sun_path+1, sizeof(buf)-1); in xs_format_common_peer_addresses()
3221 struct sockaddr_un *sun = (struct sockaddr_un *)args->dstaddr; in xs_setup_local() local
3247 switch (sun->sun_family) { in xs_setup_local()
3249 if (sun->sun_path[0] != '/' && sun->sun_path[0] != '\0') { in xs_setup_local()
3251 sun->sun_path); in xs_setup_local()
H A Dclnt.c566 struct sockaddr_un *sun = in rpc_create() local
576 if (sun->sun_path[0]) in rpc_create()
578 sun->sun_path); in rpc_create()
581 sun->sun_path+1); in rpc_create()
/linux/arch/mips/boot/dts/brcm/
H A Dbcm7125.dtsi107 compatible = "brcm,bcm7125-sun-top-ctrl", "syscon";
H A Dbcm7420.dtsi108 compatible = "brcm,bcm7420-sun-top-ctrl", "syscon";
H A Dbcm7358.dtsi118 compatible = "brcm,bcm7358-sun-top-ctrl", "syscon";
H A Dbcm7360.dtsi118 compatible = "brcm,bcm7360-sun-top-ctrl", "syscon";
H A Dbcm7362.dtsi124 compatible = "brcm,bcm7362-sun-top-ctrl", "syscon";
H A Dbcm7346.dtsi124 compatible = "brcm,bcm7346-sun-top-ctrl", "syscon";
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm7445.dtsi82 compatible = "brcm,bcm7445-sun-top-ctrl",
/linux/lib/fonts/
H A DKconfig96 big letters. It fits between the sun 12x22 and the normal 8x16 font.
/linux/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst14 (legrang@active.co.za or legrang@cs.sun.ac.za) in 1994, and elaborations from

12