Searched defs:nconf (Results 76 - 81 of 81) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c394 struct netconfig *nconf = NULL; local
556 nconf = NULL;
566 &vers, &nconf, port);
606 loud_on_mnt_err, &nconf, port);
631 TRUE, &nconf, port);
691 nconf = NULL;
692 if (r = getaddr_nfs(argp, host, &nconf,
701 if (make_secure(argp, host, nconf, use_pubfh, vers) < 0) {
1258 make_secure(struct nfs_args *args, char *hostname, struct netconfig *nconf, argument
1311 nconf,
1393 get_the_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t get_pubfh, char *fspath, err_ret_t *error) argument
1700 check_nconf(struct netconfig *nconf, int nthtry, int *valid_proto) argument
1756 struct netconfig *nconf = NULL; local
2408 struct netconfig *nconf; local
[all...]
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c2942 struct netconfig *nconf = NULL; local
2953 if ((nconf = getnetconfigent(netid)) == NULL)
2959 if ((transp = svc_tli_create(0, nconf, NULL, 0, 0)) == NULL) {
2963 if (nconf)
2964 freenetconfigent(nconf);
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c3100 struct netconfig *nconf; local
3111 while ((nconf = getnetconfig(nc)) != NULL) {
3112 if (strcmp(nconf->nc_proto, value) == 0) {
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c177 * with nametoaddr libs in nconf, we call netdir_getbyname
185 _get_hostserv_inetnetdir_byname(struct netconfig *nconf, argument
197 if (nconf == NULL) {
360 bnets = getbroadcastnets(nconf, &inaddrs);
492 if (nconf->nc_nlookups == 0) {
538 char *proto = (strcmp(nconf->nc_proto,
633 char *proto = (strcmp(nconf->nc_proto,
735 if ((_nderror = __classic_netdir_getbyname(nconf,
766 _nderror = _get_hostserv_inetnetdir_byname(nconf, args,
771 _get_hostserv_inetnetdir_byname(nconf,
815 _get_hostserv_inetnetdir_byaddr(struct netconfig *nconf, struct nss_netdirbyaddr_in *args, union nss_netdirbyaddr_out *res) argument
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c152 struct netconfig nconf; variable in typeref:struct:netconfig
3814 conf = &nconf;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c304 struct netconfig *nconf; local
320 while (nconf = getnetconfig(nc)) {
327 if (((strcmp(nconf->nc_protofmly, NC_INET6) == 0) ||
328 (strcmp(nconf->nc_protofmly, NC_INET) == 0)) &&
329 (nconf->nc_semantics == NC_TPI_CLTS)) {
335 if (netdir_getbyname(nconf, &hs, &retaddrs) != ND_OK)
343 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0)
367 nconf->nc_netid, res == 1?"SUC":"FAIL");
658 struct netconfig *nconf; local
930 nconf
2736 get_cached_srv_addr(char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, struct netbuf *addrp) argument
2816 struct netconfig *nconf = NULL; local
2950 get_server_fh(char *hostname, rpcprog_t prog, rpcvers_t vers, mfs_snego_t *mfssnego, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat) argument
3190 struct netconfig *nconf; local
4273 get_netconfig_info(enum type_of_stuff type_of_stuff, char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat, mfs_snego_t *mfssnego) argument
4311 get_server_addrorping(char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig *nconf, ushort_t port, struct t_info *tinfo, struct t_bind *tbind, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstat, int ping_server) argument
[all...]

Completed in 98 milliseconds

1234