Home
last modified time | relevance | path

Searched defs:Info (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/ip/dhcpd/
H A Ddat.h27 typedef struct Info Info; typedef
28 struct Info struct
30 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
/plan9/sys/src/cmd/venti/srv/
H A Dfixarenas.c480 typedef struct Info Info; typedef
481 struct Info struct
487 Info partinfo[] = { argument
/plan9/sys/src/9/omap/
H A Ddevusb.c1102 static char *Info = "info "; in epctl() local
/plan9/sys/src/9/kw/
H A Ddevusb.c1101 static char *Info = "info "; in epctl() local
/plan9/sys/src/9/pc/
H A Ddevusb.c1119 static char *Info = "info "; in epctl() local
/plan9/sys/src/9/bcm/
H A Ddevusb.c1102 static char *Info = "info "; in epctl() local
/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfx.h508 cos_dict_t *Info; member