Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/s390/
Dc7000.txt17 lappl0=s3 This parameter defines the local application name
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.c372 static char *lappl0; variable
451 MODULE_PARM(lappl0, "s");
452 MODULE_PARM_DESC(lappl0, "Application name for 1st C7000 box.");
2950 if (lappl0 != NULL) in c7000_init()
2951 c7000_fill_name(ccp->lappl, lappl0); in c7000_init()