| /OK3568_Linux_fs/kernel/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, sizeof(*sun)); in connect_to_switch() [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| H A D | Kconfig | 21 will be called snd-sun-amd7930. 31 will be called snd-sun-cs4231. 41 will be called snd-sun-dbri.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | nss-no-rpath-for-cross-compiling.patch | 21 -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'
|
| /OK3568_Linux_fs/kernel/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 | 462 unsigned long long sun; in sun_show() local 464 status = acpi_evaluate_integer(acpi_dev->handle, "_SUN", NULL, &sun); in sun_show() 468 return sprintf(buf, "%llu\n", sun); in sun_show() 470 static DEVICE_ATTR_RO(sun);
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | acpiphp_core.c | 259 unsigned int sun) in acpiphp_register_hotplug_slot() argument 274 slot->sun = sun; in acpiphp_register_hotplug_slot() 275 snprintf(name, SLOT_NAME_SIZE, "%u", sun); in acpiphp_register_hotplug_slot()
|
| 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()
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | config.sub | 142 -sun*os*) 146 -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ 149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1621 i386-sun) 1624 m68000-sun) 1645 sparc-* | *-sun) 1763 vendor=sun
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 30 -#ifdef sun 46 -#ifdef sun
|
| /OK3568_Linux_fs/buildroot/package/openvmtools/ |
| H A D | 0006-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch | 33 -#ifdef sun 49 -#ifdef sun
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xfont_font-sun-misc/ |
| H A D | Config.in | 2 bool "font-sun-misc"
|
| H A D | xfont_font-sun-misc.hash | 2 sha256 481f4fcbbf7005658b080b3cf342c8c76de752e77f47958b2b383de73266d2e0 font-sun-misc-1.0.3.tar.b…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/predef/os/ |
| H A D | solaris.h | 30 defined(sun) || defined(__sun) \
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8610hpcd/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8568mds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8641hpcn/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8569mds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8555cds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8541cds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/ |
| H A D | MAINTAINERS | 2 M: York Sun <york.sun@nxp.com>
|