Searched refs:hostdata (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c56 struct hostdata { struct
57 struct hostdata *h_next;
79 static struct hostdata *addhost(int, void *, char *);
95 static struct hostdata *
106 return ((struct hostdata *)h);
139 static struct hostdata *
148 struct hostdata *retval;
153 return ((struct hostdata *)h);
187 static struct hostdata *
193 register struct hostdata **h
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c50 struct hostdata { struct
51 struct hostdata *h_next;
73 static struct hostdata *addhost(int, const void *, const char *, char **);
89 static struct hostdata *
96 struct hostdata *retval;
100 return ((struct hostdata *)h);
136 static struct hostdata *
144 struct hostdata *retval;
149 return ((struct hostdata *)h);
183 static struct hostdata *
[all...]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1310 #define SCP2HOSTDATA(scp) SCP2HOST(scp)->hostdata /* to soft state */
1315 #define SCSIHOST2ADAP(host) (((caddr_t *)(host->hostdata))[0])
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h718 #define SCP2HOSTDATA(scp) SCP2HOST(scp)->hostdata /* to soft state */
723 #define SCSIHOST2ADAP(host) (((caddr_t *)(host->hostdata))[0])

Completed in 356 milliseconds