Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dgeom.subr261 if [ "$__type" != "$GEOM_CLASS_ANY" -a \
262 "$__type" != "$__class_name" ]
320 case "$__type" in
322 class|GEOM_CLASS) __type=class ;;
323 geom|GEOM_GEOM) __type=geom ;;
324 consumer|GEOM_CONSUMER) __type=consumer ;;
325 provider|GEOM_PROVIDER) __type=provider ;;
334 if [ "${__type:-class}" = "class" ]; then
345 if [ "${__type:-geom}" = "geom" ]; then
349 [ "$__type" ] &&
[all …]
H A Ddevice.subr136 local __type="$5" __enabled="$6" __init_func="$7" __get_func="$8"
146 if f_device_find -1 "$__name" "$__type" __device; then
157 $__device set type "$__type"
805 local __type="$1" __name="$2" __var_to_set="$3"
831 [ "$__type" = "$DEVICE_TYPE_ANY" ] && __type=
838 [ "${__type:-$__dev_type}" = "$__dev_type" ] || continue
898 local __name="$1" __type="$2" __var_to_set="$3"
903 [ "$__type" = "$DEVICE_TYPE_ANY" ] && type=
937 case "$__type" in
1049 [ "$__type" = "$DEVICE_TYPE_ANY" -o \
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument
20 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c192 enum pid_type __type; local
193 if ((ret = dequeue_signal(task, &set, &__info, &__type)) != 0) {
/freebsd-13.1/sys/sys/
H A Ddevctl.h17 const char *__type, const char *__data);
/freebsd-13.1/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr88 local __type __data __site
89 device_media get type __type
91 case "$__type" in
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dcompare441 for (auto __type : __types)
442 ++__seen[__type];
H A Dtype_traits2539 using __common_ref_t = typename __common_ref<_Xp, _Yp>::__type;
2551 using __type = __cv_cond_res<_Xp, _Yp>;
2568 using __type = __common_ref_C<_Xp, _Yp>;
2582 using __type = __common_ref_D<_Xp, _Yp>;
/freebsd-13.1/sys/dev/hptrr/
H A Dldm.h287 HPT_U8 __type; member
/freebsd-13.1/sys/dev/hpt27xx/
H A Dldm.h293 HPT_U8 __type; member
/freebsd-13.1/sys/dev/hptnr/
H A Dldm.h292 HPT_U8 __type; member
/freebsd-13.1/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr1049 for __type in $__srvtypes; do
1051 host -t SRV $__wait -- "$__type.$__host" \