Searched refs:detect (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11.0-release/usr.bin/tip/libacu/
H A Dbiz22.c53 static int detect(char *);
84 if (!detect("7\r")) {
95 connected = detect("1\r");
166 detect(char *s) function
H A Dbiz31.c52 static int detect(char *);
94 connected = detect(" ");
171 detect(char *s) function
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile3 FILES= detect-laptop.sh detect-nics.sh detect-emulation.sh disk-info.sh \
/freebsd-11.0-release/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh136 detect-laptop) ${QUERYDIR}/detect-laptop.sh
140 detect-nics) ${QUERYDIR}/detect-nics.sh
144 detect-emulation) ${QUERYDIR}/detect-emulation.sh
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Ddvo.h120 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
H A Dintel_crt.c264 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
302 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
330 * Uses CRT_HOTPLUG_EN and CRT_HOTPLUG_STAT to detect CRT presence.
352 * On 4 series desktop, CRT detect sequence need to be done twice
479 DRM_DEBUG_KMS("starting load-detect on CRT\n");
516 int count, detect; local
548 detect = 0;
555 detect++;
567 status = detect * 4 > count * 3 ?
611 /* for pre-945g platforms use load detect */
[all...]
H A Dintel_dvo.c310 return intel_dvo->dev.dev_ops->detect(&intel_dvo->dev);
354 .detect = intel_dvo_detect,
H A Ddvo_ch7xxx.c182 /* this will detect the CH7xxx chip on the specified i2c bus */
340 .detect = ch7xxx_detect,
H A Ddvo_ivch.c263 DRM_DEBUG_KMS("ivch detect failed due to address mismatch "
436 .detect = ivch_detect,
H A Ddvo_sil164.c138 /* this will detect the SIL164 chip on the specified i2c bus */
275 .detect = sil164_detect,
H A Ddvo_tfp410.c174 /* this will detect the tfp410 chip on the specified i2c bus */
314 .detect = tfp410_detect,
H A Ddvo_ch7017.c411 .detect = ch7017_detect,
H A Dintel_lvds.c520 connector->status = connector->funcs->detect(connector, false);
617 .detect = intel_lvds_detect,
/freebsd-11.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-networking.sh67 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
92 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
135 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
307 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
332 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
/freebsd-11.0-release/contrib/ipfilter/ipsd/
H A Dslinux.c57 if (0 == detect(ip, tcp))
H A Dsbpf.c85 if (0 == detect(ip, tcp))
H A Dipsdr.c122 int detect(srcip, dport, date) function
205 detect(hp[i].sh_ip, ips->sd_port, hp[i].sh_date);
H A Dipsd.c112 int detect(ip, tcp) function
H A Dsdlpi.c76 if (0 == detect(ip, tcp))
H A Dsnit.c70 if (0 == detect(ip, tcp))
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_crtc_helper.h103 /* detect for DAC style encoders */
104 enum drm_connector_status (*detect)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc_helper.c103 * Based on the helper callbacks implemented by @connector try to detect all
139 connector->status = connector->funcs->detect(connector, true);
1009 connector->status = connector->funcs->detect(connector, false);
1092 connector->status = connector->funcs->detect(connector, false);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_connectors.c706 .detect = radeon_lvds_detect,
793 ret = encoder_funcs->detect(encoder, connector);
803 * vbios to deal with KVMs. If we have one and are not able to detect a monitor
824 .detect = radeon_vga_detect,
878 ret = encoder_funcs->detect(encoder, connector);
894 .detect = radeon_tv_detect,
974 DRM_ERROR("%s: detected RS690 floating bus bug, stopping ddc detect\n", drm_get_connector_name(connector));
1060 if (encoder_funcs->detect) {
1064 ret = encoder_funcs->detect(encoder, connector);
1075 lret = encoder_funcs->detect(encode
[all...]
/freebsd-11.0-release/share/mk/
H A Dbsd.test.mk47 # themselves have all the necessary logic to detect that the games are not
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote.c566 as allowing GDB to auto-detect support in the remote stub. */
579 enum auto_boolean detect;
596 switch (config->detect)
626 switch (config->detect)
657 config->detect = AUTO_BOOLEAN_AUTO;
666 &config->detect, set_doc, show_doc,
721 if (config->detect == AUTO_BOOLEAN_AUTO)
932 remote_protocol_Z[i].detect = remote_Z_packet_detect;
962 This variable (NOT available to the user: auto-detect only!)
965 This is an auto-detect variabl
577 enum auto_boolean detect; member in struct:packet_config
[all...]

Completed in 351 milliseconds

123