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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c100 unsigned int attr_type; local
153 attr_type = le32_to_cpu(attr->type);
165 if (attr_type == MFT_RECORD_ATTR_END)
169 attr_type, attr_len, attr_off);
171 if (attr_type == MFT_RECORD_ATTR_VOLUME_INFO) {
178 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-radius.c341 } attr_type[]= variable in typeref:struct:attrtype
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code].first_subtype) &&
604 data_value >= attr_type[attr_code].first_subtype )
844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
845 attr_string = attr_type[rad_attr->type].name;
869 if (rad_attr->type < TAM_SIZE(attr_type))
873 if ( attr_type[rad_att
[all...]
H A Dprint-l2tp.c457 u_int16_t attr_type; local
502 attr_type = EXTRACT_16BITS(ptr); ptr++;
503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
508 switch (attr_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c65 struct device_attribute attr_type; member in struct:pvr2_sysfs_ctl_item
108 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type);
331 cip->attr_type.attr.name = "type";
332 cip->attr_type.attr.mode = S_IRUGO;
333 cip->attr_type.show = show_type;
368 cip->attr_gen[acnt++] = &cip->attr_type.attr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Discsi_boot_sysfs.c76 #define iscsi_boot_rd_attr(fnname, sysfs_name, attr_type) \
79 .type = attr_type, \

Completed in 119 milliseconds