Searched refs:xoffsetof (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c123 #define xoffsetof(type, member) (offsetof(type, member) << 1) macro
248 (xoffsetof(struct ie_sys_ctl_block, ie_status)) );
251 (xoffsetof(struct ie_sys_ctl_block, ie_command)),
258 (xoffsetof(struct ie_sys_ctl_block, ie_command))) )
390 ( xoffsetof(struct ie_int_sys_conf_ptr, ie_busy)) ) )
992 (xoffsetof(struct ie_sys_ctl_block, ie_command)), cmd );
1004 (xoffsetof(struct ie_config_cmd, ie_config_status))) & mask)
1013 (xoffsetof(struct ie_sys_ctl_block, ie_command))) )
1031 (xoffsetof(type, member)) );
1036 (xoffsetof(typ
[all...]

Completed in 99 milliseconds