Searched defs:sv_next (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
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
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
/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
/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)

Completed in 85 milliseconds