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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtabctrl.cpp124 NMHDR* hdr1 = (NMHDR*) lParam; local
125 switch ( hdr1->code )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c1249 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
1278 hdr1 = &leaf1->hdr;
1297 if (count < be16_to_cpu(hdr1->count)) {
1302 count = be16_to_cpu(hdr1->count) - count;
1303 space = be16_to_cpu(hdr1->usedbytes) - totallen;
1319 xfs_attr_leaf_moveents(leaf1, be16_to_cpu(hdr1->count) - count,
1324 } else if (count > be16_to_cpu(hdr1->count)) {
1334 count -= be16_to_cpu(hdr1->count);
1335 space = totallen - be16_to_cpu(hdr1->usedbytes);
1341 max = be16_to_cpu(hdr1
1416 xfs_attr_leaf_hdr_t *hdr1, *hdr2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duser_mad.c392 static int same_destination(struct ib_user_mad_hdr *hdr1, argument
395 if (!hdr1->grh_present && !hdr2->grh_present)
396 return (hdr1->lid == hdr2->lid);
398 if (hdr1->grh_present && hdr2->grh_present)
399 return !memcmp(hdr1->gid, hdr2->gid, 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c663 struct tag_header hdr1; member in struct:init_tags

Completed in 96 milliseconds