Searched defs:open (Results 1 - 25 of 55) sorted by path

123

/illumos-gate/usr/src/boot/lib/libstand/
H A Dopen.c1 /* $NetBSD: open.c,v 1.16 1997/01/28 09:41:03 pk Exp $ */
34 * @(#)open.c 8.1 (Berkeley) 6/11/93
92 open(const char *fname, int mode) function
132 /* pass file name to the different filesystem open routines */
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzguts.h39 # define open _open macro
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h77 int (*open)(void *arg, const char *filename, void **h_return); member in struct:loader_callbacks
107 * Seek to a location within an open file
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h357 void (*open) __P((int unit)); member in struct:protent
425 extern void reopen_log __P((void)); /* (re)open the connection to syslog */
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl62 sub open { subroutine
71 return unless open(MD, "$self->{NAME}");
264 open(IN, "<", $in) or die "can't open $in\n";
265 open(OUT, ">", $out) or die "can't open $out\n";
395 $md->open;
/illumos-gate/usr/src/cmd/make/include/vroot/
H A Dargs.h53 struct { int flags; int mode;} open; member in union:Args
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
H A DKstatCtl.java53 kctl = open();
69 private native long open(); method in class:KstatCtl
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java82 open(location, perms);
126 public void open(String location, int perms) throws PoolsException method in class:Configuration
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c636 open(const char *path, int oflag, ...) function
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c78 BOOL open; local
81 open = 0;
99 open = 0;
103 open++;
107 if (open == 0)
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c90 * will connect using libzonestat.so, which will open and
448 boolean_t g_open; /* True if g_ctl is open */
608 * Since the stat_thread holds an open handle to the accounting file, it will
777 fd = open(path, O_CREAT|O_RDWR, 0644);
2518 * Open the current extended accounting file. On initialization, open the
2519 * file as the current file to be used. Otherwise, open the file as the
2526 int *fd, *open; local
2540 open = &ctl->zsctl_proc_open;
2546 open = &ctl->zsctl_proc_open_next;
2550 *open
[all...]
/illumos-gate/usr/src/head/
H A Dfcntl.h77 #pragma redefine_extname open open64
89 #define open open64 macro
105 #pragma redefine_extname open64 open
117 #define open64 open
132 extern int open(const char *, int, ...);
/illumos-gate/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) ||
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c4 * workarounds to bring the native interface close to posix and x/open
661 open(const char* path, int flags, ...) function
848 * rename to a `deleted' path just in case the file is open
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_fcntl.h132 #undef open macro
133 #define open open64 macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_fcntl.h111 #undef open macro
112 #define open open64 macro
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dopen.c36 open(char *path, int flags, int mode) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dopen.c33 open(char *path, int flags, int mode) function
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c63 #pragma weak _open = open
835 open(const char *path, int oflag, ...) function
850 return (open(path, O_WRONLY | O_CREAT | O_TRUNC, mode));

Completed in 155 milliseconds

123