Home
last modified time | relevance | path

Searched refs:res3 (Results 1 – 19 of 19) sorted by relevance

/titanic_41/usr/src/uts/common/klm/
H A Dnlm_rpc_clnt.c243 nlm_shareres res3; in nlm_share_rpc() local
249 (void) memset(&res3, 0, sizeof (res3)); in nlm_share_rpc()
251 stat = nlm_share_3(&args3, &res3, client); in nlm_share_rpc()
254 nlm_convert_to_nlm4_shres(res, &res3); in nlm_share_rpc()
269 nlm_shareres res3; in nlm_unshare_rpc() local
275 (void) memset(&res3, 0, sizeof (res3)); in nlm_unshare_rpc()
277 stat = nlm_unshare_3(&args3, &res3, client); in nlm_unshare_rpc()
280 nlm_convert_to_nlm4_shres(res, &res3); in nlm_unshare_rpc()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dmount.c321 struct mountres3 res3; in nfs3mountroot() local
334 bzero(&res3, sizeof (struct mountres3)); in nfs3mountroot()
338 xdr_mountres3, (caddr_t)&res3, rexmit, resp_wait, in nfs3mountroot()
350 xdr_free(xdr_mountres3, (caddr_t)&res3); in nfs3mountroot()
353 if ((status != RPC_SUCCESS) || (res3.fhs_status != MNT_OK)) { in nfs3mountroot()
354 mnt3_error(res3.fhs_status); in nfs3mountroot()
364 filep->fh.fh3.len = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; in nfs3mountroot()
365 bcopy(res3.mountres3_u.mountinfo.fhandle.fhandle3_val, in nfs3mountroot()
379 xdr_free(xdr_mountres3, (caddr_t)&res3); in nfs3mountroot()
/titanic_41/usr/src/cmd/rexd/
H A Dmount_nfs.c124 struct mountres3 res3; in mount_nfs() local
282 memset((char *)&res3, '\0', sizeof (res3)); in mount_nfs()
285 xdr_mountres3, (char *)&res3, timeout); in mount_nfs()
300 if ((errno = res3.fhs_status) != MNT_OK) { in mount_nfs()
313 res3.mountres3_u.mountinfo.auth_flavors.auth_flavors_val; in mount_nfs()
315 res3.mountres3_u.mountinfo.auth_flavors.auth_flavors_len; in mount_nfs()
322 res3.mountres3_u.mountinfo.fhandle.fhandle3_len; in mount_nfs()
324 res3.mountres3_u.mountinfo.fhandle.fhandle3_val, in mount_nfs()
/titanic_41/usr/src/lib/libmvec/common/
H A D__vexpf.c241 double res0, res1, res2, res3, res4; in __vexpf() local
315 res3 = *(double *)&lres3; in __vexpf()
325 *y = (float)(res3 * x3); in __vexpf()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_hw.h471 uint32_t res3:1; member
473 uint32_t res3:1;
599 uint32_t res3:2; member
605 uint32_t res3:2;
731 uint32_t res3:1; member
735 uint32_t res3:1;
H A Dnxge_ipp_hw.h189 uint32_t res3 : 13; member
211 uint32_t res3 : 13;
H A Dnxge_sr_hw.h172 uint16_t res3 : 3; member
178 uint16_t res3 : 3;
545 uint16_t res3 : 7; member
549 uint16_t res3 : 7;
H A Dnxge_n2_esr_hw.h484 uint16_t res3 : 1; member
504 uint16_t res3 : 1;
H A Dnxge_zcp_hw.h736 uint32_t res3 : 13; member
754 uint32_t res3 : 13;
H A Dnxge_phy_hw.h705 uint16_t res3 : 2; member
717 uint16_t res3 : 2;
H A Dnxge_mac_hw.h1855 uint32_t res3 : 16; member
1875 uint32_t res3 : 16;
1912 uint32_t res3 : 8; member
1924 uint32_t res3 : 8;
H A Dnxge_rxdma_hw.h530 uint32_t res3:5; member
540 uint32_t res3:5;
/titanic_41/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h104 unsigned char res3; member
H A Dhpet_acpi.h205 uint32_t res3 :1; /* reserved */ member
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c673 struct mountres3 res3; in nfsmount() local
1666 (void) memset((char *)&res3, '\0', in nfsmount()
1667 sizeof (res3)); in nfsmount()
1670 xdr_mountres3, (caddr_t)&res3, timeout); in nfsmount()
1711 if ((errno = res3.fhs_status) != MNT_OK) { in nfsmount()
1747 auths = res3.mountres3_u.mountinfo. in nfsmount()
1749 count = res3.mountres3_u.mountinfo. in nfsmount()
1764 (caddr_t)&res3); in nfsmount()
1802 (caddr_t)&res3); in nfsmount()
1819 res3.mountres3_u.mountinfo.fhandle. in nfsmount()
[all …]
/titanic_41/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c104 char *res3; member
1280 entry->res3 = ptr; in svc_format()
1281 if ((ptr = strchr(entry->res3, ':')) == NULL) in svc_format()
/titanic_41/usr/src/uts/intel/io/amr/
H A Damrreg.h418 uint8_t res3; /* "targXferRsvd" */ member
/titanic_41/usr/src/cmd/zonecfg/
H A Dzonecfg.c3247 int err, res1, res2, res3; in remove_mcap() local
3254 res3 = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLOCKEDMEM, &tmp); in remove_mcap()
3257 if (res1 != Z_OK && res2 != Z_OK && res3 != Z_OK) { in remove_mcap()
3280 if (res3 == Z_OK) { in remove_mcap()
5369 int res1, res2, res3; in info_mcap() local
5377 res3 = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLOCKEDMEM, in info_mcap()
5380 if (res1 == Z_OK || res2 == Z_OK || res3 == Z_OK) in info_mcap()
5381 output_mcap(fp, &lookup, res2, swap_limit, res3, locked_limit); in info_mcap()
6275 int err, arg, res1, res2, res3; in end_func() local
6585 res3 = zonecfg_get_aliased_rctl(handle, ALIAS_MAXLOCKEDMEM, in end_func()
[all …]
/titanic_41/usr/src/uts/sun/io/eri/
H A Deri_mac.h671 uint32_t res3; /* 0x602C reserved */ member