Searched refs:_type (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-10-stable/etc/rc.d/
H A Dmdconfig74 _type=${_config##*-t\ }
75 _type=${_type%%\ *}
76 if [ -z "${_type}" ]; then
80 if [ "${_type}" = "vnode" ]; then
94 debug "${_md} type: ${_type}"
103 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
109 if [ "${_type}" != "vnode" -o "${_fs}" = "/" ]; then
110 if [ "${_type}" = "vnode" ]; then
124 echo "Creating ${_md} device (${_type})
[all...]
H A Dmdconfig279 _type=${_config##*-t\ }
80 _type=${_type%%\ *}
81 if [ -z "${_type}" ]; then
85 if [ "${_type}" = "vnode" ]; then
100 debug "${_md} type: ${_type}"
112 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
123 if [ "${_type}" = "vnode" -a "${_fs}" != "/" ]; then
134 echo "Creating ${_md} device (${_type})."
183 local _md _fs _mp _mounted _dev _config _type _fil
[all...]
H A Dzfsbe56 mount -p | while read _dev _mp _type _rest; do
58 if [ $_type = "zfs" ] ; then
H A Dmoused46 eval mytype=\${moused_${ms}_type-$moused_type}
H A Djail260 # The function alters the _type, _iface, _addr and _mask variables.
295 # based on _type later, and optionally change the type as well.
303 *\.*\.*\.*) _type="inet" ;;
304 *:*) _type="inet6" ;;
312 if [ "${_type}" = "inet" ]; then
321 elif [ "${_type}" = "inet6" ]; then
334 local _x _type _i _defif
357 _type=""
370 case $_type in
/freebsd-10-stable/sys/xen/interface/hvm/
H A Dsave.h65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
67 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \
71 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
73 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \
74 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; }
76 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
77 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}
79 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
80 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
/freebsd-10-stable/sys/sys/
H A Dacl.h334 int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
335 int __acl_aclcheck_file(const char *_path, acl_type_t _type,
337 int __acl_aclcheck_link(const char *_path, acl_type_t _type,
339 int __acl_delete_fd(int _filedes, acl_type_t _type);
340 int __acl_delete_file(const char *_path_p, acl_type_t _type);
341 int __acl_delete_link(const char *_path_p, acl_type_t _type);
342 int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
343 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp);
344 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp);
345 int __acl_set_fd(int _filedes, acl_type_t _type, struc
[all...]
H A Dmac.h100 int mac_prepare_type(mac_t *_label, const char *_type);
H A Dlinker.h239 extern caddr_t preload_search_by_type(const char *_type);
265 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
266 int elf_reloc_local(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
/freebsd-10-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunisig.h46 void uni_print_api(char *_buf, size_t _bufsiz, u_int _type, u_int _cookie,
/freebsd-10-stable/tools/tools/ath/common/
H A Ddumpregs.h65 #define _DEFREG(_addr, _name, _type) \
66 { .addr = _addr, .name = _name, .type = _type }
67 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \
68 { .addr = _addr, .name = _name, .type = _type, \
70 #define _DEFREGfmt(_addr, _name, _type, _fmt) \
71 { .addr = _addr, .name = _name, .type = _type, .bits = _fmt }
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_hashtab.h42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_hashtab.h42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
/freebsd-10-stable/sys/sparc64/include/
H A Dsysarch.h66 int __sparc_utrap_install(utrap_entry_t _type,
/freebsd-10-stable/sbin/reboot/
H A Dnextboot.sh101 df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
102 [ "zfs" = "${_type}" ] || continue
/freebsd-10-stable/sys/dev/etherswitch/arswitch/
H A Darswitchvar.h42 #define AR8X16_IS_SWITCH(_sc, _type) \
43 (!!((_sc)->sc_switchtype == AR8X16_SWITCH_ ## _type))
/freebsd-10-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h77 #define IP17X_IS_SWITCH(_sc, _type) \
78 (!!((_sc)->sc_switchtype == IP17X_SWITCH_ ## _type))
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h891 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \
892 struct _type { \
893 _type() { } \
894 _type(const _base v) : value(v) { } \
895 _type(const _type &v) : value(v.value) {} \
896 _type &operator=(const _type &rhs) { value = rhs.value; return *this; }\
897 _type &operator=(const _base &rhs) { value = rhs; return *this; } \
899 bool operator==(const _type
[all...]
/freebsd-10-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c175 int len, type, _type; local
230 _type = (int) type;
231 memcpy(buf, &_type, sizeof(_type));
232 pos = buf + sizeof(_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp136 #define ENTRY_NAME(_type) _type: name = #_type
/freebsd-10-stable/crypto/openssh/regress/
H A Dhostkey-rotate.sh39 _type=$1
41 test "x$_kfile" = "x" && _kfile="$OBJ/hkr.${_type}.pub"
42 _kpub=`awk "/$_type /"' { print $2 }' < $_kfile` || \
/freebsd-10-stable/contrib/sendmail/include/sm/
H A Dexc.h84 const SM_EXC_TYPE_T *_type,
116 const SM_EXC_TYPE_T *_type,
/freebsd-10-stable/sys/dev/sfxge/common/
H A Defx_mcdi.h239 #define MCDI_IN(_emr, _type, _ofst) \
240 ((_type *)((_emr).emr_in_buf + (_ofst)))
242 #define MCDI_IN2(_emr, _type, _ofst) \
243 MCDI_IN(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
364 #define MCDI_OUT(_emr, _type, _ofst) \
365 ((_type *)((_emr).emr_out_buf + (_ofst)))
367 #define MCDI_OUT2(_emr, _type, _ofst) \
368 MCDI_OUT(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h167 ushort_t _type; /* reference to another type */ member in union:ctf_stype::__anon66
184 ushort_t _type; /* do not use */ member in union:ctf_type::__anon67
191 #define ctt_type _u._type /* for types that reference another type */
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h347 #define _ng_l2cap_info_req(_m, _ident, _type) \
365 c->param.type = htole16((_type)); \
369 #define _ng_l2cap_info_rsp(_m, _ident, _type, _result, _mtu) \
386 c->param.type = htole16((_type)); \
390 switch ((_type)) { \

Completed in 121 milliseconds

123