Searched refs:system_name (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | devices.py | 43 def create_device(self, system_name, channel, **kwargs): argument 50 data = dict(name=system_name,
|
D | registration.py | 89 def register_device(self, system_name, channel, argument 102 device_draft = dict(name=system_name,
|
/external/netperf/src/ |
D | netlib.c | 3429 char system_name[MAX_COMPUTERNAME_LENGTH+1] ; in get_id() local 3432 struct utsname system_name; in get_id() local 3438 if ( !GetComputerName(system_name , &name_len) ) in get_id() 3439 strcpy(system_name , "no_name") ; in get_id() 3441 if (uname(&system_name) <0) { in get_id() 3451 system_name , in get_id() 3458 system_name.sysname, in get_id() 3459 system_name.nodename, in get_id() 3460 system_name.release, in get_id() 3461 system_name.version, in get_id() [all …]
|