Searched defs:mach_name (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | port.c | 205 int STP_port_trace_state_machine (PORT_T* this, char* mach_name, int enadis) argument 211 if (! strcmp (mach_name, "all") || ! strcmp (mach_name, stater->name)) { 227 mach_name);
|
H A D | stp_in.c | 891 STP_IN_dbg_set_port_trace (char* mach_name, int enadis, argument 910 rc = STP_port_trace_state_machine (port, mach_name, enadis);
|
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 233 static char mach_name[SYS_NMLN]; variable 1864 if (strcmp(mach_name, "sun4u") == 0 || 1865 strcmp(mach_name, "sun4v") == 0) { 1874 if (strcmp(mach_name, "i86pc") == 0) 3518 (void) strcpy(mach_name, utsname.machine); 3520 if (strcmp(mach_name, "sun4u") == 0) { 3523 } else if (strcmp(mach_name, "sun4v") == 0) { 3526 } else if (strcmp(mach_name, "i86pc") == 0) {
|
Completed in 79 milliseconds