Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/s390/
Dc7000.txt21 uappl0=s4 This parameter defines the unit application name and
44 uappl0="TCPIP" dbg=0 noauto=1
65 options c7000 base0=0xYYYY lhost0=s1 uhost0=s2 lappl0=s3 uappl0=s4
/linux-2.4.37.9/drivers/s390/net/
Dc7000.c390 static char *uappl0; variable
478 MODULE_PARM(uappl0, "s");
479 MODULE_PARM_DESC(uappl0, "Unit application name for 1st C7000 box.");
2956 if (uappl0 != NULL) in c7000_init()
2957 c7000_fill_name(ccp->uappl, uappl0); in c7000_init()