Searched defs:locsiz (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 48 int locsiz; member in struct:_pci_fru 62 int locsiz = 0; local 70 PI_PROP_CHASSIS_LOCATION_NAME, &locsiz, &loc); 71 if (result == -1 || locsiz < 0) { 83 nac = alloca(locsiz+1); 84 (void) memset(nac, 0, locsiz+1); 85 (void) memcpy(nac, loc, locsiz); 109 int locsiz; local 174 PI_PROP_CHASSIS_LOCATION_NAME, &locsiz, &loc) == 0 && locsiz > 187 platform_pci_fru_location(topo_mod_t *mod, tnode_t *node, uchar_t *loc, int locsiz) argument [all...] |
Completed in 57 milliseconds