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

123

/freebsd-11-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-11-stable/etc/rc.d/
H A Dmdconfig75 _type=${_config##*-t\ }
76 _type=${_type%%\ *}
77 if [ -z "${_type}" ]; then
81 if [ "${_type}" = "vnode" ]; then
95 debug "${_md} type: ${_type}"
104 local _md _mp _config _type _dev _file _fs _newfs _fsck_cmd
110 if [ "${_type}" != "vnode" -o "${_fs}" = "/" ]; then
111 if [ "${_type}" = "vnode" ]; then
125 echo "Creating ${_md} device (${_type})
[all...]
H A Dmdconfig280 _type=${_config##*-t\ }
81 _type=${_type%%\ *}
82 if [ -z "${_type}" ]; then
86 if [ "${_type}" = "vnode" ]; then
101 debug "${_md} type: ${_type}"
113 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
124 if [ "${_type}" = "vnode" -a "${_fs}" != "/" ]; then
135 echo "Creating ${_md} device (${_type})."
184 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
/freebsd-11-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...]
/freebsd-11-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-11-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-11-stable/sys/dev/drm/
H A Ddrm_hashtab.h42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_hashtab.h42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c81 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority) { \
82 .type = (BHND_PORT_ ## _type), \
88 /* Define a port priority record for the default (_type, 0, 0) type/port/region
90 #define BHNDB_PORT0_PRIO(_type, _priority) \
91 BHNDB_PORT_PRIO(_type, 0, 0, _priority)
H A Dbhndb.c72 #define BHNDB_DEBUG(_type) (BHNDB_DEBUG_ ## _type & bhndb_debug)
1765 #define BHNDB_IO_READ(_type, _name) \
1766 static _type \
1770 _type v; \
1771 BHNDB_IO_COMMON_SETUP(sizeof(_type)); \
1779 #define BHNDB_IO_WRITE(_type, _name) \
1782 struct bhnd_resource *r, bus_size_t offset, _type value) \
1784 BHNDB_IO_COMMON_SETUP(sizeof(_type)); \
1790 #define BHNDB_IO_MISC(_type, _pt
[all...]
/freebsd-11-stable/usr.bin/grep/tests/
H A Dgrep_freebsd_test.sh88 _type=$?
89 if [ $_type -eq $GREP_TYPE_BSD ]; then
91 elif [ $_type -eq $GREP_TYPE_GNU_FREEBSD ]; then
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp55 #define ENTRY_NAME(_type) \
56 _type: \
57 name = &#_type[5]
/freebsd-11-stable/sys/sparc64/include/
H A Dsysarch.h66 int __sparc_utrap_install(utrap_entry_t _type,
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.c582 #define BHND_IO_READ(_type, _name, _method) \
583 static _type \
591 #define BHND_IO_WRITE(_type, _name, _method) \
594 struct bhnd_resource *r, bus_size_t offset, _type value) \
601 #define BHND_IO_MISC(_type, _op, _method) \
604 struct bhnd_resource *r, bus_size_t offset, _type datap, \
611 #define BHND_IO_METHODS(_type, _size) \
612 BHND_IO_READ(_type, _size, _size) \
613 BHND_IO_WRITE(_type, _size, _size) \
615 BHND_IO_READ(_type, stream
[all...]
H A Dbhnd_match.h227 #define BHND_MATCH_BOARD_TYPE(_type) _BHND_SET_MATCH_FIELD(board_type, \
228 BHND_BOARD_ ## _type)
238 #define BHND_MATCH_BOARD(_vend, _type) \
239 BHND_MATCH_BOARD_VENDOR(_vend), BHND_MATCH_BOARD_TYPE(_type)
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_eromreg.h51 * @param _type The required type
56 #define BCMA_EROM_ENTRY_IS(_entry, _type) \
58 BCMA_EROM_GET_ATTR(_entry, ENTRY_TYPE) == BCMA_EROM_ENTRY_TYPE_ ## _type)
/freebsd-11-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h76 #define IP17X_IS_SWITCH(_sc, _type) \
77 (!!((_sc)->sc_switchtype == IP17X_SWITCH_ ## _type))
/freebsd-11-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.h63 #define AOPT(_opt, _type, _name, _min, _desc) _type _name;
/freebsd-11-stable/sys/dev/bhnd/nvram/
H A Dbhnd_sprom_subr.c212 #define SPROM_GETVAR_READ(_type, _widen, _width, _sc, _off, _dest) \
214 _type _v = (_type)SPROM_READ_ ## _width(_sc, _off->offset); \
226 #define SPROM_GETVAR_WRITE(_type, _widen, _width, _off, _src, _buf) \
228 _type _v = (_type) (_widen) _src; \
230 _v |= *((_type *)_buf); \
231 *((_type *)_buf) = _v; \
325 #define SPROM_SETVAR_READ(_type, _widen, _width, _off, _src, _dest) \
327 _type _
[all...]
/freebsd-11-stable/sbin/reboot/
H A Dnextboot.sh109 df -Tn "/boot/" 2>/dev/null | while read _fs _type _other ; do
110 [ "zfs" = "${_type}" ] || continue
/freebsd-11-stable/usr.sbin/wpa/ndis_events/
H A Dndis_events.c174 int len, type, _type; local
229 _type = (int) type;
230 memcpy(buf, &_type, sizeof(_type));
231 pos = buf + sizeof(_type);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1637 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \
1638 struct _type { \
1639 _type() = default; \
1640 _type(const _base v) : value(v) {} \
1641 _type(const _type &v) = default; \
1642 _type &operator=(const _type &rhs) = default; \
1643 _type &operator=(const _base &rhs) { value = rhs; return *this; } \
1645 bool operator==(const _type
[all...]
/freebsd-11-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-11-stable/lib/libsysdecode/
H A Dsysdecode.h42 const char *sysdecode_acltype(int _type);
115 bool sysdecode_socket_type(FILE *_fp, int _type, int *_rem);
125 bool sysdecode_vmprot(FILE *_fp, int _type, int *_rem);

Completed in 297 milliseconds

123