Symbol: EINPROGRESS
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilbd_sg.c
1616
audit_error = EINPROGRESS;
usr/src/cmd/cmd-inet/usr.lib/ilbd/ilbd_support.c
162
case EINPROGRESS:
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1537
err != EINPROGRESS)
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1546
if (err == EINPROGRESS)
usr/src/cmd/dlmgmtd/dlmgmt_db.c
573
if (err != EINPROGRESS)
usr/src/cmd/dlmgmtd/dlmgmt_db.c
605
return (EINPROGRESS);
usr/src/cmd/dlmgmtd/dlmgmt_db.c
609
if (err != EINPROGRESS && err != 0 && err != ENOENT) {
usr/src/cmd/dlmgmtd/dlmgmt_db.c
621
if (err == EINPROGRESS) {
usr/src/cmd/dlmgmtd/dlmgmt_db.c
627
return (EINPROGRESS);
usr/src/cmd/dlmgmtd/dlmgmt_db.c
661
err = (errno == EROFS ? EINPROGRESS : errno);
usr/src/cmd/dlmgmtd/dlmgmt_db.c
693
if (dlmgmt_process_db_onereq(req, B_TRUE) == EINPROGRESS) {
usr/src/cmd/dtrace/test/tst/common/ip/msnc.c
103
if (ret != 0 && errno != EINPROGRESS && errno != EINTR) {
usr/src/cmd/fm/modules/common/ip-transport/ip.c
641
if (err == EINPROGRESS)
usr/src/cmd/krb5/slave/kprop.c
416
errno != EINPROGRESS) {
usr/src/cmd/pools/poold/com/sun/solaris/service/pools/PoolsException.java
636
public static final int EINPROGRESS = 150;
usr/src/cmd/sendmail/src/conf.c
3486
#ifdef EINPROGRESS
usr/src/cmd/sendmail/src/conf.c
3487
case EINPROGRESS: /* Operation now in progress */
usr/src/cmd/vscan/vscand/vs_eng.c
765
if (errno == EINPROGRESS || errno == EINTR) {
usr/src/lib/auditd_plugins/remote/transport.c
521
if (!(errno == EINTR || errno == EINPROGRESS ||
usr/src/lib/gss_mechs/mech_krb5/include/port-sockets.h
47
#ifndef EINPROGRESS
usr/src/lib/gss_mechs/mech_krb5/krb5/os/sendto_kdc.c
768
if (SOCKET_ERRNO == EINPROGRESS || SOCKET_ERRNO == EWOULDBLOCK) {
usr/src/lib/lib9p/common/request.c
268
[EINPROGRESS] = LINUX_EINPROGRESS,
usr/src/lib/libc/port/aio/aio.c
1411
if (resultp->aio_errno == EINPROGRESS)
usr/src/lib/libc/port/aio/aio.c
2152
aiocbp->aio_resultp.aio_errno = EINPROGRESS;
usr/src/lib/libc/port/aio/aio.c
2168
aiocbp->aio_resultp.aio_errno = EINPROGRESS;
usr/src/lib/libc/port/aio/aio.c
2270
aiocbp->aio_resultp.aio_errno = EINPROGRESS;
usr/src/lib/libc/port/aio/aio.c
2286
aiocbp->aio_resultp.aio_errno = EINPROGRESS;
usr/src/lib/libc/port/aio/posix_aio.c
1527
if ((error = resultp->aio_errno) == EINPROGRESS) {
usr/src/lib/libc/port/aio/posix_aio.c
1570
if ((retval == -1 && error == EINVAL) || error == EINPROGRESS) {
usr/src/lib/libc/port/aio/posix_aio.c
510
if (error == EINPROGRESS)
usr/src/lib/libc/port/aio/posix_aio.c
637
if ((error = resultp->aio_errno) == EINPROGRESS) {
usr/src/lib/libc/port/aio/posix_aio.c
692
if ((retval == -1 && error == EINVAL) || error == EINPROGRESS) {
usr/src/lib/libldap5/sources/ldap/common/ldap-int.h
555
#define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS || (e) == EAGAIN)
usr/src/lib/libldap5/sources/ldap/common/ldap-int.h
557
#define NSLDAPI_ERRNO_IO_INPROGRESS( e ) ((e) == EWOULDBLOCK || (e) == EINPROGRESS)
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
284
if (errno != EINPROGRESS) {
usr/src/lib/libpcsc/common/libpcsc.c
808
case EINPROGRESS:
usr/src/lib/libresolv2/common/isc/ev_connects.c
127
errno != EINPROGRESS) {
usr/src/lib/librsc/sparc/mpxu/common/librsc.c
415
return (EINPROGRESS);
usr/src/lib/libsmbfs/smb/connect.c
296
if (err != EINPROGRESS) {
usr/src/lib/libsmbfs/smb/connect.c
378
if (err != 0 && err != EINPROGRESS) {
usr/src/test/os-tests/tests/minttl/minttl.c
432
if (connect(src, addr, namelen) != 0 && errno != EINPROGRESS) {
usr/src/test/os-tests/tests/tcpsig/tcpsig.c
439
if (connect(src, addr, namelen) != 0 && errno != EINPROGRESS) {
usr/src/uts/common/fs/smbclnt/netsmb/smb2_smb.c
431
ret = EINPROGRESS;
usr/src/uts/common/fs/smbclnt/netsmb/smb2_smb.c
515
if (err != 0 && err != EINPROGRESS) {
usr/src/uts/common/fs/smbclnt/netsmb/smb_iod.c
1670
case EINPROGRESS: /* MORE_PROCESSING_REQUIRED */
usr/src/uts/common/fs/smbclnt/netsmb/smb_smb.c
518
ret = EINPROGRESS;
usr/src/uts/common/fs/smbclnt/netsmb/smb_smb.c
570
if (err != 0 && err != EINPROGRESS) {
usr/src/uts/common/fs/smbclnt/netsmb/smb_subrs.c
267
{NT_STATUS_MORE_PROCESSING_REQUIRED, EINPROGRESS},
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
1517
case EINPROGRESS:
usr/src/uts/common/fs/sockfs/sockcommon_sops.c
296
if (error == EINPROGRESS)
usr/src/uts/common/fs/sockfs/sockcommon_subr.c
207
return (EINPROGRESS);
usr/src/uts/common/fs/sockfs/sockstr.c
1255
return (EINPROGRESS);
usr/src/uts/common/fs/sockfs/socksyscalls.c
479
if (error != EINPROGRESS) {
usr/src/uts/common/fs/sockfs/socktpi.c
2487
case EINPROGRESS:
usr/src/uts/common/inet/ilb/ilb.c
940
*err = EINPROGRESS;
usr/src/uts/common/inet/ip/ip.c
12789
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip.c
8528
if (err == EINPROGRESS) {
usr/src/uts/common/inet/ip/ip.c
8547
if (err == EINPROGRESS) {
usr/src/uts/common/inet/ip/ip.c
8566
if (err == EINPROGRESS) {
usr/src/uts/common/inet/ip/ip.c
8915
ASSERT(err != EINPROGRESS);
usr/src/uts/common/inet/ip/ip2mac.c
303
ip2m->ip2mac_err = EINPROGRESS;
usr/src/uts/common/inet/ip/ip6_if.c
1312
case EINPROGRESS:
usr/src/uts/common/inet/ip/ip6_if.c
2385
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_arp.c
1427
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_arp.c
1792
err = EINPROGRESS;
usr/src/uts/common/inet/ip/ip_if.c
10030
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
10548
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
10568
return (success ? EINPROGRESS : EINTR);
usr/src/uts/common/inet/ip/ip_if.c
10989
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
11024
if (err == 0 || err == EINPROGRESS) {
usr/src/uts/common/inet/ip/ip_if.c
11259
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
11298
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
11415
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
11466
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
12384
ASSERT(err == EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
13479
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
13921
*error = EINPROGRESS;
usr/src/uts/common/inet/ip/ip_if.c
14463
if (err != EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
14518
if (err == EINPROGRESS) {
usr/src/uts/common/inet/ip/ip_if.c
14526
ASSERT(err != EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
14699
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
16108
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
16416
err = EINPROGRESS;
usr/src/uts/common/inet/ip/ip_if.c
17098
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
17110
if (error != 0 && error != EINPROGRESS) {
usr/src/uts/common/inet/ip/ip_if.c
17841
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
17967
if (status != EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
18007
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
18066
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
18072
ill_up_ipifs(ill, q, ill->ill_replumb_mp) == EINPROGRESS) {
usr/src/uts/common/inet/ip/ip_if.c
18526
if (err != EINPROGRESS && err != 0)
usr/src/uts/common/inet/ip/ip_if.c
18534
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
18541
return (!wait_for_dlpi ? 0 : EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
18601
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
18617
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
18627
ASSERT(err != EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
18678
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
18686
ASSERT(err != EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
7134
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
8602
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_if.c
8679
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
9395
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
9507
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
9582
return (EINPROGRESS);
usr/src/uts/common/inet/ip/ip_if.c
9793
if (err == EINPROGRESS)
usr/src/uts/common/inet/ip/ip_ndp.c
1502
VERIFY(ipif_ndp_up(ipif, B_TRUE) != EINPROGRESS);
usr/src/uts/common/inet/ip/ip_ndp.c
1506
EINPROGRESS);
usr/src/uts/common/inet/ip/ip_ndp.c
285
err = EINPROGRESS;
usr/src/uts/common/inet/ip/ip_netinfo.c
991
case EINPROGRESS:
usr/src/uts/common/inet/ip/ipmp.c
1684
ASSERT(err != EINPROGRESS);
usr/src/uts/common/inet/sockmods/socksctpsubr.c
322
return (EINPROGRESS);
usr/src/uts/common/inet/sockmods/socksctpsubr.c
451
case EINPROGRESS:
usr/src/uts/common/inet/sockmods/socksdp.c
396
case EINPROGRESS:
usr/src/uts/common/inet/tcp/tcp_socket.c
344
return ((error == 0) ? EINPROGRESS : error);
usr/src/uts/common/inet/tcp/tcp_socket.c
756
return (EINPROGRESS);
usr/src/uts/common/io/arn/arn_mac.c
305
return (EINPROGRESS);
usr/src/uts/common/io/arn/arn_mac.c
958
return (EINPROGRESS);
usr/src/uts/common/io/arn/arn_recv.c
467
if (status == EINPROGRESS) {
usr/src/uts/common/io/arn/arn_recv.c
495
if (status == EINPROGRESS) {
usr/src/uts/common/io/arn/arn_xmit.c
2215
if (status == EINPROGRESS) {
usr/src/uts/common/io/cxgbe/t4nex/t4_sge.c
911
return (EINPROGRESS);
usr/src/uts/common/io/hook.c
438
return (EINPROGRESS);
usr/src/uts/common/io/ib/mgt/ibcm/ibcm_arp_link.c
331
if (err == EINPROGRESS) {
usr/src/uts/common/io/idm/idm_so.c
1028
if ((rc == EINPROGRESS) || (rc == EALREADY)) {
usr/src/uts/common/io/idm/idm_so.c
3135
if ((rc != EINPROGRESS) && (rc != EALREADY)) {
usr/src/uts/common/io/usb/clients/ccid/ccid.c
899
return (EINPROGRESS);
usr/src/uts/common/os/aio.c
1422
EINPROGRESS);
usr/src/uts/common/os/aio.c
1830
return (EINPROGRESS);
usr/src/uts/common/os/aio.c
3128
EINPROGRESS);
usr/src/uts/common/os/aio.c
3619
EINPROGRESS);
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
1021
waiter->w_msg->msg_status = EINPROGRESS;
usr/src/uts/sun4u/serengeti/io/sgsbbc_mailbox.c
1096
if (waiter->w_msg->msg_status == EINPROGRESS) {
usr/src/uts/sun4v/io/vds.c
2198
return (EINPROGRESS);
usr/src/uts/sun4v/io/vds.c
3593
ASSERT(task->status == EINPROGRESS);
usr/src/uts/sun4v/io/vds.c
4233
if (task->status == EINPROGRESS) {
usr/src/uts/sun4v/io/vds.c
4237
return (EINPROGRESS);
usr/src/uts/sun4v/io/vds.c
4898
if (status == EINPROGRESS)
usr/src/uts/sun4v/io/vds.c
4912
if ((nelem > 1) && (status != EINPROGRESS) && inprogress) {
usr/src/uts/sun4v/io/vds.c
5161
case EINPROGRESS:
usr/src/uts/sun4v/io/vds.c
5163
return (EINPROGRESS);
usr/src/uts/sun4v/io/vds.c
5273
if (rv == EINPROGRESS)