Searched refs:bc_open (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dopen.c38 return (bc_open(path, flags, mode));
42 bc_open(char *path, int flags, int mode) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dopen.c35 return (bc_open(path, flags, mode));
40 bc_open(char *path, int flags, int mode) function
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c88 int bc_open; /* reference counter */ member in struct:bcinfo
101 static int bc_open(struct open_file *f, ...);
110 bc_open,
200 bc_open(struct open_file *f, ...) function
213 BC(dev).bc_open++;
225 BC(dev).bc_open--;
226 if (BC(dev).bc_open == 0) {
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsyscall.c126 return (bc_open(c1, i1, i2));
128 return (bc_open(c1, i1));

Completed in 76 milliseconds