Home
last modified time | relevance | path

Searched refs:logwarnx (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c154 #define logwarnx(...) \ macro
766 logwarnx("cannot open devd socket"); in main()
794 logwarnx("cannot open configuration file %s", config_file); in main()
1409 logwarnx("unable to get device %s name", dev->path); in r_init_dev_evdev()
1417 logwarnx("unable to get device %s ID", dev->path); in r_init_dev_evdev()
1433 logwarnx("unable to MOUSE_SETLEVEL for device %s", dev->path); in r_init_dev_sysmouse()
1437 logwarnx("unable to MOUSE_GETLEVEL for device %s", dev->path); in r_init_dev_sysmouse()
1441 logwarnx("unable to set level to 1 for device %s", dev->path); in r_init_dev_sysmouse()
1446 logwarnx("unable to MOUSE_GETMODE for device %s", dev->path); in r_init_dev_sysmouse()
1450 logwarnx("unable to set sysmouse protocol for device %s", in r_init_dev_sysmouse()
[all …]
/freebsd/usr.sbin/moused/msconvd/
H A Dmsconvd.c115 #define logwarnx(...) \ macro
588 logwarnx("cannot determine mouse type on %s", rodent.portname); in main()
984 logwarnx("unknown mouse protocol (%d)", rodent.mode.protocol); in r_identify()
990 logwarnx("mouse type mismatch (%s != %s), %s is assumed", in r_identify()
1030 logwarnx("mouse type mismatch (%s != %s), %s is assumed", in r_identify()
2290 logwarnx("PnP checksum error", 0); in pnpparse()
2586 logwarnx("failed accept on mouse remote socket"); in mremote_clientchg()