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

  /src/sys/dev/ic/
cy.c 1078 u_char save_car, save_rir, serv_type; local
1087 serv_type = cd_read_reg(sc, cy_chip, CD1400_RIVR);
1088 cy = &sc->sc_ports[serv_type >> 3];
1096 if (ISSET(serv_type, CD1400_RIVR_EXCEPTION)) {
1192 u_char save_car, save_mir, serv_type, modem_stat; local
1199 serv_type = cd_read_reg(sc, cy_chip, CD1400_MIVR);
1200 cy = &sc->sc_ports[serv_type >> 3];
1225 u_char save_car, save_tir, serv_type, local
1234 serv_type = cd_read_reg(sc, cy_chip, CD1400_TIVR);
1235 cy = &sc->sc_ports[serv_type >> 3]
    [all...]
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_digestmd5.c 712 * @param serv_type type of service to use, e.g., "smtp"
723 const char *serv_type; local
727 serv_type = saslc_sess_getprop(sess, SASLC_DIGESTMD5_SERVICE);
728 if (serv_type == NULL) {
756 ? asprintf(&r, "%s/%s", serv_type, serv_host)
757 : asprintf(&r, "%s/%s/%s", serv_type, serv_host, serv_name);
  /src/external/bsd/tcpdump/dist/
print-radius.c 156 #define SERV_TYPE 6
239 static const char *serv_type[]={ NULL, variable
624 { "Service-Type", serv_type, TAM_SIZE(serv_type)-1, 1, print_attr_num },

Completed in 46 milliseconds