/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_sense.c | 65 enum mlx4_port_type *stype, in mlx4_do_sense_ports() argument 73 stype[i - 1] = 0; in mlx4_do_sense_ports() 76 err = mlx4_SENSE_PORT(dev, i, &stype[i - 1]); in mlx4_do_sense_ports() 78 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 80 stype[i - 1] = defaults[i - 1]; in mlx4_do_sense_ports() 87 stype[i] = stype[i] ? stype[i] : defaults[i]; in mlx4_do_sense_ports() 98 enum mlx4_port_type stype[MLX4_MAX_PORTS]; in mlx4_sense_port() local 105 mlx4_do_sense_ports(dev, stype, &dev->caps.port_type[1]); in mlx4_sense_port() 107 if (mlx4_check_port_params(dev, stype)) in mlx4_sense_port() 110 if (mlx4_change_port_types(dev, stype)) in mlx4_sense_port()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_suppressions.cpp | 96 static uptr IsSuppressed(const char *stype, const AddressInfo &info, in IsSuppressed() argument 98 if (suppression_ctx->Match(info.function, stype, sp) || in IsSuppressed() 99 suppression_ctx->Match(info.file, stype, sp) || in IsSuppressed() 100 suppression_ctx->Match(info.module, stype, sp)) { in IsSuppressed() 113 const char *stype = conv(typ); in IsSuppressed() local 114 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed() 118 uptr pc = IsSuppressed(stype, frame->info, sp); in IsSuppressed() 122 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr) in IsSuppressed() 132 const char *stype = conv(typ); in IsSuppressed() local 133 if (0 == internal_strcmp(stype, kSuppressionNone)) in IsSuppressed() [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | seq.c | 35 CHAR_T *output, size_t olen, seq_t stype, int flags) in seq_set() argument 49 seq_find(sp, &lastqp, NULL, input, ilen, stype, NULL)) != NULL) { in seq_set() 104 qp->stype = stype; in seq_set() 128 seq_delete(SCR *sp, CHAR_T *input, size_t ilen, seq_t stype) in seq_delete() argument 134 if (qp->stype == stype && qp->ilen == ilen) { in seq_delete() 179 seq_t stype, int *ispartialp) in seq_find() argument 206 qp->stype != stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_find() 213 qp->stype != stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_find() 274 seq_dump(SCR *sp, seq_t stype, int isname) in seq_dump() argument 284 if (stype != qp->stype || F_ISSET(qp, SEQ_FUNCMAP)) in seq_dump() [all …]
|
H A D | seq.h | 29 seq_t stype; /* Sequence type. */ member
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_map.c | 44 seq_t stype; in ex_map() local 47 stype = FL_ISSET(cmdp->iflags, E_C_FORCE) ? SEQ_INPUT : SEQ_COMMAND; in ex_map() 51 if (seq_dump(sp, stype, 1) == 0) in ex_map() 52 msgq(sp, M_INFO, stype == SEQ_INPUT ? in ex_map() 75 cmdp->argv[1]->bp, cmdp->argv[1]->len, stype, in ex_map() 79 sp->gp->scr_fmap(sp, stype, input, cmdp->argv[0]->len, in ex_map() 84 nofunc: if (stype == SEQ_COMMAND && input[1] == '\0') in ex_map() 95 cmdp->argv[1]->bp, cmdp->argv[1]->len, stype, SEQ_USERDEF)); in ex_map()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/ |
H A D | alloc_class_009_pos.ksh | 34 typeset stype="" 41 stype="mirror" 45 stype="mirror" 48 stype="" 57 log_must zpool add ${props} $TESTPOOL special $stype $sdisks 60 special $stype $sdisks
|
H A D | alloc_class_004_pos.ksh | 36 typeset stype="" 42 stype="mirror" 45 stype="mirror" 48 stype="" 53 special $stype $sdisks
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_cfg_bundle.c | 56 inst->stype == device->instances[i]->stype) { in adf_cfg_get_free_instance() 86 if (inst->stype != bundle_inst->stype) { in adf_cfg_get_ring_pairs_from_bundle() 119 switch (inst->stype) { in adf_cfg_get_ring_pairs_from_bundle() 140 pr_err("1 Unknown service type %d of instance\n", inst->stype); in adf_cfg_get_ring_pairs_from_bundle() 144 bundle_inst->stype = USED; in adf_cfg_get_ring_pairs_from_bundle()
|
H A D | adf_cfg_bundle.h | 15 #define ASSIGN_SERV_TO_RINGS(bund, index, base, stype, rng_per_srv) \ argument 21 typeof(stype) t = (stype); \
|
H A D | adf_cfg_instance.c | 11 instance->stype = CRYPTO; in crypto_instance_init() 67 instance->stype = COMP; in dc_instance_init() 99 instance->stype = ASYM; in asym_instance_init() 131 instance->stype = SYM; in sym_instance_init()
|
/freebsd/sys/sys/ |
H A D | stats.h | 420 enum voi_stype stype : 8; /* Stat type. */ member 443 .stype = (st), \ 737 enum voi_stype stype, enum vsd_dtype *retdtype, struct voistatdata **retvsd, 843 enum voi_stype stype, enum vsd_dtype *retdtype, struct voistatdata **retvsd, in stats_voistat_fetch_dptr() argument 848 voi_id, stype, retdtype, retvsd, retvsdsz)); in stats_voistat_fetch_dptr() 853 enum voi_stype stype, int64_t *ret) in stats_voistat_fetch_s64() argument 859 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_s64() 871 enum voi_stype stype, uint64_t *ret) in stats_voistat_fetch_u64() argument 877 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_u64() 889 enum voi_stype stype, int32_t *ret) in stats_voistat_fetch_s32() argument [all …]
|
/freebsd/tools/tools/net80211/w00t/assoc/ |
H A D | assoc.c | 257 int type, stype; in generic_process() local 274 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in generic_process() 353 if (stype != IEEE80211_FC0_SUBTYPE_DATA) { in generic_process() 355 stype >> IEEE80211_FC0_SUBTYPE_SHIFT); in generic_process() 589 int type, stype; in read_wifi() local 605 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in read_wifi() 609 switch (stype) { in read_wifi() 623 stype >> IEEE80211_FC0_SUBTYPE_SHIFT); in read_wifi() 636 if (stype == IEEE80211_FC0_SUBTYPE_DEAUTH || in read_wifi() 637 stype == IEEE80211_FC0_SUBTYPE_DISASSOC) { in read_wifi() [all …]
|
/freebsd/sys/dev/qat/qat_api/qat_direct/include/ |
H A D | icp_adf_transport.h | 64 adf_service_type_t stype, 79 adf_service_type_t stype, 94 adf_service_type_t stype,
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_value_fmts.c | 298 bhnd_nvram_type stype; in bhnd_nvram_val_bcm_hex_encode_elem() local 300 stype = BHND_NVRAM_TYPE_INT64; in bhnd_nvram_val_bcm_hex_encode_elem() 305 stype); in bhnd_nvram_val_bcm_hex_encode_elem() 312 stype, outp, olen, otype)); in bhnd_nvram_val_bcm_hex_encode_elem() 790 bhnd_nvram_type stype; in bhnd_nvram_val_bcm_macaddr_string_next() local 795 str = bhnd_nvram_val_bytes(value, &slen, &stype); in bhnd_nvram_val_bcm_macaddr_string_next() 796 BHND_NV_ASSERT(stype == BHND_NVRAM_TYPE_STRING, in bhnd_nvram_val_bcm_macaddr_string_next() 797 ("unsupported type: %d", stype)); in bhnd_nvram_val_bcm_macaddr_string_next()
|
/freebsd/sys/dev/firewire/ |
H A D | iec68113.h | 84 stype:5, member 88 stype:5,
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | symbol.c | 85 s->stype = SUndefined; in addsym() 95 if (s->stype == SUndefined) { in checkfunc()
|
H A D | asn1parse.y | 280 s->stype = Stype; 322 s->stype = Stype; 556 if(s->stype != Stype && s->stype != SUndefined) 693 s->stype = SValue; 856 if(s->stype != SValue || 890 if(s->stype != SValue)
|
/freebsd/contrib/nvi/cl/ |
H A D | cl_term.c | 173 (void)cl_pfmap(sp, qp->stype, in cl_term_init() 209 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap() argument 217 return (cl_pfmap(sp, stype, from, flen, to, tlen)); in cl_fmap() 225 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_pfmap() argument 251 ts, strlen(p), to, tlen, stype, SEQ_NOOVERWRITE | SEQ_SCREEN)); in cl_pfmap()
|
/freebsd/tools/tools/net80211/wesside/wesside/ |
H A D | wesside.c | 995 int type,stype; in stuff_for_us() local 999 stype = wh->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in stuff_for_us() 1005 if (stype == IEEE80211_FC0_SUBTYPE_ACK) { in stuff_for_us() 1010 if (stype == IEEE80211_FC0_SUBTYPE_RTS) { in stuff_for_us() 1014 if (stype == IEEE80211_FC0_SUBTYPE_CTS) { in stuff_for_us() 1017 time_print ("got CTL=%x\n", stype); in stuff_for_us() 1023 if (stype == IEEE80211_FC0_SUBTYPE_DEAUTH) { in stuff_for_us() 1031 else if (stype == IEEE80211_FC0_SUBTYPE_AUTH) { in stuff_for_us() 1063 else if (stype == IEEE80211_FC0_SUBTYPE_ASSOC_RESP) { in stuff_for_us() 1082 } else if (stype == IEEE80211_FC0_SUBTYPE_PROBE_RESP) { in stuff_for_us() [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 62 my $stype = uc(_param('type', %a) || "FILE"); 75 unless ($LEGAL_TYPE{$stype}) { 77 Carp::croak("Illegal value `$stype' for TYPE parameter"); 81 TYPE => $stype,
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 69 int8_t stype; /* Type of stat e.g. VS_STYPE_SUM. */ member 874 switch (vss->stype) { 1244 if (vss[i].stype == 0 || vss[i].stype >= VS_NUM_STYPES || 1248 if ((int)vss[i].stype > newvoistatmaxid) 1249 newvoistatmaxid = vss[i].stype; 1349 tmpstat->stype = VS_STYPE_VOISTATE; 1359 (vss[i].stype * sizeof(struct voistat))); 1360 KASSERT(tmpstat->stype < 0, ("voistat %p " 1362 tmpstat->stype = vss[i].stype; 1420 enum voi_stype stype, enum vsd_dtype *retdtype, struct voistatdata **retvsd, argument [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | salt.c | 40 krb5_salttype stype, in krb5_salttype_to_string() argument 56 if (st->type == stype) { in krb5_salttype_to_string() 67 "salttype %d not supported", stype); in krb5_salttype_to_string()
|
/freebsd/contrib/blocklist/port/ |
H A D | popenve.c | 91 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; in pdes_get() local 93 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0) in pdes_get()
|
/freebsd/contrib/tcpdump/ |
H A D | print-ptp.c | 292 …void ptp_print_timestamp(netdissect_options *ndo, const u_char *bp, u_int *len, const char *stype); 487 ptp_print_timestamp(netdissect_options *ndo, const u_char *bp, u_int *len, const char *stype) in ptp_print_timestamp() argument 492 ND_PRINT(", %s :", stype); in ptp_print_timestamp()
|
/freebsd/tools/tools/net80211/w00t/libw00t/ |
H A D | w00t.h | 50 int frame_type(struct ieee80211_frame *wh, int type, int stype);
|