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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) argument
38 if (KLCF_COMP_TYPE(kli) == struct_type)
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) argument
48 return find_component(brd, (klinfo_t *)NULL, struct_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dutils.h301 #define tr_new( struct_type, n_structs ) \
302 ( (struct_type *) tr_malloc ( sizeof ( struct_type ) * ( ( size_t) ( n_structs ) ) ) )
304 #define tr_new0( struct_type, n_structs ) \
305 ( (struct_type *) tr_malloc0 ( sizeof ( struct_type ) * ( ( size_t) ( n_structs ) ) ) )
307 #define tr_renew( struct_type, mem, n_structs ) \
308 ( (struct_type *) realloc ( ( mem ), sizeof ( struct_type ) * ( ( size_t) ( n_structs ) ) ) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dklconfig.h182 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
217 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Dklconfig.h421 unsigned char struct_type; /* type of structure, local or remote */ member in struct:lboard_s
457 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
472 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
483 unsigned char struct_type; /* type of this structure */ member in struct:klinfo_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-internals.h185 #define _DBUS_STRUCT_OFFSET(struct_type, member) \
186 ((intptr_t) ((unsigned char*) &((struct_type*) 0)->member))

Completed in 193 milliseconds