Write example program, Code example 3-4 – Sun Microsystems Netra CP2500 User Manual
Page 63
Chapter 3
User Flash
49
Write Example Program
contains the Write Action on the user flash device.
printf("number of blocks = 0x%p", ufif0.info.blk_num);
printf("block size = 0x%p" ufif0.info.blk_size);
}
static int
uflash_uninit() {
if (ufd0)
close(ufd0);
cleanup:
if (buf0)
free(buf0);
}
static int
uflash_read() {
/* read block 0 of user flash */
if (pread(ufd0, buf0, ufif0.info.blk_size, 0) != ufif0.info.blk_size)
perror("uflash0:read");
return(0);
}
main() {
int ret;
module = argv[0];
ret = uflash_init();
if (!ret)
uflash_read();
uflash_uninit();
}
CODE EXAMPLE 3-4
Write Action on User Flash Device
/*
* uflash_write.c
* An example that shows how to write user flash
*/
#include
#include
#include
#include
#include
#include
#include
#include
char *uflash0 = "/dev/uflash0";
CODE EXAMPLE 3-3
Read Action on User Flash Device (Continued)
- 6.0005E+11 (333 pages)
- SOLARIS 10 (121 pages)
- Sun Adapter TCP (150 pages)
- Sun Fire X4150 (150 pages)
- Sun StorageTek 5800 (136 pages)
- Virtual Tape Library (292 pages)
- eWay JDBC/ODBC Adapter (133 pages)
- LSI22320-SR (48 pages)
- Ethernet MMF/UTP Adapter (122 pages)
- SunSwift 600MP series (28 pages)
- 2.0 (60 pages)
- FASTETHERNET 6U (106 pages)
- 1.0 (182 pages)
- GigaSwift Ethernet Adapter (126 pages)
- SUN BLADE 150 (20 pages)
- X1150A (106 pages)
- Sun Quad (62 pages)
- VIRTUALBOX VERSION 3.1.0_BETA2 (283 pages)
- Ethernet PCI-X Adapter (78 pages)
- Sun StorageTek SG-XPCIE2FCGBE-E-Z (54 pages)
- SG-XPCIE2FC-EM8-Z (56 pages)
- STOREDGE A5000 (2 pages)
- THE SUN 805-7945-10 (24 pages)
- Sun FastEthernet PCI Adapter 805-1759-10 (38 pages)
- Sun Fire X4150 Server (80 pages)
- 805-1797-10 (65 pages)
- Sun StorEdge 5210 NAS (100 pages)
- Sun StorEdge A5000 (2 pages)
- StorEdge 3900 Series (162 pages)
- Sun PCI High Speed Quad Port Serial Interface Adapter 819-1207-11 (64 pages)
- Sun Fire X4200 M2 (50 pages)
- StreamLine SL8500 (200 pages)
- Sun StorEdge T3 (88 pages)
- TIMBERWOLF 9740 (100 pages)
- eWay SAP BAPI (123 pages)
- Ethernet PCI Adapter (10 pages)
- StorageTek L40 (92 pages)
- Smart Cards (14 pages)
- SUN STORAGETEK VSM GUI (68 pages)
- Gigabit Ethernet MMF/UTP Adapter (122 pages)
- Sun Fire X4100 M2 (50 pages)
- PCI (50 pages)
- StorageTek HP LTO4 (38 pages)
- Netra CP32x0 (66 pages)