HomeSort by: relevance | last modified time | path
    Searched defs:detect (Results 1 - 14 of 14) sorted by relevancy

  /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/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
intel_crt.c 451 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
507 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa);
549 * On 4 series desktop, CRT detect sequence need to be done twice
668 DRM_DEBUG_KMS("starting load-detect on CRT\n");
707 int count, detect; local
741 detect = 0;
748 detect++;
760 status = detect * 4 > count * 3 ?
859 /* for pre-945g platforms use load detect */
882 * Make sure the refs for power wells enabled during detect ar
    [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.
drm_connector.h 707 * @detect:
732 enum drm_connector_status (*detect)(struct drm_connector *connector, member in struct:drm_connector_funcs
741 * @detect callback isn't called.
  /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/external/bsd/ipf/dist/ipsd/
ipsd.c 112 int detect(ip, tcp) function
ipsdr.c 122 int detect(srcip, dport, date) function
205 detect(hp[i].sh_ip, ips->sd_port, hp[i].sh_date);
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 299 /* Class used to detect which set of ptrace requests that
373 /* Detect the available interface, if any, if it hasn't been detected
376 void detect (const ptid_t &ptid) function
412 detect the interface with another thread in the future would be
457 detect which interface is available. */
2051 m_dreg_interface.detect (inferior_ptid);
2106 m_dreg_interface.detect (inferior_ptid);
2185 m_dreg_interface.detect (inferior_ptid);
2204 m_dreg_interface.detect (inferior_ptid);
2245 m_dreg_interface.detect (inferior_ptid)
    [all...]
remote.c 112 as allowing GDB to auto-detect support in the remote stub. */
647 This variable (NOT available to the user: auto-detect only!)
650 This is an auto-detect variable (set to true at each connect,
744 enum auto_boolean detect; member in struct:packet_config
806 { return m_protocol_packets[packet].detect; }
2443 remote->m_features.m_protocol_packets[packet_idx].detect = value;
2445 remote_protocol_packets[packet_idx].detect = value;
2480 switch (config->detect)
2494 get_packet_support_name (config->detect));
2516 &config->detect, set_doc.get ()
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 299 /* Class used to detect which set of ptrace requests that
373 /* Detect the available interface, if any, if it hasn't been detected
376 void detect (const ptid_t &ptid) function
412 detect the interface with another thread in the future would be
457 detect which interface is available. */
2051 m_dreg_interface.detect (inferior_ptid);
2106 m_dreg_interface.detect (inferior_ptid);
2185 m_dreg_interface.detect (inferior_ptid);
2204 m_dreg_interface.detect (inferior_ptid);
2245 m_dreg_interface.detect (inferior_ptid)
    [all...]
remote.c 109 as allowing GDB to auto-detect support in the remote stub. */
624 This variable (NOT available to the user: auto-detect only!)
627 This is an auto-detect variable (set to true at each connect,
717 enum auto_boolean detect; member in struct:packet_config
779 { return m_protocol_packets[packet].detect; }
2399 remote->m_features.m_protocol_packets[packet_idx].detect = value;
2401 remote_protocol_packets[packet_idx].detect = value;
2436 switch (config->detect)
2450 get_packet_support_name (config->detect));
2474 &config->detect, set_doc.get ()
    [all...]

Completed in 68 milliseconds