Searched refs:open (Results 1 - 25 of 58) sorted by relevance

123

/solaris-x11-s11/
H A DMakefile31 OS_SUBDIRS_common = open-src pkg
39 # options, chosen by the first of these found in open-src/common:
43 MK_OPTS = open-src/common/Makefile.options
72 include $(TOP)/open-src/common/Makefile.subdirs
78 ZIP_CONTENTS += open-src pkg exception_lists
89 ( print 'Oracle Solaris X Consolidation open source release' ; \
96 cd open-src && $(MAKE) $(MAKEFLAGS) $(PASSDOWN_VARS) $(TOP)/$(@)
H A Dbuildit81 XMAKE="$(pwd)/open-src/util/build-tools/xmake ${VERBOSE_FLAGS} -k"
88 eval "$(${XMAKE} -s -C open-src/util/util-macros print_make_vars VARS=$1)"
136 rm -rf open-src/tarballs
137 mkdir -p open-src/tarballs
139 (cd open-src ; \
146 cd open-src
155 parfait -e all -c open-src/common/X-parfait.conf -z "$(pwd)" \
158 open-src > log/parfait.out 2>&1 &
161 # Set DISTRO_NAME based on open-src/common/Makefile.options
H A Ddownload-tarballs39 XMAKE="$(pwd)/open-src/util/build-tools/xmake ${VERBOSE_FLAGS} -k"
60 cd open-src
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/
H A DMakefile43 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/data/
H A DMakefile41 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/doc/
H A DMakefile46 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/lib/DPS/sun-src/
H A DMakefile49 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/util/
H A DMakefile47 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/xserver/
H A DMakefile36 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/kernel/drm/
H A DMakefile35 # include $(TOP)/open-src/kernel/Makefile.init
83 include $(TOP)/open-src/kernel/Makefile.inc
84 include $(TOP)/open-src/kernel/Makefile.rules
/solaris-x11-s11/open-src/kernel/efb/
H A DMakefile78 include $(TOP)/open-src/kernel/Makefile.inc
79 include $(TOP)/open-src/kernel/Makefile.rules
/solaris-x11-s11/open-src/kernel/i915/
H A DMakefile81 include $(TOP)/open-src/kernel/Makefile.inc
82 include $(TOP)/open-src/kernel/Makefile.rules
/solaris-x11-s11/open-src/kernel/mdb/modules/
H A DMakefile33 KERNEL = $(TOP)/open-src/kernel
35 include $(TOP)/open-src/common/Makefile.init
37 include $(TOP)/open-src/common/Makefile.defs
/solaris-x11-s11/open-src/kernel/mdb/
H A DMakefile32 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/proto/
H A DMakefile77 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_fops.c106 if (dev->driver->open) {
107 retcode = dev->driver->open(dev, priv);
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c54 Bool open; member in struct:__anon15
65 Bool open; member in struct:__anon16
265 if (dsession_mgr_table[index].open)
427 ck_sessions[session_num].open = TRUE;
431 ck_sessions[session_num].open = FALSE;
657 dsession_mgr_table[i].open = FALSE;
719 dsession_mgr_table[index].open = FALSE;
762 if ((!ck_sessions[j].open) ||
774 if ((i == 1) && ck_sessions[0].open &&
786 dsession_mgr_table[i].open
[all...]
/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c96 fprintf(stderr,"Couldn't open console pipes\n");
101 if ((fdcons = open("/dev/console", O_RDONLY)) == -1) {
102 fprintf(stderr,"Couldn't open /dev/console\n");
103 perror("open");
132 if ((console = open("/dev/console", O_RDONLY | O_NOCTTY, 0)) == -1) {
133 perror("fbconsole: open /dev/console");
137 if ((master = open("/dev/ptmx", O_RDWR, 0)) == -1) {
138 perror("fbconsole: open /dev/ptmx");
161 if ((slave = open(slavename, O_RDWR, 0)) == -1) {
162 perror("fbconsole: open slav
[all...]
/solaris-x11-s11/open-src/
H A DMakefile95 include $(TOP)/open-src/common/Makefile.subdirs
109 include $(TOP)/open-src/common/Makefile.init
/solaris-x11-s11/open-src/app/
H A DMakefile146 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_device.c83 fd = open(device->path, O_RDWR);
85 fbc_errormsg("Unable to open device, %s, %s\n",
H A Dfbc_open_master.c25 * fbc_open_master - Find and open the matching device
41 #include "fbc_open_master.h" /* Find and open the matching device */
48 * file number of an open FB device, search the /dev/fbs directory
49 * for a second, matching FB device and open it. Return the file
136 * Open the device file, ignoring it if it won't open
138 temp_fd = open(pathname, O_RDWR);
172 * Return the open file descriptor number, else -1
/solaris-x11-s11/open-src/app/kbd_mode/sun-src/
H A Dkbd_mode.c48 if ((kbd_fd = open("/dev/kbd", O_RDONLY, 0)) < 0) {
49 die("Couldn't open /dev/kbd");
/solaris-x11-s11/open-src/font/
H A DMakefile92 include $(TOP)/open-src/common/Makefile.subdirs
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sunmod.h64 #include <sys/open.h>

Completed in 47 milliseconds

123