Home
last modified time | relevance | path

Searched refs:stype (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/alloc_class/
H A Dalloc_class_009_pos.ksh34 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 Dalloc_class_004_pos.ksh36 typeset stype=""
42 stype="mirror"
45 stype="mirror"
48 stype=""
53 special $stype $sdisks
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/ia32/sys/
H A Dasm_linkage.h176 #define ANSI_PRAGMA_WEAK(sym, stype) \ argument
178 .type sym, @stype; \
186 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument
188 .type sym1, @stype; \
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dasm_linkage.h179 #define ANSI_PRAGMA_WEAK(sym, stype) \ argument
183 .type _/**/sym, @stype; \
191 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument
193 .type sym1, @stype; \
/f-stack/freebsd/sys/
H A Dstats.h422 enum voi_stype stype : 8; /* Stat type. */ member
445 .stype = (st), \
850 voi_id, stype, retdtype, retvsd, retvsdsz)); in stats_voistat_fetch_dptr()
855 enum voi_stype stype, int64_t *ret) in stats_voistat_fetch_s64() argument
861 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_s64()
873 enum voi_stype stype, uint64_t *ret) in stats_voistat_fetch_u64() argument
879 if ((error = stats_voistat_fetch_dptr(sb, voi_id, stype, &vs_dtype, &vsd, in stats_voistat_fetch_u64()
891 enum voi_stype stype, int32_t *ret) in stats_voistat_fetch_s32() argument
909 enum voi_stype stype, uint32_t *ret) in stats_voistat_fetch_u32() argument
927 enum voi_stype stype, long *ret) in stats_voistat_fetch_slong() argument
[all …]
/f-stack/freebsd/kern/
H A Dsubr_stats.c879 switch (vss->stype) {
1237 if (vss[i].stype == 0 || vss[i].stype >= VS_NUM_STYPES ||
1355 tmpstat->stype = vss[i].stype;
1559 tmpvoistat->stype = -1;
1611 if (vs->stype < 0 &&
2072 if (vs->stype < 0) {
2162 if (vs->stype < 0) {
2263 sbv.vs_stype = vs->stype;
2304 switch (vs->stype) {
3552 if (vs->stype < 0)
[all …]
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_fc_mgr.c239 enum tf_tbl_type stype = TF_TBL_TYPE_ACT_STATS_64; /* TBD: Template? */ in ulp_bulk_get_flow_stats() local
245 parms.type = stype; in ulp_bulk_get_flow_stats()
294 enum tf_tbl_type stype = TF_TBL_TYPE_ACT_STATS_64; /* TBD:Template? */ in ulp_get_single_flow_stat() local
300 parms.type = stype; in ulp_get_single_flow_stat()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dasync.c369 char *stype; in __redisGetSubscribeCallback() local
377 stype = reply->element[0]->str; in __redisGetSubscribeCallback()
378 pvariant = (tolower(stype[0]) == 'p') ? 1 : 0; in __redisGetSubscribeCallback()
393 if (strcasecmp(stype+pvariant,"unsubscribe") == 0) { in __redisGetSubscribeCallback()