Searched refs:sun (Results 1 - 15 of 15) sorted by relevance

/linux-master/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
/linux-master/arch/um/drivers/
H A Ddaemon_user.c35 struct sockaddr_un *sun; local
37 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL);
38 if (sun == NULL) {
43 sun->sun_family = AF_UNIX;
44 memcpy(sun->sun_path, name, len);
45 return sun;
52 struct sockaddr_un *sun; local
86 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL);
87 if (sun == NULL) {
106 n = read(pri->control, sun, sizeo
[all...]
/linux-master/drivers/acpi/
H A Dpci_slot.c42 check_slot(acpi_handle handle, unsigned long long *sun) argument
67 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun);
87 unsigned long long sun; local
93 device = check_slot(handle, &sun);
111 snprintf(name, sizeof(name), "%llu", sun);
H A Ddevice_sysfs.c469 unsigned long long sun; local
471 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun);
475 return sprintf(buf, "%llu\n", sun);
477 static DEVICE_ATTR_RO(sun);
/linux-master/block/partitions/
H A DMakefile17 obj-$(CONFIG_SUN_PARTITION) += sun.o
/linux-master/tools/perf/trace/beauty/
H A Dsockaddr.c38 struct sockaddr_un *sun = (struct sockaddr_un *)sa; local
39 return scnprintf(bf, size, ", path: %s", sun->sun_path);
/linux-master/drivers/pci/hotplug/
H A Dacpiphp.h38 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member in struct:slot
175 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
H A Dacpiphp_core.c257 unsigned int sun)
272 slot->sun = sun;
273 snprintf(name, SLOT_NAME_SIZE, "%u", sun);
256 acpiphp_register_hotplug_slot(struct acpiphp_slot *acpiphp_slot, unsigned int sun) argument
H A Dacpiphp_glue.c305 unsigned long long sun; local
309 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun);
311 sun = bridge->nr_slots;
314 sun, pci_domain_nr(pbus), pbus->number, device);
316 retval = acpiphp_register_hotplug_slot(slot, sun);
321 pr_warn("Slot %llu already registered by another hotplug driver\n", sun);
H A Dacpiphp_ibm.c44 #define hpslot_to_sun(A) (to_slot(A)->sun)
65 u8 sun; member in struct:apci_descriptor::__anon185
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c408 struct sockaddr_un *sun = (void *)addr; local
410 memset(addr, 0, sizeof(*sun));
411 sun->sun_family = family;
412 sun->sun_path[0] = 0;
413 strcpy(sun->sun_path + 1, addr_str);
/linux-master/drivers/net/ethernet/
H A DMakefile93 obj-$(CONFIG_NET_VENDOR_SUN) += sun/
/linux-master/net/sunrpc/
H A Dxprtsock.c260 struct sockaddr_un *sun; local
265 sun = xs_addr_un(xprt);
266 if (sun->sun_path[0]) {
267 strscpy(buf, sun->sun_path, sizeof(buf));
270 strscpy(buf+1, sun->sun_path+1, sizeof(buf)-1);
3201 struct sockaddr_un *sun = (struct sockaddr_un *)args->dstaddr; local
3227 switch (sun->sun_family) {
3229 if (sun->sun_path[0] != '/' && sun->sun_path[0] != '\0') {
3231 sun
[all...]
H A Dclnt.c571 struct sockaddr_un *sun = local
581 if (sun->sun_path[0])
583 sun->sun_path);
586 sun->sun_path+1);
/linux-master/include/uapi/linux/
H A Dsoundcard.h84 #if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__sparc__) && !defined(__INCioctlh) && !defined(__Lynx__)))

Completed in 186 milliseconds