Searched defs:filefd (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dmain.c53 int filefd, symnum, ansfd; variable
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c213 int filefd = -1; local
235 filefd = open(procname, O_RDONLY);
242 if (filefd == -1) {
248 if ((elf = elf_begin(filefd, ELF_C_READ, 0)) == NULL) {
261 mp->mi_mapfd = filefd;
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dfsswitch.c208 lseek(int filefd, off_t addr, int whence) argument
211 return ((*dfl_fsw->fsw_lseek)(filefd, addr, whence));
237 kern_lseek(int filefd, off_t hi, off_t lo) argument
240 return ((*dfl_fsw->fsw_lseek)(filefd, lo, 0));
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c130 int filefd, bytes, n, total = 0; local
139 if ((filefd = open(reqfile, O_RDONLY)) == -1) {
145 if (fstat(filefd, &s) < 0) {
166 while ((bytes = read(filefd, buf, OCSP_BUFSIZE)) > 0) {
176 (void) close(filefd);
216 get_encoded_response(int sock, KMF_RESPONSE_TYPE resptype, int filefd, argument
471 if (looping_write(filefd, buf, offset) != offset) {
576 unsigned int maxsecs, int filefd)
587 if (uri == NULL || filefd == -1)
645 ret = get_encoded_response(sock, KMF_RESPONSE_FILE, filefd,
575 download_file(char *uri, char *proxy, int proxy_port, unsigned int maxsecs, int filefd) argument
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c8236 int filefd; local
8268 int filefd; local
8276 if ((filefd = open(filename, O_RDONLY)) == -1) {
8288 if (((slist = sysattr_list(myname, filefd,
8296 (void) close(filefd);
8434 filefd = openat(Gen.g_dirfd, dp->d_name, O_RDONLY);
8435 if (filefd == -1) {
8442 if (facl_get(filefd, ACL_NO_TRIVIAL, &aclp) != 0) {
8447 (void) close(filefd);
9316 int filefd; local
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c7861 int filefd; local
7866 if ((filefd = open(filename, O_RDONLY)) == -1) {
7873 if (((slist = sysattr_list(basename(myname), filefd,
7881 (void) close(filefd);

Completed in 101 milliseconds