Searched refs:nvo (Results 1 – 8 of 8) sorted by relevance
/external/syslinux/gpxe/src/core/ |
D | nvo.c | 41 static unsigned int nvo_checksum ( struct nvo_block *nvo ) { in nvo_checksum() argument 42 uint8_t *data = nvo->data; in nvo_checksum() 46 for ( i = 0 ; i < nvo->total_len ; i++ ) { in nvo_checksum() 58 static int nvo_load ( struct nvo_block *nvo ) { in nvo_load() argument 59 void *data = nvo->data; in nvo_load() 64 for ( frag = nvo->fragments ; frag->len ; frag++ ) { in nvo_load() 65 if ( ( rc = nvs_read ( nvo->nvs, frag->address, data, in nvo_load() 67 DBGC ( nvo, "NVO %p could not read %zd bytes at " in nvo_load() 68 "%#04x\n", nvo, frag->len, frag->address ); in nvo_load() 74 DBGC ( nvo, "NVO %p loaded from non-volatile storage\n", nvo ); in nvo_load() [all …]
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | nvo.h | 50 extern void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs, 52 extern int register_nvo ( struct nvo_block *nvo, struct settings *parent ); 53 extern void unregister_nvo ( struct nvo_block *nvo );
|
/external/syslinux/gpxe/src/drivers/net/ |
D | rtl8139.c | 106 struct nvo_block nvo; member 296 nvo_init ( &rtl->nvo, &rtl->eeprom.nvs, rtl_nvo_fragments, in rtl_init_eeprom() 538 if ( rtl->nvo.nvs ) { in rtl_probe() 539 if ( ( rc = register_nvo ( &rtl->nvo, in rtl_probe() 564 if ( rtl->nvo.nvs ) in rtl_remove() 565 unregister_nvo ( &rtl->nvo ); in rtl_remove()
|
D | etherfabric_nic.h | 168 struct nvo_block nvo; member
|
D | natsemi.h | 44 struct nvo_block nvo; member
|
D | natsemi.c | 160 np->nvo.nvs = &np->eeprom.nvs; in natsemi_init_eeprom() 161 np->nvo.fragments = natsemi_nvo_fragments; in natsemi_init_eeprom()
|
D | etherfabric.c | 3281 nvo_init ( &efab->nvo, &efab->spi_eeprom.nvs, falcon_nvo_fragments, in falcon_probe_spi() 4126 if ( efab->nvo.nvs ) { in efab_remove() 4127 unregister_nvo ( &efab->nvo ); in efab_remove() 4128 efab->nvo.nvs = NULL; in efab_remove() 4192 if ( efab->nvo.nvs ) { in efab_probe() 4193 rc = register_nvo ( &efab->nvo, netdev_settings ( netdev ) ); in efab_probe()
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 5816 "nvo",
|