HomeSort by: relevance | last modified time | path
    Searched refs:_type (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
save.h 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \
72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \
76 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; }
78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}
81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \
82 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_blit.c 40 #define VMW_FIND_FIRST_DIFF(_type) \
41 static size_t vmw_find_first_diff_ ## _type \
42 (const _type * dst, const _type * src, size_t size)\
46 for (i = 0; i < size; i += sizeof(_type)) { \
61 #define VMW_FIND_LAST_DIFF(_type) \
62 static ssize_t vmw_find_last_diff_ ## _type( \
63 const _type * dst, const _type * src, size_t size) \
69 size -= sizeof(_type); \
    [all...]
  /src/sys/sys/
acl.h 349 int __acl_aclcheck_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
350 int __acl_aclcheck_file(const char *_path, acl_type_t _type,
352 int __acl_aclcheck_link(const char *_path, acl_type_t _type,
354 int __acl_delete_fd(int _filedes, acl_type_t _type);
355 int __acl_delete_file(const char *_path_p, acl_type_t _type);
356 int __acl_delete_link(const char *_path_p, acl_type_t _type);
357 int __acl_get_fd(int _filedes, acl_type_t _type, struct acl *_aclp);
358 int __acl_get_file(const char *_path, acl_type_t _type, struct acl *_aclp);
359 int __acl_get_link(const char *_path, acl_type_t _type, struct acl *_aclp);
360 int __acl_set_fd(int _filedes, acl_type_t _type, struct acl *_aclp)
    [all...]
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_hashtab.h 39 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_hashtab.h 44 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
  /src/sbin/newfs_msdos/
mkfs_msdos.h 60 #define AOPT(_opt, _type, _name, _min, _desc) _type _name;
newfs_msdos.c 276 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc },
  /src/usr.sbin/makefs/
msdos.c 78 #define AOPT(_opt, _type, _name, _min, _desc) { \
83 (sizeof(_type) == 1 ? OPT_INT8 : \
84 (sizeof(_type) == 2 ? OPT_INT16 : \
85 (sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \
88 .maximum = sizeof(_type) == 1 ? 0xff : \
89 (sizeof(_type) == 2 ? 0xffff : \
90 (sizeof(_type) == 4 ? 0xffffffff : 0xffffffffffffffffLL)), \
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception_linux.h 41 (::__interception::real_##func = (func##_type)( \
interception.h 173 # define FUNC_TYPE(x) x##_type
  /src/lib/libisns/
isns_pdu.h 71 #define ISNS_INIT_BUFFER(_bufp, _len, _type) \
76 ((struct isns_buffer_s *)(_bufp))->buf_type = (_type); \
  /src/sys/miscfs/procfs/
procfs.h 185 procfs_fileno(pid_t _pid, pfstype _type, int _fd)
188 switch (_type) {
199 return _ino * PFSlast + _type;
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-mca.h 311 #define x86_mcinfo_lookup(_ret, _mi, _type) \
321 if (_mic->type == (_type)) { \
  /src/sys/net80211/
ieee80211_proto.h 51 #define IEEE80211_SEND_MGMT(_ic,_ni,_type,_arg) \
52 ((*(_ic)->ic_send_mgmt)(_ic, _ni, _type, _arg))
ieee80211_input.c 105 #define IEEE80211_DISCARD(_ic, _m, _wh, _type, _fmt, ...) do { \
107 ieee80211_discard_frame(_ic, _wh, _type, _fmt, __VA_ARGS__);\
109 #define IEEE80211_DISCARD_IE(_ic, _m, _wh, _type, _fmt, ...) do { \
111 ieee80211_discard_ie(_ic, _wh, _type, _fmt, __VA_ARGS__);\
113 #define IEEE80211_DISCARD_MAC(_ic, _m, _mac, _type, _fmt, ...) do { \
115 ieee80211_discard_mac(_ic, _mac, _type, _fmt, __VA_ARGS__);\
129 #define IEEE80211_DISCARD(_ic, _m, _wh, _type, _fmt, ...)
130 #define IEEE80211_DISCARD_IE(_ic, _m, _wh, _type, _fmt, ...)
131 #define IEEE80211_DISCARD_MAC(_ic, _m, _mac, _type, _fmt, ...)
  /src/sys/arch/arm/nxp/
imx6_ccmvar.h 195 #define CLK_PLL(_name, _parent, _type, _reg, _mask, _powerdown, _ref) { \
201 .type = (IMX6_CLK_PLL_##_type), \
  /src/sys/dev/ic/
athvar.h 427 #define ath_hal_setuptxqueue(_ah, _type, _irq) \
428 ((*(_ah)->ah_setupTxQueue)((_ah), (_type), (_irq)))
574 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
575 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))
  /src/sys/dev/pci/
pci_resource.c 70 #define PCI_RANGE_FOREACH(_type) \
71 for (u_int _type = PCI_RANGE_BUS; _type < NUM_PCI_RANGES; _type++)
  /src/sys/arch/zaurus/dev/
w100.c 389 w100_alloc_screen(void *v, const struct wsscreen_descr *_type,
395 (const struct w100_wsscreen_descr *)_type;
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 319 #define ath_hal_gpioCfgOutput(_ah, _gpio, _type) \
320 AH_PRIVATE(_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
  /src/usr.bin/rump_dhcpclient/
dhcp.c 500 #define PUTADDR(_type, _val) \
502 *p++ = _type; \
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1458 #define __sanitizer_syscall_pre_add_key(_type, _description, _payload, plen, \
1460 __sanitizer_syscall_pre_impl_add_key((long)(_type), (long)(_description), \
1463 #define __sanitizer_syscall_post_add_key(res, _type, _description, _payload, \
1466 res, (long)(_type), (long)(_description), (long)(_payload), \
1468 #define __sanitizer_syscall_pre_request_key(_type, _description, \
1471 (long)(_type), (long)(_description), (long)(_callout_info), \
1473 #define __sanitizer_syscall_post_request_key(res, _type, _description, \
1476 res, (long)(_type), (long)(_description), (long)(_callout_info), \
2836 void __sanitizer_syscall_pre_impl_add_key(long _type, long _description,
2839 void __sanitizer_syscall_post_impl_add_key(long res, long _type,
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 793 pxa2x0_lcd_alloc_screen(void *v, const struct wsscreen_descr *_type,
799 (const struct pxa2x0_wsscreen_descr *)_type;
  /src/sys/arch/arm/s3c2xx0/
s3c24x0_lcd.c 515 s3c24x0_lcd_alloc_screen(void *v, const struct wsscreen_descr *_type,
521 (const struct s3c24x0_wsscreen_descr *)_type;
  /src/usr.sbin/postinstall/
postinstall.in 2520 while read _type _arg1 _rest; do
2521 if [ "${_type}" = "mux" -a "${_arg1}" = "1" ]; then
2523 "Obsolete wscons.conf(5) entry \""${_type} ${_arg1}"\" found.${notfixed}"

Completed in 62 milliseconds