Searched refs:F_SETFL (Results 1 - 25 of 74) sorted by relevance

123

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_utils.c43 (void) fcntl(notify_pipe[1], F_SETFL, O_NONBLOCK);
/illumos-gate/usr/src/lib/libast/common/features/
H A Dfcntl.c137 #ifndef F_SETFL
140 if (F_SETFL > f_local) f_local = F_SETFL;
186 #ifndef F_SETFL
187 printf("#define F_SETFL %d\n", ++f_local);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdio.c68 (void)fcntl(f->file, F_SETFL, di->cntl);
93 (void)fcntl(f->file, F_SETFL, di->cntl);
147 (void)fcntl(f->file,F_SETFL,di->cntl);
180 if(fcntl(f->file,F_SETFL,cntl) < 0)
222 (void)fcntl(f->file,F_SETFL,cntl);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dttimeout.c105 (void) fcntl(cur_term->_inputfd, F_SETFL, flags);
H A Dtgetch.c539 (void) fcntl(infd, F_SETFL, fcflags | O_NDELAY);
541 (void) fcntl(infd, F_SETFL, fcflags);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dutil.c309 (void) fcntl(fd, F_SETFL, (flags & ~O_NONBLOCK));
316 (void) fcntl(fd, F_SETFL, (flags | O_NONBLOCK));
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h87 * Flags that work for fcntl(fd, F_SETFL, FXXXX)
126 #define F_SETFL 4 /* Set file flags */ macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c498 fcntl(d, F_SETFL, fflags);
505 fcntl(d, F_SETFL, fflags);
648 fcntl(d, F_SETFL, fflags);
655 fcntl(d, F_SETFL, fflags);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dmsgs.c43 #define TURN_OFF(X,F) (void)Fcntl(X, F_SETFL, (Fcntl(X, F_GETFL, 0) & ~(F)))
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmconnect.c44 #define TURN_OFF(X,F) (void)Fcntl(X, F_SETFL, (Fcntl(X, F_GETFL, 0) & ~(F)))
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h78 #define F_SETFL 4 /* Set file flags */ macro
122 /* flags for F_GETFL, F_SETFL-- copied from <sys/file.h> */
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_files.c86 OK(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK));
209 (void) fcntl(del->fd, F_SETFL, mode & ~PORT_NONBLOCK);
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dlocal.h171 if (ret == -1 || fcntl((fd), F_SETFL, \
187 if (ret == -1 || fcntl((fd), F_SETFL, \
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c116 if (cmd == F_SETFL) {
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c113 if (cmd == F_SETFL) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfopen.c179 if (fcntl(fd, F_SETFL, nflag) == -1)
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c103 (void) fcntl(fd, F_SETFL, flags | O_NONBLOCK);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A D_sfopen.c81 sysfcntlf(f->file, F_SETFL, ctl);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_nicmon.c171 if ((fcntl(sd, F_SETFL, flags | O_NONBLOCK)) < 0) {
173 "smbd_nicmon: fcntl F_SETFL failed: %d", errno);
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h100 #define F_SETFL 4 /* Set file flags */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h154 /* bits settable by fcntl(F_SETFL, ...) */
222 #define F_SETFL 4 /* set file status flags */ macro
/illumos-gate/usr/src/cmd/sh/
H A Dword.c439 fcntl(f->fdes, F_SETFL, fflags);
446 fcntl(f->fdes, F_SETFL, fflags);
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c369 (void) fcntl(fd, F_SETFL, cntlflag & ~(O_NDELAY | O_NONBLOCK));
377 (void) fcntl(fd, F_SETFL, cntlflag);
385 (void) fcntl(fd, F_SETFL, cntlflag);
396 (void) fcntl(fd, F_SETFL, cntlflag);
403 (void) fcntl(fd, F_SETFL, cntlflag);
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c577 fcntl(fd, F_SETFL, 0);
700 fcntl(fd, F_SETFL, 0);
775 fcntl(fd,F_SETFL,0);
/illumos-gate/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/
H A Dex_dscp.c359 (void) fcntl(new_sd, F_SETFL, flags | O_NONBLOCK);
470 (void) fcntl(Acc.c_sd, F_SETFL, flags | O_NONBLOCK);
621 (void) fcntl(hp->h_client.c_sd, F_SETFL, flags | O_NONBLOCK);

Completed in 123 milliseconds

123