Home
last modified time | relevance | path

Searched refs:GPS_PATH_MAX (Results 1 – 6 of 6) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A Dgps.h86 #define GPS_PATH_MAX 128 /* for names like /dev/serial/by-id/... */ macro
1909 char remote[GPS_PATH_MAX]; /* could be from a remote device */
1913 char path[GPS_PATH_MAX];
1938 char devpath[GPS_PATH_MAX]; /* specific device to watch */
1939 char remote[GPS_PATH_MAX]; /* ...if this was passthrough */
/dports/astro/gpsd/gpsd-3.20/
H A Dgps.h83 #define GPS_PATH_MAX 128 /* for names like /dev/serial/by-id/... */ macro
2090 char remote[GPS_PATH_MAX]; /* could be from a remote device */
2095 char path[GPS_PATH_MAX];
2124 char devpath[GPS_PATH_MAX]; /* specific device to watch */
2125 char remote[GPS_PATH_MAX]; /* ...if this was passthrough */
H A Dtimehint.c269 char chrony_path[GPS_PATH_MAX]; in init_hook()
H A Dlibgpsd_core.c214 #define HOOK_CMD_MAX (sizeof(DEVICEHOOKPATH) + GPS_PATH_MAX \
474 char server[GPS_PATH_MAX], *host, *port; in gpsd_open()
499 char server[GPS_PATH_MAX], *host, *port; in gpsd_open()
526 char server[GPS_PATH_MAX], *host, *port; in gpsd_open()
H A Dgpsd.c728 if (strlen(device_name) >= GPS_PATH_MAX) { in gpsd_add_device()
731 device_name, GPS_PATH_MAX); in gpsd_add_device()
H A Ddriver_nmea2000.c1577 char interface_name[GPS_PATH_MAX]; in nmea2000_open()