Searched refs:hms (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/sys/modules/hid/hms/
H A DMakefile4 KMOD= hms
5 SRCS= hms.c
/freebsd-current/sys/modules/hid/
H A DMakefile15 hms \
/freebsd-current/sys/dev/hid/
H A Dhms.c109 /* A match on these entries will load hms */
331 DEFINE_CLASS_0(hms, hms_driver, hms_methods, sizeof(struct hms_softc));
332 DRIVER_MODULE(hms, hidbus, hms_driver, NULL, NULL);
333 MODULE_DEPEND(hms, hid, 1, 1, 1);
334 MODULE_DEPEND(hms, hidbus, 1, 1, 1);
335 MODULE_DEPEND(hms, hidmap, 1, 1, 1);
336 MODULE_DEPEND(hms, evdev, 1, 1, 1);
337 MODULE_VERSION(hms, 1);
/freebsd-current/crypto/heimdal/
H A Dconfig.sub609 os=-hms
617 os=-hms
994 os=-hms
1287 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1322 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1680 -hms*)
/freebsd-current/contrib/openbsm/config/
H A Dconfig.sub509 os=-hms
517 os=-hms
859 os=-hms
1129 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1160 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1479 -hms*)
/freebsd-current/contrib/ncurses/
H A Dconfig.sub326 os=hms
334 os=hms
1347 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1769 hms*)
/freebsd-current/contrib/libevent/build-aux/
H A Dconfig.sub326 os=hms
334 os=hms
1347 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1769 hms*)
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub676 os=-hms
684 os=-hms
1090 os=-hms
1377 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1413 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1782 -hms*)
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfig.sub673 os=-hms
681 os=-hms
1087 os=-hms
1374 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1410 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1779 -hms*)
/freebsd-current/contrib/dialog/
H A Dconfig.sub325 basic_os=hms
333 basic_os=hms
1704 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1827 *-hms*)
/freebsd-current/contrib/sqlite3/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1735 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1866 *-hms*)
/freebsd-current/crypto/openssh/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1739 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1883 *-hms*)
/freebsd-current/contrib/byacc/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1735 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1866 *-hms*)
/freebsd-current/contrib/tcpdump/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1739 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1883 *-hms*)
/freebsd-current/contrib/openpam/
H A Dconfig.sub275 os=hms
283 os=hms
1352 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1777 hms*)
/freebsd-current/contrib/ldns/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1735 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1866 *-hms*)
/freebsd-current/contrib/libpcap/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1739 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1883 *-hms*)
/freebsd-current/contrib/file/
H A Dconfig.sub340 basic_os=hms
348 basic_os=hms
1731 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1861 *-hms*)
/freebsd-current/contrib/unbound/
H A Dconfig.sub341 basic_os=hms
349 basic_os=hms
1749 | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
1947 *-hms*)
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dchrono.inc184 // [time.hms], class template hh_mm_ss
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c244 static char *hms(void);
2828 fprintf(rtlog, "%s: ADD: %s/%d gw %s [%d] ifa %s\n", hms(),
2898 hms(), inet6_n2p(&np->rip6_dest), np->rip6_plen, buf2);
3030 fprintf(dump, "%s: Interface Table Dump\n", hms());
3127 fprintf(dump, "\n%s: Routing Table Dump\n", hms());
3423 hms(void) function
3489 fprintf(stderr, "%s: ", hms());
/freebsd-current/sys/dev/hyperv/input/
H A Dhv_hid.c562 MODULE_DEPEND(hv_hid, hms, 1, 1, 1);
/freebsd-current/share/man/man4/
H A DMakefile196 hms.4 \

Completed in 239 milliseconds