_type_           1302 drivers/scsi/be2iscsi/be_cmds.h #define BE_NUMBER_OF_FIELD(_type_, _field_)	\
_type_           1303 drivers/scsi/be2iscsi/be_cmds.h 	(FIELD_SIZEOF(_type_, _field_)/sizeof((((_type_ *)0)->_field_[0])))\
_type_            260 include/linux/property.h #define PROPERTY_ENTRY_INTEGER_ARRAY(_name_, _type_, _Type_, _val_)	\
_type_            263 include/linux/property.h 	.length = ARRAY_SIZE(_val_) * sizeof(_type_),			\
_type_            266 include/linux/property.h 	{ .pointer = { ._type_##_data = _val_ } },			\
_type_            287 include/linux/property.h #define PROPERTY_ENTRY_INTEGER(_name_, _type_, _Type_, _val_)	\
_type_            290 include/linux/property.h 	.length = sizeof(_type_),				\
_type_            292 include/linux/property.h 	{ .value = { ._type_##_data = _val_ } },		\