| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_srv.c | 1148 *cs->statusp = *((nfsstat4 *)&(resop)->nfs_resop4_u) = NFS4ERR_INVAL; in rfs4_op_inval() 1451 *cs->statusp = resp->status = NFS4ERR_NOFILEHANDLE; in rfs4_op_secinfo() 1456 *cs->statusp = resp->status = NFS4ERR_NOTDIR; in rfs4_op_secinfo() 1470 *cs->statusp = resp->status = status; in rfs4_op_secinfo() 1477 *cs->statusp = resp->status = NFS4ERR_INVAL; in rfs4_op_secinfo() 1482 *cs->statusp = resp->status = NFS4ERR_NAMETOOLONG; in rfs4_op_secinfo() 1492 *cs->statusp = resp->status = NFS4ERR_INVAL; in rfs4_op_secinfo() 1497 *cs->statusp = resp->status = do_rfs4_op_secinfo(cs, name, resp); in rfs4_op_secinfo() 1596 *cs->statusp = resp->status = NFS4ERR_ACCESS; in rfs4_op_access() 1601 *cs->statusp = resp->status = NFS4ERR_NOFILEHANDLE; in rfs4_op_access() [all …]
|
| H A D | nfs4_srv_readdir.c | 224 *cs->statusp = NFS4_OK; in nfs4_readdir_getvp() 436 *cs->statusp = resp->status = NFS4ERR_NOFILEHANDLE; in rfs4_op_readdir() 445 *cs->statusp = resp->status = NFS4ERR_ACCESS; in rfs4_op_readdir() 450 *cs->statusp = resp->status = NFS4ERR_NOTDIR; in rfs4_op_readdir() 455 *cs->statusp = resp->status = NFS4ERR_TOOSMALL; in rfs4_op_readdir() 464 *cs->statusp = resp->status = NFS4ERR_INVAL; in rfs4_op_readdir() 470 *cs->statusp = resp->status = puterrno4(error); in rfs4_op_readdir() 475 *cs->statusp = resp->status = NFS4ERR_NOT_SAME; in rfs4_op_readdir() 491 *cs->statusp = resp->status = puterrno4(error); in rfs4_op_readdir() 507 *cs->statusp = resp->status = puterrno4(error); in rfs4_op_readdir() [all …]
|
| H A D | nfs4x_srv.c | 485 *cs->statusp = resp->eir_status = status; in rfs4x_op_exchange_id() 665 *cs->statusp = resp->csr_status = status; in rfs4x_op_create_session() 749 *cs->statusp = resp->dsr_status = status; in rfs4x_op_destroy_session() 1046 if (*cs->statusp != nfserr_replay_cache) { in rfs4x_sequence_done() 1172 *cs->statusp = resp->sr_status = status; in rfs4x_op_sequence() 1212 *cs->statusp = resp->rcr_status = status; in rfs4x_op_reclaim_complete() 1249 *cs->statusp = resp->dcr_status = status; in rfs4x_op_destroy_clientid() 1380 *cs->statusp = resp->bctsr_status = status; in rfs4x_op_bind_conn_to_session() 1419 *cs->statusp = resp->status = status; in rfs4x_op_secinfo_noname() 1472 *cs->statusp = resp->tsr_status = NFS4_OK; in rfs4x_op_test_stateid() [all …]
|
| H A D | nfs4_callback.c | 195 *cs->statusp = resp->status = cb4_getattr_fail; in cb_getattr() 210 *cs->statusp = resp->status = NFS4ERR_BADHANDLE; in cb_getattr() 238 *cs->statusp = resp->status = NFS4ERR_BADHANDLE; in cb_getattr() 287 *cs->statusp = resp->status = NFS4ERR_BADHANDLE; in cb_getattr() 372 *cs->statusp = resp->status = NFS4_OK; in cb_getattr() 405 *cs->statusp = resp->status = cb4_recall_fail; in cb_recall() 418 *cs->statusp = resp->status = NFS4ERR_BADHANDLE; in cb_recall() 478 *cs->statusp = resp->status = NFS4ERR_BAD_STATEID; in cb_recall() 486 *cs->statusp = resp->status = 0; in cb_recall() 545 *cs->statusp = resp->status = NFS4ERR_OP_ILLEGAL; in cb_illegal() [all …]
|
| H A D | nfs_subr.c | 831 enum nfsstat *statusp, int flags, failinfo_t *fi) in rfs2call() argument 836 ASSERT(statusp != NULL); in rfs2call() 844 if (*statusp == NFSERR_ACCES && in rfs2call() 853 if (*statusp == NFSERR_ACCES) in rfs2call() 858 *statusp = NFSERR_OPNOTSUPP; in rfs2call() 877 nfsstat3 *statusp, int flags, failinfo_t *fi) in rfs3call() argument 888 if (*statusp == NFS3ERR_JUKEBOX) { in rfs3call() 903 else if (*statusp == NFS3ERR_ACCES && in rfs3call() 914 if (*statusp == NFS3ERR_ACCES) in rfs3call() 919 } while (!rpcerror && *statusp == NFS3ERR_JUKEBOX); in rfs3call() [all …]
|
| H A D | nfs4x_dispatch.c | 128 cs.statusp = &error; in rfs4x_dispatch()
|
| /illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
| H A D | ldappr-dns.c | 49 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, 53 int *statusp, void *extradata ); 62 char *buffer, int buflen, int *statusp, void *extradata); 95 char *buffer, int buflen, int *statusp, void *extradata ) in prldap_gethostbyname() argument 99 if( !statusp || ( *statusp = (int)PR_GetIPNodeByName( name, in prldap_gethostbyname() 111 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, in prldap_gethostbyaddr() argument 123 if( !statusp || (*statusp = PR_GetHostByAddr(&iaddr, buffer, in prldap_gethostbyaddr() 346 char *buffer, int buflen, int *statusp, void *extradata) in prldap_gethostbyname1() argument 352 if (!statusp || ( *statusp = prldap_switch_gethostbyname_r(name, in prldap_gethostbyname1()
|
| /illumos-gate/usr/src/lib/libdladm/common/ |
| H A D | propfuncs.c | 67 prop_db_info_t *listp, dladm_status_t *statusp) in generate_prop_line() argument 99 *statusp = DLADM_STATUS_TOOSMALL; in generate_prop_line() 119 char *buf, prop_db_info_t *listp, dladm_status_t *statusp) in process_prop_set() argument 187 generate_prop_line(lsp->ls_name, buf, listp, statusp); in process_prop_set() 189 generate_prop_line(lsp->ls_name, buf, nlip, statusp); in process_prop_set() 195 *statusp = status; in process_prop_set() 211 char *buf __unused, prop_db_info_t *listp, dladm_status_t *statusp) in process_prop_get() argument 225 *statusp = DLADM_STATUS_NOTFOUND; in process_prop_get() 234 *statusp = DLADM_STATUS_TOOSMALL; in process_prop_get() 256 char *buf __unused, prop_db_info_t *listp, dladm_status_t *statusp) in process_prop_init() argument [all …]
|
| H A D | secobj.c | 323 char *buf, secobj_info_t *sip, dladm_status_t *statusp) in process_secobj_set() argument 342 *statusp = DLADM_STATUS_TOOSMALL; in process_secobj_set() 351 char *buf __unused, secobj_info_t *sip, dladm_status_t *statusp) in process_secobj_get() argument 354 *statusp = DLADM_STATUS_TOOSMALL; in process_secobj_get() 366 secobj_info_t *sip __unused, dladm_status_t *statusp __unused) in process_secobj_unset() 377 char *buf __unused, secobj_info_t *sip, dladm_status_t *statusp __unused) in process_secobj_walk() 397 char *buf __unused, secobj_info_t *sip, dladm_status_t *statusp) in process_secobj_init() argument 399 *statusp = dladm_set_secobj(handle, sip->si_name, *sip->si_classp, in process_secobj_init() 417 dladm_status_t *statusp) in process_secobj_line() argument 469 *statusp = dladm_str2secobjclass(str, &class); in process_secobj_line() [all …]
|
| H A D | libdlflow_impl.h | 123 dladm_status_t *statusp); 126 dladm_status_t *statusp); 129 dladm_status_t *statusp);
|
| H A D | libdliptun.c | 549 dladm_status_t *statusp = arg; in i_iptun_up() local 565 if (statusp != NULL) in i_iptun_up() 566 *statusp = status; in i_iptun_up() 577 dladm_status_t *statusp = arg; in i_iptun_down() local 581 if (statusp != NULL) in i_iptun_down() 582 *statusp = status; in i_iptun_down()
|
| /illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | open.c | 634 int *portp, struct ldap_x_hostlist_status **statusp ) in ldap_x_hostlist_first() argument 637 if ( NULL == hostp || NULL == portp || NULL == statusp ) { in ldap_x_hostlist_first() 647 *statusp = NULL; in ldap_x_hostlist_first() 651 *statusp = NSLDAPI_CALLOC( 1, sizeof( struct ldap_x_hostlist_status )); in ldap_x_hostlist_first() 652 if ( NULL == *statusp ) { in ldap_x_hostlist_first() 655 (*statusp)->lhs_hostlist = nsldapi_strdup( hostlist ); in ldap_x_hostlist_first() 656 if ( NULL == (*statusp)->lhs_hostlist ) { in ldap_x_hostlist_first() 659 (*statusp)->lhs_nexthost = (*statusp)->lhs_hostlist; in ldap_x_hostlist_first() 660 (*statusp)->lhs_defport = defport; in ldap_x_hostlist_first() 661 return( ldap_x_hostlist_next( hostp, portp, *statusp )); in ldap_x_hostlist_first()
|
| H A D | os-ip.c | 159 static int nsldapi_os_ioctl( LBER_SOCKET s, int option, int *statusp ); 168 typedef int (NSLDAPI_IOCTL_FN)( LBER_SOCKET s, int option, int *statusp ); 443 nsldapi_os_ioctl( LBER_SOCKET s, int option, int *statusp ) argument 455 iostatus = *(u_long *)statusp; 458 err = ioctl( s, FIONBIO, (caddr_t)statusp ); 1809 LDAPHostEnt *result, char *buffer, int buflen, int *statusp, argument 1815 result, buffer, buflen, statusp, extradata));
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
| H A D | zone.c | 149 char *statusp; in zoneprt() local 165 statusp = zone_status_names[zn.zone_status]; in zoneprt() 167 statusp = "???"; in zoneprt() 169 statusp, name, path); in zoneprt()
|
| /illumos-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_directio.c | 329 cred_t *cr, int *statusp) in ufs_directio_write() argument 354 *statusp = DIRECTIO_FAILURE; in ufs_directio_write() 615 *statusp = DIRECTIO_SUCCESS; in ufs_directio_write() 799 ufs_directio_read(struct inode *ip, uio_t *uio, cred_t *cr, int *statusp) in ufs_directio_read() argument 817 *statusp = DIRECTIO_FAILURE; in ufs_directio_read() 870 *statusp = DIRECTIO_SUCCESS; in ufs_directio_read() 920 *statusp = DIRECTIO_SUCCESS; in ufs_directio_read()
|
| /illumos-gate/usr/src/lib/nsswitch/nis/common/ |
| H A D | getnetgrent.c | 711 easy_way(be, ia, argp, map, try_lc, statusp) in easy_way() argument 717 nss_status_t *statusp; 740 if (easy_way(be, ia, &just_one, map, try_lc, statusp) && 777 *statusp = _nss_nis_ypmatch(be->domain, map, key, 779 if (*statusp == NSS_SUCCESS) { 806 *statusp = NSS_NOTFOUND; /* Yup, three different flavours of */
|
| /illumos-gate/usr/src/cmd/fm/fmd/common/ |
| H A D | fmd_xprt.c | 704 uint8_t *statusp, *proxy_asrup = NULL; in fmd_xprt_event_updated() local 714 FM_RSRC_XPRT_FAULT_STATUS, &statusp, &nelem) == 0 && in fmd_xprt_event_updated() 719 fmd_case_update_status(cp, statusp, in fmd_xprt_event_updated() 1218 uint8_t *statusp; in fmd_xprt_list_suspect() local 1419 (void) nvlist_lookup_uint8_array(nvl, FM_SUSPECT_FAULT_STATUS, &statusp, in fmd_xprt_list_suspect() 1422 if ((statusp[i] & (FM_SUSPECT_FAULTY | FM_SUSPECT_UNUSABLE | in fmd_xprt_list_suspect() 1428 fmd_case_update_status(cp, statusp, cip->ci_proxy_asru, in fmd_xprt_list_suspect() 1666 uint8_t *statusp; in fmd_xprt_recv() local 1670 &statusp, &nelem); in fmd_xprt_recv() 1676 fmd_case_update_status(cp, statusp, in fmd_xprt_recv() [all …]
|
| H A D | fmd_protocol.c | 389 const char *uuid, uint8_t *statusp, uint8_t *has_asrup, uint_t nelem) in fmd_protocol_xprt_updated() argument 394 err |= nvlist_add_uint8_array(nvl, FM_RSRC_XPRT_FAULT_STATUS, statusp, in fmd_protocol_xprt_updated()
|
| /illumos-gate/usr/src/uts/common/io/comstar/port/pppt/ |
| H A D | pppt.c | 929 uint64_t session_id, stmf_status_t *statusp) in pppt_sess_lookup_create() argument 936 *statusp = STMF_SUCCESS; in pppt_sess_lookup_create() 956 *statusp = STMF_NOT_FOUND; in pppt_sess_lookup_create() 963 *statusp = STMF_NOT_FOUND; in pppt_sess_lookup_create() 994 *statusp = STMF_INVALID_ARG; in pppt_sess_lookup_create() 1023 *statusp = STMF_ALLOC_FAILURE; in pppt_sess_lookup_create() 1047 *statusp = STMF_TARGET_FAILURE; in pppt_sess_lookup_create()
|
| /illumos-gate/usr/src/uts/sun/sys/dada/targets/ |
| H A D | daddef.h | 63 #define STATUS_SCBP_C(statusp) (*(uchar_t *)(statusp) & STATUS_ATA_MASK) argument
|
| /illumos-gate/usr/src/uts/common/sys/scsi/ |
| H A D | scsi_watch.h | 34 struct scsi_status *statusp; member
|
| /illumos-gate/usr/src/lib/libldap5/include/ldap/ |
| H A D | solaris-int.h | 283 struct ldap_x_hostlist_status **statusp ); 353 int buflen, int *statusp, void *extradata); 356 char *buffer, int buflen, int *statusp, void *extradata);
|
| /illumos-gate/usr/src/lib/fm/libfmd_snmp/common/ |
| H A D | problem.c | 586 netsnmp_table_request_info *table_info, sunFmFaultStatus_data_t *statusp) in sunFmFaultEventTable_nextfe() argument 608 (*statusp = faultstatus_lookup_index_exact(data, in sunFmFaultEventTable_nextfe() 674 netsnmp_table_request_info *table_info, sunFmFaultStatus_data_t *statusp) in sunFmFaultEventTable_fe() argument 683 *statusp = faultstatus_lookup_index_exact(data, in sunFmFaultEventTable_fe() 685 if (*statusp == 0) in sunFmFaultEventTable_fe()
|
| /illumos-gate/usr/src/cmd/ldap/common/ |
| H A D | common.c | 2007 int *statusp; local 2016 if (( statusp = (int *)realloc( systemptr, size + sizeof(int))) == NULL ) { 2022 *statusp = LDAPTOOL_ALLOC_INUSE; 2024 return( (char *)statusp + sizeof(int)); 2092 int *statusp = (int *)((char *)ptr - sizeof(int)); local 2101 } else if ( *statusp != LDAPTOOL_ALLOC_INUSE ) { 2104 ldaptool_progname, ptr, *statusp ); 2106 *statusp = LDAPTOOL_ALLOC_FREED; 2107 free( statusp );
|
| /illumos-gate/usr/src/uts/intel/io/pciex/hotplug/ |
| H A D | pciehpc_acpi.c | 71 static ACPI_STATUS pciehpc_acpi_get_dev_state(ACPI_HANDLE obj, int *statusp); 663 pciehpc_acpi_get_dev_state(ACPI_HANDLE obj, int *statusp) in pciehpc_acpi_get_dev_state() argument 670 *statusp = status; in pciehpc_acpi_get_dev_state()
|