Searched defs:gpsd_unit (Results 1 – 1 of 1) sorted by relevance
283 struct gpsd_unit { struct285 gpsd_unitT *next_unit; argument286 size_t refcount;289 peerT *pps_peer;292 int unit;293 int mode;294 char *logname; /* cached name for log/print */295 char * device; /* device name of unit */298 uint32_t proto_version;301 l_fp pps_local; /* when we received the PPS message */[all …]