Home
last modified time | relevance | path

Searched refs:bc_fcntl (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c81 return(bc_fcntl(fd, cmd, arg));
85 int bc_fcntl(fd, cmd, arg) in bc_fcntl() function
/titanic_44/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c79 return(bc_fcntl(fd, cmd, arg));
82 int bc_fcntl(fd, cmd, arg) in bc_fcntl() function
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Dflock.c50 return(bc_fcntl(fd, cmd, &fl));
H A Dsyscall.c138 return (bc_fcntl(i1, i2, i3)); in syscall()