Searched defs:open (Results 26 - 44 of 44) sorted by relevance

12

/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h257 # define open sh_open macro
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h246 # define open sh_open macro
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h257 # define open sh_open macro
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h257 # define open sh_open macro
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h257 # define open sh_open macro
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h214 cfp_t *(*open)(cfp_t *, char *); /* Open device */ member in struct:cfg_io_s
/osnet-11/usr/src/grub/grub2/include/grub/
H A Data.h201 grub_err_t (*open) (int id, int bus, struct grub_ata *scsi); member in struct:grub_ata_dev
H A Dnet.h77 grub_err_t (*open) (const struct grub_net_card *dev); member in struct:grub_net_card_driver
218 grub_err_t (*open) (struct grub_file *file, const char *filename); member in struct:grub_net_app_protocol
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c4 * workarounds to bring the native interface close to posix and x/open
127 #define sysopen open
744 open(const char* path, int flags, ...) function
931 * rename to a `deleted' path just in case the file is open
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c376 int fd = open("/proc/self/auxv", O_RDONLY);
533 /* Get open flags */
573 * Repeated calls to open() when the consumer table is maxed out should
749 dtj_throw_dtrace_exception(&jc, "failed to open %s", file);
1315 int open; local
1318 open = 0;
1320 open = g_consumer_count;
1323 return (open);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java290 open(OpenFlag ... flags) throws DTraceException method in class:LocalConsumer
296 throw new IllegalStateException("consumer already open");
301 throw new NullPointerException("open flag is null");
326 throw new IllegalStateException("consumer not open");
389 throw new FileNotFoundException("failed to open " +
444 throw new IllegalStateException("consumer not open");
524 throw new IllegalStateException("consumer not open");
549 throw new IllegalStateException("consumer not open");
738 throw new IllegalStateException("consumer not open");
784 throw new IllegalStateException("consumer not open");
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/arc/
H A Darc.h189 grub_arc_err_t (*open) (const char *path, grub_arc_enum_t mode, member in struct:grub_arc_firmware_vector
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c175 /* n */ "prom open",
542 if ((fd = open(ap_id, O_RDWR, 0)) == -1)
576 if ((sim_fd = open("/tmp/cfga_simdata", O_RDWR|O_CREAT)) == -1) {
592 } else if ((fd = open(ap_id, O_RDWR, 0)) == -1)
609 return (open(a, b, c));
655 #define open(a, b, c) sim_open((char *)(a), (int)(b), (int)(c)) macro
723 if ((prom_fd = open(promdev, O_RDWR, 0)) < 0)
770 if ((prom_fd = open(promdev, O_RDWR, 0)) < 0)
1126 else if (((fd = open(ap_id, O_RDWR, 0)) == -1) ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h441 # define open PerlLIO_open macro
H A Dregcomp.c1164 /* Skip open. */
2166 I32 flags, oregflags = RExC_flags, have_branch = 0, open = 0; local
2435 open = 1;
2464 if (open) { /* Starts with OPEN. */
H A Dtoke.c3238 char open, close, term; local
3248 open = term;
3252 if (open == close)
3254 if (*t == '\\' && t+1 < PL_bufend && open != '\\')
3256 else if (*t == open)
3265 else if (*t == open)
4683 "Precedence problem: open %.*s should be open(%.*s)",
5734 if (strEQ(d,"open")) return -KEY_open;
7054 /* if open delimite
[all...]
H A Dperl.h1842 # define open open64 macro
/osnet-11/usr/src/lib/libc/port/threads/
H A Dscalls.c59 #pragma weak _open = open
831 open(const char *path, int oflag, ...) function
846 return (open(path, O_WRONLY | O_CREAT | O_TRUNC, mode));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c718 int id, open=1; local
724 open=0;
731 if(open)
741 if(!open)
2213 open(e_devnull,O_RDONLY);
3795 int fd = open(path,O_RDONLY);

Completed in 289 milliseconds

12