hostdata
static struct hostdata *
struct hostdata *retval;
return ((struct hostdata *)h);
static struct hostdata *
struct hostdata *retval;
return ((struct hostdata *)h);
static struct hostdata *
struct hostdata **hp, *n = NULL;
static struct hostdata h;
n = (struct hostdata *)malloc(sizeof (struct hostdata4));
hp = (struct hostdata **)&h_table4[iphash(hashval)];
n = (struct hostdata *)malloc(sizeof (struct hostdata6));
hp = (struct hostdata **)&h_table6[iphash(hashval)];
memset(&h, 0, sizeof (struct hostdata));
struct hostdata *h_next;
static struct hostdata *addhost(int, const void *, const char *, char **);
return ((struct hostdata *)h);
static struct hostdata *
struct hostdata *retval;
return ((struct hostdata *)h);
static struct hostdata *
register struct hostdata **hp, *n;
n = (struct hostdata *)malloc(sizeof (struct hostdata4));
hp = (struct hostdata **)&h_table4[iphash(hashval)];
n = (struct hostdata *)malloc(sizeof (struct hostdata6));
hp = (struct hostdata **)&h_table6[iphash(hashval)];
struct hostdata *hostp;
struct hostdata *h_next;
static struct hostdata *addhost(int, void *, char *);
static struct hostdata *
#define SCP2HOSTDATA(scp) SCP2HOST(scp)->hostdata /* to soft state */
#define SCSIHOST2ADAP(host) (((caddr_t *)(host->hostdata))[0])
#define SCP2HOSTDATA(scp) SCP2HOST(scp)->hostdata /* to soft state */
#define SCSIHOST2ADAP(host) (((caddr_t *)(host->hostdata))[0])