Home
last modified time | relevance | path

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

/dports/astro/gpsd/gpsd-3.20/
H A Dlibgps.h30 extern int gps_shm_open(struct gps_data_t *);
H A Dlibgps_shm.c40 int gps_shm_open(struct gps_data_t *gpsdata) in gps_shm_open() function
H A Dlibgps_core.c78 status = gps_shm_open(gpsdata); in gps_open()