| /onnv/onnv-gate/usr/src/cmd/fps/fpsd/ |
| fpsd.h | 79 char brand[MAXNAMELEN]; member in struct:__anon511
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| brand.h | 44 * 128+ are available for brand-specific commands. 53 * Structure used by zoneadmd to communicate the name of a brand and the 54 * supporting brand module into the kernel. 61 /* What we call the native brand. */ 64 /* What we call the labeled brand. */ 103 typedef struct brand { struct
|
| /onnv/onnv-gate/usr/src/cmd/fps/fptest/ |
| fps_ereport_mod.c | 58 static char *fps_convert_cpu_brand(char *brand); 205 * fps_convert_cpu_brand(char *brand) changes 210 fps_convert_cpu_brand(char *brand) 212 if (brand == NULL) 215 if (strcasecmp(brand, USIII_KSTAT) == 0) 217 else if (strcasecmp(brand, USIIIi_KSTAT) == 0) 219 else if (strcasecmp(brand, USIIIP_KSTAT) == 0) 221 else if (strcasecmp(brand, USIV_KSTAT) == 0) 223 else if (strcasecmp(brand, USIVP_KSTAT) == 0) 231 * brand of the CPU and returns the CP 237 char *brand; local [all...] |
| fptest.c | 2546 char brand[40]; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libinstzones/common/ |
| zones.c | 76 * z_is_zone_branded - determine if zone has a non-native brand 77 * z_is_zone_brand_in_list - determine if the zone's brand matches the 78 * brand list passed in. 106 #include <sys/brand.h> 398 * Description: Given a string with a list of brand name delimited by 400 * with the list of brand names and return it to the caller. 402 * brands - const char pointer to string list of brand names 415 zoneBrandList_t *brand = NULL, *head = NULL; local 423 if ((brand = (zoneBrandList_t *) 428 head = brand; [all...] |
| /onnv/onnv-gate/usr/src/cmd/zoneadmd/ |
| vplat.c | 115 #include <sys/brand.h> 1071 char brand[MAXNAMELEN]; local 1087 * Get a handle to the brand info for this zone. 1089 * brand device mounts. 1092 (void) strlcpy(brand, default_brand, sizeof (brand)); 1094 (void) strlcpy(brand, brand_name, sizeof (brand)); 1097 if ((bh = brand_open(brand)) == NULL) { 1098 zerror(zlogp, B_FALSE, "unable to determine zone brand"); 1723 char brand[MAXNAMELEN]; local [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| cpuid.c | 97 * readable brand string based on the data collected in the first two passes. 190 uint_t cpi_brandid; /* fn 1: %ebx: brand ID */ 1958 const char *brand = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/lib/brand/native/zone/ |
| sw_support.c | 3521 char brand[MAXNAMELEN], atbrand[MAXNAMELEN]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/zonecfg/ |
| zonecfg.c | 74 #include <sys/brand.h> 172 "brand", 210 "brand", 325 "set brand=", 359 "info brand", 502 /* global brand operations */ 503 static brand_handle_t brand; variable 1634 char brand[MAXNAMELEN]; local 3818 char brand[MAXNAMELEN]; local 3834 pt_to_str(PT_BRAND), brand); local 4588 char brand[MAXNAMELEN]; local 5408 char brand[MAXNAMELEN]; local 5486 char brand[MAXNAMELEN]; local [all...] |