/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | daemon_user.c | 35 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, sizeo in connect_to_switch() [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | daemon_user.c | 35 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, sizeo in connect_to_switch() [all...] |
/kernel/linux/linux-5.10/sound/sparc/ |
H A D | Makefile | 7 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
|
/kernel/linux/linux-6.6/sound/sparc/ |
H A D | Makefile | 7 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
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | pci_slot.c | 42 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 D | device_sysfs.c | 464 unsigned long long sun; in sun_show() local 466 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show() 470 return sprintf(buf, "%llu\n", sun); in sun_show() 472 static DEVICE_ATTR_RO(sun);
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | pci_slot.c | 42 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 D | device_sysfs.c | 473 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);
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | acpiphp_core.c | 259 unsigned int sun) in acpiphp_register_hotplug_slot() 274 slot->sun = sun; in acpiphp_register_hotplug_slot() 275 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot() 258 acpiphp_register_hotplug_slot(struct acpiphp_slot *acpiphp_slot, unsigned int sun) acpiphp_register_hotplug_slot() argument
|
H A D | acpiphp.h | 38 unsigned int sun; /* ACPI _SUN (Slot User Number) value */ member 176 int acpiphp_register_hotplug_slot(struct acpiphp_slot *slot, unsigned int sun);
|
H A D | acpiphp_glue.c | 304 unsigned long long sun; in acpiphp_add_context() local 308 status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); in acpiphp_add_context() 310 sun = bridge->nr_slots; in acpiphp_add_context() 313 sun, pci_domain_nr(pbus), pbus->number, device); in acpiphp_add_context() 315 retval = acpiphp_register_hotplug_slot(slot, sun); in acpiphp_add_context() 320 pr_warn("Slot %llu already registered by another hotplug driver\n", sun); in acpiphp_add_context()
|
H A D | acpiphp_ibm.c | 44 #define hpslot_to_sun(A) (to_slot(A)->sun) 65 u8 sun; member
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | acpiphp_core.c | 258 unsigned int sun) in acpiphp_register_hotplug_slot() 273 slot->sun = sun; in acpiphp_register_hotplug_slot() 274 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot() 257 acpiphp_register_hotplug_slot(struct acpiphp_slot *acpiphp_slot, unsigned int sun) acpiphp_register_hotplug_slot() argument
|
H A D | acpiphp.h | 38 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 D | acpiphp_glue.c | 305 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 D | acpiphp_ibm.c | 44 #define hpslot_to_sun(A) (to_slot(A)->sun) 65 u8 sun; member
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | sockaddr.c | 38 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()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | sockaddr.c | 38 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()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtsock.c | 259 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() 3193 struct sockaddr_un *sun = (struct sockaddr_un *)args->dstaddr; in xs_setup_local() local 3219 switch (sun->sun_family) { in xs_setup_local() 3221 if (sun->sun_path[0] != '/' && sun->sun_path[0] != '\0') { in xs_setup_local() 3223 sun in xs_setup_local() [all...] |
H A D | clnt.c | 565 struct sockaddr_un *sun = in rpc_create() local 575 if (sun->sun_path[0]) in rpc_create() 577 sun->sun_path); in rpc_create() 580 sun->sun_path+1); in rpc_create()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtsock.c | 252 struct sockaddr_un *sun; in xs_format_common_peer_addresses() local 257 sun = xs_addr_un(xprt); in xs_format_common_peer_addresses() 258 strlcpy(buf, sun->sun_path, sizeof(buf)); in xs_format_common_peer_addresses() 2807 struct sockaddr_un *sun = (struct sockaddr_un *)args->dstaddr; in xs_setup_local() local 2832 switch (sun->sun_family) { in xs_setup_local() 2834 if (sun->sun_path[0] != '/') { in xs_setup_local() 2836 sun->sun_path); in xs_setup_local()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | soundcard.h | 84 #if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__sparc__) && !defined(__INCioctlh) && !defined(__Lynx__)))
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | soundcard.h | 84 #if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__sparc__) && !defined(__INCioctlh) && !defined(__Lynx__)))
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | soundcard.h | 52 #if defined(_IOWR) && (defined(_AIX) || !defined(sun) && !defined(sparc) && !defined(__sparc__) && !defined(__INCioctlh) && !defined(__Lynx__))
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | soundcard.h | 41 #if defined(_IOWR) && (defined(_AIX) || (!defined(sun) && !defined(sparc) && !defined(__sparc__) && !defined(__INCioctlh) && !defined(__Lynx__)))
|