| /freebsd-12.1/sys/kern/ |
| H A D | subr_rtc.c | 107 int resolution; member 214 clock_register_flags(device_t clockdev, long resolution, int flags) in clock_register_flags() argument 220 newrtc->resolution = (int)resolution; in clock_register_flags() 223 newrtc->resadj.tv_sec = newrtc->resolution / 2 / 1000000; in clock_register_flags() 224 newrtc->resadj.tv_nsec = newrtc->resolution / 2 % 1000000 * 1000; in clock_register_flags() 233 if (rtc->resolution > newrtc->resolution) { in clock_register_flags() 246 newrtc->resolution / 1000000, newrtc->resolution % 1000000); in clock_register_flags()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | modem | 8 >29 byte 1 \b, fine resolution 9 >29 byte 0 \b, normal resolution 83 >>6 leshort 200 \b, fine resolution 84 >>6 leshort 100 \b, normal resolution
|
| H A D | jpeg | 25 # Next, the resolution or aspect ratio of the image: 27 >>13 byte 1 \b, resolution (DPI) 28 >>13 byte 2 \b, resolution (DPCM)
|
| H A D | pc98 | 7 # The image resolution should be X=(44.L - 40.L) and Y=(46.L - 42.L), but I couldn't find a way to … 42 # - 256x212 image with 19268 YJK colors. The usual resolution and color information fields from the…
|
| /freebsd-12.1/sys/dev/isl/ |
| H A D | isl.c | 265 int resolution; in isl_sysctl() local 276 resolution = resolutions[(rbyte & CMD2_MASK_RESOLUTION) in isl_sysctl() 283 CMD1_MASK_ALS_ONCE) * range) >> resolution; in isl_sysctl() 292 arg = (1 << resolution); in isl_sysctl()
|
| /freebsd-12.1/contrib/ntp/ntpsnmpd/ |
| H A D | ntpSnmpSubagentObject.c | 428 u_int32 resolution; in get_ntpEntTimeResolution() local 441 resolution = 1 << -precision; in get_ntpEntTimeResolution() 445 (void *)&resolution, in get_ntpEntTimeResolution() 446 sizeof(resolution)); in get_ntpEntTimeResolution()
|
| /freebsd-12.1/sys/dev/atkbdc/ |
| H A D | psm.c | 535 int resolution; member 1548 sc->dflt_mode.resolution = sc->mode.resolution = stat[1]; 1551 sc->dflt_mode.resolution = sc->mode.resolution = -1; 1655 sc->dflt_mode.resolution = sc->mode.resolution = stat[1]; 2737 mode.resolution = sc->dflt_mode.resolution; 2742 mode.resolution = MOUSE_RES_LOW - mode.resolution; 2772 sc->mode.resolution = mode.resolution; 2833 mode.resolution = sc->dflt_mode.resolution; 2835 mode.resolution = sc->mode.resolution; 2837 mode.resolution = MOUSE_RES_LOW - mode.resolution; [all …]
|
| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | ps2mouse.c | 100 uint8_t resolution; member 234 sc->resolution = 4; in ps2mouse_reset() 288 sc->resolution = val; in ps2mouse_write() 348 fifo_put(sc, sc->resolution); in ps2mouse_write()
|
| /freebsd-12.1/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap-opts.def | 28 descrip = "Use only IPv4 addresses for DNS name resolution"; 30 Force DNS resolution of following host names on the command line 39 descrip = "Use only IPv6 addresses for DNS name resolution"; 41 Force DNS resolution of following host names on the command line
|
| H A D | invoke-update-leap.texi | 163 This is the ``use only ipv4 addresses for dns name resolution'' option. 173 Force DNS resolution of following host names on the command line 182 descrip = "Use only IPv6 addresses for DNS name resolution"; 184 Force DNS resolution of following host names on the command line
|
| /freebsd-12.1/usr.sbin/moused/ |
| H A D | moused.c | 435 .resolution = MOUSE_RES_UNKNOWN, 675 rodent.resolution = MOUSE_RES_HIGH; in main() 677 rodent.resolution = MOUSE_RES_HIGH; in main() 679 rodent.resolution = MOUSE_RES_MEDIUMLOW; in main() 681 rodent.resolution = MOUSE_RES_LOW; in main() 683 rodent.resolution = MOUSE_RES_DEFAULT; in main() 685 rodent.resolution = atoi(optarg); in main() 686 if (rodent.resolution <= 0) { in main() 1513 rodent.mode.resolution = MOUSE_RES_UNKNOWN; in r_identify() 1779 if (rodent.resolution != MOUSE_RES_UNKNOWN) in r_init() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | heim_err.et | 37 error_code AGAIN, "temporary failure in name resolution" 39 error_code FAIL, "non-recoverable failure in name resolution"
|
| /freebsd-12.1/sys/dev/adb/ |
| H A D | adb_mouse.c | 171 sc->mode.resolution = 100; in adb_mouse_attach() 187 sc->mode.resolution = 100; in adb_mouse_attach() 190 sc->mode.resolution = 200; in adb_mouse_attach() 199 sc->mode.resolution = (r1[4] << 8) | r1[5]; in adb_mouse_attach() 225 sc->hw.buttons, sc->mode.resolution,description); in adb_mouse_attach()
|
| /freebsd-12.1/share/examples/printing/ |
| H A D | hpvf | 8 giftopnm | ppmtopgm | pgmtopbm | pbmtolj -resolution 300 \
|
| /freebsd-12.1/contrib/ntp/ntpdc/ |
| H A D | invoke-ntpdc.texi | 82 -4 no ipv4 Force IPv4 DNS name resolution 84 -6 no ipv6 Force IPv6 DNS name resolution 130 This is the ``force ipv4 dns name resolution'' option. 140 Force DNS resolution of following host names on the command line 146 This is the ``force ipv6 dns name resolution'' option. 156 Force DNS resolution of following host names on the command line
|
| /freebsd-12.1/tools/tools/netmap/ |
| H A D | nmreplay.c | 224 uint32_t resolution; /* 1000 for us, 1 for ns */ member 350 pf->resolution = 1000; in readpcap() 354 pf->resolution = 1000; in readpcap() 358 pf->resolution = 1; /* nanoseconds */ in readpcap() 362 pf->resolution = 1; /* nanoseconds */ in readpcap() 369 ED("swap %d res %d\n", pf->swap, pf->resolution); in readpcap() 377 read_next_info(pf, 4) * pf->resolution; in readpcap() 793 read_next_info(pf, 4) * pf->resolution; in pcap_prod() 1434 The resolution for times is 1ns, the precision is load dependent and
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | README.md | 7 …llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=1094…
|
| /freebsd-12.1/release/picobsd/tinyware/view/ |
| H A D | README | 28 -r x resolution: 58 Command line arguments (gamma and resolution) are as above. You can also use
|
| /freebsd-12.1/sys/contrib/alpine-hal/ |
| H A D | al_hal_iofic.c | 67 uint8_t resolution) in al_iofic_moder_res_config() argument 80 resolution); in al_iofic_moder_res_config()
|
| H A D | al_hal_iofic.h | 92 uint8_t resolution);
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntpdbase-opts.def | 15 descrip = "Force IPv4 DNS name resolution"; 17 Force DNS resolution of following host names on the command line 26 descrip = "Force IPv6 DNS name resolution"; 28 Force DNS resolution of following host names on the command line 222 Set the Windows Multimedia Timer to highest resolution. This 223 ensures the resolution does not change while ntpd is running,
|
| /freebsd-12.1/sys/dev/syscons/ |
| H A D | sysmouse.c | 157 mode->resolution = -1; /* unknown */ in smdev_ioctl() 167 mode->resolution = -1; in smdev_ioctl()
|
| /freebsd-12.1/contrib/ntp/sntp/ |
| H A D | sntp-opts.def | 26 descrip = "Force IPv4 DNS name resolution"; 28 Force DNS resolution of the following host names on the command line 37 descrip = "Force IPv6 DNS name resolution"; 39 Force DNS resolution of the following host names on the command line
|
| H A D | invoke-sntp.texi | 108 -4 no ipv4 Force IPv4 DNS name resolution 110 -6 no ipv6 Force IPv6 DNS name resolution 163 This is the ``force ipv4 dns name resolution'' option. 173 Force DNS resolution of the following host names on the command line 179 This is the ``force ipv6 dns name resolution'' option. 189 Force DNS resolution of the following host names on the command line
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_hid.c | 885 int64_t resolution; in hid_item_resolution() local 918 resolution = logical_size * multiplier * scale[hi->unit_exponent][0] / in hid_item_resolution() 921 if (resolution > INT32_MAX) in hid_item_resolution() 924 return (resolution); in hid_item_resolution()
|