Searched refs:locsiz (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/pcibus/common/ |
H A D | pci_sun4v.c | 47 int locsiz; member in struct:_pci_fru 63 int locsiz = 0; local 71 PI_PROP_CHASSIS_LOCATION_NAME, &locsiz, &loc); 72 if (result == -1 || locsiz < 0) { 84 nac = alloca(locsiz+1); 85 (void) memset(nac, 0, locsiz+1); 86 (void) memcpy(nac, loc, locsiz); 110 int locsiz; local 175 PI_PROP_CHASSIS_LOCATION_NAME, &locsiz, &loc) == 0 && locsiz > 189 platform_pci_fru_location(topo_mod_t *mod, tnode_t *node, uchar_t *loc, int locsiz, nvlist_t **out) argument [all...] |
Completed in 63 milliseconds