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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_msghandler.c176 /* bmc device attributes */
212 struct bmc_device *bmc; member in struct:ipmi_smi
1796 ipmi_version_major(&intf->bmc->id),
1797 ipmi_version_minor(&intf->bmc->id));
1959 struct bmc_device *bmc = dev_get_drvdata(dev); local
1960 return memcmp(bmc->guid, id, 16) == 0;
1983 struct bmc_device *bmc = dev_get_drvdata(dev); local
1985 return (bmc->id.product_id == id->product_id
1986 && bmc->id.device_id == id->device_id);
2010 struct bmc_device *bmc local
2019 struct bmc_device *bmc = dev_get_drvdata(dev); local
2028 struct bmc_device *bmc = dev_get_drvdata(dev); local
2038 struct bmc_device *bmc = dev_get_drvdata(dev); local
2048 struct bmc_device *bmc = dev_get_drvdata(dev); local
2059 struct bmc_device *bmc = dev_get_drvdata(dev); local
2069 struct bmc_device *bmc = dev_get_drvdata(dev); local
2078 struct bmc_device *bmc = dev_get_drvdata(dev); local
2087 struct bmc_device *bmc = dev_get_drvdata(dev); local
2099 struct bmc_device *bmc = dev_get_drvdata(dev); local
2106 remove_files(struct bmc_device *bmc) argument
2139 struct bmc_device *bmc; local
2150 struct bmc_device *bmc = intf->bmc; local
2169 create_files(struct bmc_device *bmc) argument
2296 struct bmc_device *bmc = intf->bmc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Dbitmap.c1009 bitmap_counter_t *bmc; local
1060 bmc = bitmap_get_counter(bitmap, j << CHUNK_BLOCK_SHIFT(bitmap),
1062 if (bmc) {
1064 if (j < 100) printk("bitmap: j=%lu, *bmc = 0x%x\n", j, *bmc);
1066 if (*bmc == 2) {
1067 *bmc=1; /* maybe clear the bit next time */
1069 } else if (*bmc == 1) {
1071 *bmc = 0;
1152 bitmap_counter_t *bmc; local
1212 bitmap_counter_t *bmc; local
1244 bitmap_counter_t *bmc; local
1271 bitmap_counter_t *bmc; local
1330 bitmap_counter_t *bmc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dnodemgr.h44 u8 bmc; /* Bus Master Capable */ member in struct:bus_options
H A Dnodemgr.c318 ne->busopt.cmc, ne->busopt.isc, ne->busopt.bmc,
809 ne->busopt.bmc = (busoptions >> 28) & 1;
817 HPSB_VERBOSE("NodeMgr: raw=0x%08x irmc=%d cmc=%d isc=%d bmc=%d pmc=%d "
820 ne->busopt.isc, ne->busopt.bmc, ne->busopt.pmc,

Completed in 68 milliseconds