Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpkg/common/
H A Disdir.c75 int isFdRemote(int a_fd);
265 isFdRemote(int a_fd) in isFdRemote() function
H A Dmapfile-vers104 isFdRemote;
H A Dpkglib.h427 extern int isFdRemote(int a_fd);
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c451 if (!isFdRemote(fd)) { in openLocal()