Home
last modified time | relevance | path

Searched refs:lhost0 (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/Documentation/s390/
Dc7000.txt9 lhost0=s1 This parameter defines the local host name and
43 insmod c7000 base0=0x336c lhost0="UTS" uhost0="C7011" lappl0="TCPIP" \
65 options c7000 base0=0xYYYY lhost0=s1 uhost0=s2 lappl0=s3 uappl0=s4
/linux-2.4.37.9/drivers/s390/net/
Dc7000.c381 static char *lhost0; variable
460 MODULE_PARM(lhost0, "s");
461 MODULE_PARM_DESC(lhost0, "Host name for 1st C7000 box.");
2953 if (lhost0 != NULL) in c7000_init()
2954 c7000_fill_name(ccp->lhost, lhost0); in c7000_init()