HomeSort by: relevance | last modified time | path
    Searched refs:detect (Results 1 - 25 of 200) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
pci.h 19 bool detect, bool mmio, u64 subdev_mask,
tegra.h 57 bool detect, bool mmio, u64 subdev_mask,
  /src/usr.bin/tip/aculib/
biz22.c 49 static int detect(const char *);
81 if (!detect("7\r")) {
92 connected = detect("1\r");
161 detect(const char * volatile s) function
biz31.c 50 static int detect(const char *);
88 connected = detect(" ");
163 detect(const char *s) function
  /src/usr.bin/make/unit-tests/
opt-jobs-internal.mk 22 detect-mode: .PHONY
37 @${MAKE} -f ${MAKEFILE} -J 31,32 detect-mode HEADING=${.TARGET}
41 @./${_make} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
47 @${MAKE} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
54 @./${_make} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
62 @${MAKE:U} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
66 @${MAKE:U} -f ${MAKEFILE} detect-mode HEADING=${.TARGET}
recursive.mk 7 # The purpose of evaluating that variable early was just to detect
29 # The purpose of the -dL flag is to detect unclosed variables. This
  /src/crypto/external/bsd/heimdal/dist/packages/windows/installer/
NTMakefile 132 !if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==19
134 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==18
136 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==17
138 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==16
140 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==15
142 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==14
  /src/external/bsd/iscsi/dist/include/
driver.h 98 detect: iscsi_detect, \
131 detect: iscsi_detect, \
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dvo_dev.h 107 enum drm_connector_status (*detect)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
  /src/sys/external/bsd/drm2/include/drm/
drm_encoder_slave.h 63 (*detect)(struct drm_encoder *, struct drm_connector *); member in struct:drm_encoder_slave_funcs
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
priv.h 61 bool detect, bool mmio, u64 subdev_mask,
nouveau_nvkm_engine_device_tegra.c 294 bool detect, bool mmio, u64 subdev_mask,
372 cfg, dbg, detect, mmio, subdev_mask,
394 bool detect, bool mmio, u64 subdev_mask,
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_ic.c 52 to_i2c_driver(client->dev.driver)->detect(client, info)) {
  /src/external/bsd/ipf/dist/ipsd/
slinux.c 57 if (0 == detect(ip, tcp))
sbpf.c 85 if (0 == detect(ip, tcp))
ipsdr.c 122 int detect(srcip, dport, date) function
205 detect(hp[i].sh_ip, ips->sd_port, hp[i].sh_date);
  /src/sys/external/bsd/drm2/dist/drm/
drm_encoder_slave.c 178 return get_slave_funcs(encoder)->detect(encoder, connector);
drm_probe_helper.c 282 else if (connector->funcs->detect)
283 ret = connector->funcs->detect(connector, force);
308 * This function calls the detect callbacks of the connector.
330 else if (connector->funcs->detect)
331 return connector->funcs->detect(connector, force);
344 * &drm_connector_helper_funcs try to detect all valid modes. Modes will first
635 * The poll work sets force=false when calling detect so
637 * when load detect cycles could cause flickering on
640 * the real state when userspace forces a full detect
644 * Hence clamp an unknown detect status to the ol
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_encoder_slave.h 67 enum drm_connector_status (*detect)(struct drm_encoder *encoder, member in struct:drm_encoder_slave_funcs
drm_modeset_helper_vtables.h 667 * @detect:
681 enum drm_connector_status (*detect)(struct drm_encoder *encoder, member in struct:drm_encoder_helper_funcs
861 * This function is only called after the @detect hook has indicated
889 * This is the atomic version of &drm_connector_funcs.detect.
  /src/sys/arch/hpcmips/vr/
flash_vrip.c 192 goto detect;
196 goto detect;
200 goto detect;
204 detect:
  /src/sys/dev/fdt/
hdmi_connector.c 77 * No hotplug detect pin available. Assume that we are connected.
83 * Read connect status from hotplug detect pin.
102 .detect = dispcon_hdmi_connector_detect,
  /src/external/apache2/llvm/dist/llvm/tools/msbuild/
install.bat 15 REM This means we'll need to do a little extra work to properly detect all the various
  /src/external/gpl3/gcc/dist/libgcc/
unwind-arm-common.inc 282 reached a trampoline. Try to detect jump to restorer
317 reached a trampoline. Try to detect jump to restorer
346 reached a trampoline. Try to detect jump to restorer
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-arm-common.inc 282 reached a trampoline. Try to detect jump to restorer
317 reached a trampoline. Try to detect jump to restorer
346 reached a trampoline. Try to detect jump to restorer

Completed in 25 milliseconds

1 2 3 4 5 6 7 8