Searched defs:fcntl (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_mac.c99 unsigned int fcntl; local
119 fcntl = MC_CMD_FCNTL_AUTO;
121 fcntl = (epp->ep_fcntl & EFX_FCNTL_GENERATE)
125 fcntl = MC_CMD_FCNTL_OFF;
127 MCDI_IN_SET_DWORD(req, SET_MAC_IN_FCNTL, fcntl);
H A Def10_phy.c75 __in unsigned int fcntl,
101 if (fcntl == MC_CMD_FCNTL_OFF)
103 else if (fcntl == MC_CMD_FCNTL_RESPOND)
105 else if (fcntl == MC_CMD_FCNTL_GENERATE)
107 else if (fcntl == MC_CMD_FCNTL_BIDIR)
110 EFSYS_PROBE1(mc_pcol_error, int, fcntl);
125 unsigned int fcntl; local
154 &link_mode, &fcntl);
163 * ep_fcntl has two meanings. It's either the link common fcntl
170 epp->ep_fcntl = fcntl;
71 mcdi_phy_decode_link_mode( __in efx_nic_t *enp, __in uint32_t link_flags, __in unsigned int speed, __in unsigned int fcntl, __out efx_link_mode_t *link_modep, __out unsigned int *fcntlp) argument
[all...]
H A Dsiena_phy.c73 __in unsigned int fcntl,
97 if (fcntl == MC_CMD_FCNTL_OFF)
99 else if (fcntl == MC_CMD_FCNTL_RESPOND)
101 else if (fcntl == MC_CMD_FCNTL_BIDIR)
104 EFSYS_PROBE1(mc_pcol_error, int, fcntl);
118 unsigned int fcntl; local
144 &link_mode, &fcntl);
153 * ep_fcntl has two meanings. It's either the link common fcntl
161 epp->ep_fcntl = fcntl;
69 siena_phy_decode_link_mode( __in efx_nic_t *enp, __in uint32_t link_flags, __in unsigned int speed, __in unsigned int fcntl, __out efx_link_mode_t *link_modep, __out unsigned int *fcntlp) argument
H A Defx_mac.c275 __in unsigned int fcntl,
289 if ((fcntl & ~(EFX_FCNTL_RESPOND | EFX_FCNTL_GENERATE)) != 0) {
305 epp->ep_fcntl = fcntl;
313 if (fcntl & EFX_FCNTL_RESPOND)
320 if (fcntl & EFX_FCNTL_GENERATE)
273 efx_mac_fcntl_set( __in efx_nic_t *enp, __in unsigned int fcntl, __in boolean_t autoneg) argument
/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dfcntl.c31 #include <sys/fcntl.h>
37 /* The following is an array of fcntl commands. The numbers listed
78 int fcntl(fd, cmd, arg) function
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dfcntl.c30 #include <sys/fcntl.h>
36 /* The following is an array of fcntl commands. The numbers listed
76 int fcntl(fd, cmd, arg) function
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c43 #include <sys/fcntl.h>
65 fcntl(int fdes, int cmd, intptr_t arg) function
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dexternal.c623 fcntl(int fildes, int cmd, ...) function
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c904 unsigned int fcntl; local
906 sfxge_mac_fcntl_get(sp, &fcntl);
908 switch (fcntl) {
1072 unsigned int fcntl = 0; local
1076 fcntl = 0;
1080 fcntl = EFX_FCNTL_GENERATE;
1084 fcntl = EFX_FCNTL_RESPOND;
1088 fcntl = EFX_FCNTL_GENERATE | EFX_FCNTL_RESPOND;
1096 if ((rc = sfxge_mac_fcntl_set(sp, fcntl)) != 0)
H A Dsfxge_mac.c722 sfxge_mac_fcntl_set(sfxge_t *sp, unsigned int fcntl) argument
729 if (smp->sm_fcntl == fcntl)
732 smp->sm_fcntl = fcntl;
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h233 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h244 # define fcntl(a,b,c) sh_fcntl(a,b,c) macro
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c59 ** lacks the fcntl() system call. So redefine fcntl() to be something
64 # define fcntl(A,B,C) 0 macro
167 ** structure. The fcntl() system call is only invoked to set a
1336 s = fcntl(id->fd, F_SETLK, &lock);
1447 s = fcntl(id->fd, F_SETLK, &lock);
1562 s = fcntl(id->fd, F_SETLK, &lock);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c564 if(fcntl(f2,F_GETFD,0)&1)
566 fcntl(fd,F_SETFD,FD_CLOEXEC);
1314 if((fn=fcntl(fd,F_DUPFD,10)) < 0)
1335 fcntl(fd,F_SETFD,FD_CLOEXEC);
1554 fcntl(origfd,F_SETFD,FD_CLOEXEC);
1623 if(errno==0 && (n=fcntl(fno,F_GETFL,0))&O_NDELAY)
1626 fcntl(fno, F_SETFL, n);
1634 n = fcntl(fno,F_GETFL,0);
1636 fcntl(fno, F_SETFL, n);
1802 if((flags=fcntl(f
2284 #undef fcntl macro
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c57 #pragma weak _fcntl = fcntl
741 fcntl(int fildes, int cmd, ...) function
/illumos-gate/usr/src/man/man3head/
H A DMakefile32 fcntl.h.3head \
121 fcntl.3head \
210 fcntl.3head := LINKSRC = fcntl.h.3head
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h258 # define HASFLOCK 0 /* does not have flock call - use fcntl */
568 ** Apparently, fcntl locking is broken on 4.2A, in that locks are
1442 ** *or* fcntl(2) file locking, but not both.
1824 # include <fcntl.h>
1868 # define fcntl sendmail_mpe_fcntl macro

Completed in 116 milliseconds