Searched defs:Info (Results 1 – 7 of 7) sorted by relevance
27 typedef struct Info Info; typedef28 struct Info struct30 int indb; /* true if found in database */31 char domain[Maxstr]; /* system domain name */32 char bootf[Maxstr]; /* boot file */33 char bootf2[Maxstr]; /* alternative boot file */34 uchar tftp[NDB_IPlen]; /* ip addr of tftp server */35 uchar tftp2[NDB_IPlen]; /* ip addr of alternate server */59 extern Binding* idtobinding(char*, Info*, int); argument
480 typedef struct Info Info; typedef481 struct Info struct487 Info partinfo[] = { argument
1102 static char *Info = "info "; in epctl() local
1101 static char *Info = "info "; in epctl() local
1119 static char *Info = "info "; in epctl() local
508 cos_dict_t *Info; member