Searched refs:sv_next (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_sv.c66 static struct servent * sv_next(struct irs_sv *);
106 sv->next = sv_next;
170 sv_next(struct irs_sv *this) { function
H A Dgen_sv.c55 static struct servent * sv_next(struct irs_sv *);
89 sv->next = sv_next;
110 sv_next(struct irs_sv *this) { function
H A Dirp_sv.c63 static struct servent * sv_next(struct irs_sv *);
102 sv->next = sv_next;
136 sv_next(struct irs_sv *this) { function
H A Dlcl_sv.c102 static struct servent * sv_next(struct irs_sv *);
141 sv->next = sv_next;
201 while ((p = sv_next(this))) {
247 while ((p = sv_next(this))) {
288 sv_next(struct irs_sv *this) { function
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h103 struct nsc_val_s *sv_next; /* Link to next value */ member in struct:nsc_val_s
H A Dnsc_dev.c154 dv->dv_values = vp->sv_next;
1179 for (vp = dv->dv_values; vp; vp = vp->sv_next) {
1191 vp->sv_next = dv->dv_values;
1327 for (vp = dv->dv_values; vp; vp = vp->sv_next) {
1434 for (val = dv->dv_values; val; val = val->sv_next) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h274 struct servinfo *sv_next; /* next in list */ member in struct:servinfo
619 #define FAILOVER_MOUNT(mi) (mi->mi_servers->sv_next)
H A Dnfs4_clnt.h603 * sv_next
645 struct servinfo4 *sv_next; /* next in list */ member in struct:servinfo4
1176 #define FAILOVER_MOUNT4(mi) (mi->mi_servers->sv_next)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c627 svp_tail->sv_next = svp;
734 if (svp_head->sv_next == NULL) {
741 svp_2ndlast->sv_next =
753 if (svp_head->sv_next == NULL) {
772 svp_2ndlast->sv_next = NULL;
959 if (svp_head->sv_next)
1163 for (svp = mi->mi_servers; svp != NULL; svp = svp->sv_next) {
H A Dnfs_vfsops.c654 svp_tail->sv_next = svp;
753 if (svp_head->sv_next == NULL) {
760 svp_2ndlast->sv_next =
772 if (svp_head->sv_next == NULL) {
791 svp_2ndlast->sv_next = NULL;
986 if (svp_head->sv_next)
1285 for (svp = mi->mi_servers; svp != NULL; svp = svp->sv_next) {
H A Dnfs4_vfsops.c386 for (si = svp_head; si; si = si->sv_next) {
838 svp_tail->sv_next = svp;
939 if (svp_head->sv_next == NULL) {
946 svp_2ndlast->sv_next =
958 if (svp_head->sv_next == NULL) {
977 svp_2ndlast->sv_next = NULL;
1151 if (svp_head->sv_next) {
2117 svp->sv_next = NULL;
2133 srvnext = svp->sv_next;
2134 svp->sv_next
[all...]
H A Dnfs_subr.c4152 * 2) there are no available replicas (NULL mi_servers->sv_next)
4168 if (VTOMI(fi->vp)->mi_servers->sv_next == NULL)
4293 for (svp = mi->mi_servers; svp; svp = svp->sv_next) {
4703 next = svp->sv_next;
4985 for (s = mi->mi_servers; s != NULL; s = s->sv_next)
4991 for (s = mi->mi_servers; s != NULL; s = s->sv_next) {
H A Dnfs4_recovery.c432 if (mi->mi_servers->sv_next == NULL)
1599 for (svp = mi->mi_servers; svp; svp = svp->sv_next) {
3440 for (svp = mi->mi_servers; svp != NULL; svp = svp->sv_next) {
3453 for (svp = mi->mi_servers; svp != NULL; svp = svp->sv_next) {
H A Dnfs4_stub_vnops.c939 * If we have multiple servinfo4 structures, linked via sv_next,
962 /* no locking needed for sv_next; it is only set at fs mount */
963 for (svp = mi->mi_servers; svp != NULL; svp = svp->sv_next) {
H A Dnfs4_subr.c2273 next = svp->sv_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c513 val + OFFSETOF(nsc_val_t, sv_next)) == -1) {
514 mdb_warn("failed to read nsc_val_t.sv_next");

Completed in 177 milliseconds