Searched refs:__type (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 261 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 D | device.subr | 136 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 D | invpcidintrin.h | 19 _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 D | spl-thread.c | 192 enum pid_type __type; local 193 if ((ret = dequeue_signal(task, &set, &__info, &__type)) != 0) {
|
| /freebsd-13.1/sys/sys/ |
| H A D | devctl.h | 17 const char *__type, const char *__data);
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/packages/ |
| H A D | index.subr | 88 local __type __data __site 89 device_media get type __type 91 case "$__type" in
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 441 for (auto __type : __types) 442 ++__seen[__type];
|
| H A D | type_traits | 2539 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 D | ldm.h | 287 HPT_U8 __type; member
|
| /freebsd-13.1/sys/dev/hpt27xx/ |
| H A D | ldm.h | 293 HPT_U8 __type; member
|
| /freebsd-13.1/sys/dev/hptnr/ |
| H A D | ldm.h | 292 HPT_U8 __type; member
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/media/ |
| H A D | tcpip.subr | 1049 for __type in $__srvtypes; do 1051 host -t SRV $__wait -- "$__type.$__host" \
|