Home
last modified time | relevance | path

Searched refs:pt_name (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/
Dsmtparse.c48 char *pt_name ; member
153 for (pt = ptab ; (v = pt->pt_name) ; pt++) {
164 printf("=>%s<==>%s<=\n",pt->pt_name,valbuf) ;
177 DB_MAIN("SET %s = %s\n",pt->pt_name,smc->mib.fddiPRPMFPasswd) ;
184 DB_MAIN("SET %s = %s\n",pt->pt_name,smc->mib.fddiSMTUserData) ;
189 pt->pt_name,smc->mib.p[PA].fddiPORTLer_Cutoff) ;
194 pt->pt_name,smc->mib.p[PB].fddiPORTLer_Cutoff) ;
199 pt->pt_name,smc->mib.p[PA].fddiPORTLer_Alarm) ;
204 pt->pt_name,smc->mib.p[PB].fddiPORTLer_Alarm) ;
207 DB_MAIN("SET %s = %d\n",pt->pt_name,val) ;
[all …]
/linux-2.4.37.9/fs/efs/
Dsuper.c86 for(pt_entry = sgi_pt_types; pt_entry->pt_name; pt_entry++) { in module_exit()
96 (pt_entry->pt_name) ? pt_entry->pt_name : "unknown"); in module_exit()
111 (pt_entry->pt_name) ? pt_entry->pt_name : "unknown", in module_exit()
/linux-2.4.37.9/include/linux/
Defs_vh.h49 char *pt_name; member