Searched refs:printerr (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/ |
| H A D | dhcpclient.c | 59 void printerr(char *fmt, ...) in printerr() function 77 printerr("%s: %s\n", reason, strerror(errno)); in fatal() 399 printerr("TIMEOUT\n"); in dhcp_init_ifc() 402 printerr("timed out\n"); in dhcp_init_ifc() 404 … printerr("no acknowledgement from DHCP server\nconfiguring %s with offered parameters\n", ifname); in dhcp_init_ifc() 431 printerr("error sending dhcp msg: %s\n", strerror(errno)); in dhcp_init_ifc() 467 printerr("invalid reply\n"); in dhcp_init_ifc() 484 printerr("configuring %s\n", ifname); in dhcp_init_ifc() 488 printerr("configuration request denied\n"); in dhcp_init_ifc() 492 printerr("ignoring %s message in state %d\n", in dhcp_init_ifc() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | export-to-sqlite.py | 94 def printerr(*args, **keyword_args): function 101 …printerr("Usage is: export-to-sqlite.py <database name> [<columns>] [<calls>] [<callchains>] [<pys… 102 printerr("where: columns 'all' or 'branches'"); 103 printerr(" calls 'calls' => create calls and call_paths table"); 104 printerr(" callchains 'callchains' => create call_paths table"); 105 printerr(" pyside-version-1 'pyside-version-1' => use pyside version 1");
|
| H A D | export-to-postgresql.py | 273 def printerr(*args, **kw_args): function 280 …printerr("Usage is: export-to-postgresql.py <database name> [<columns>] [<calls>] [<callchains>] [… 281 printerr("where: columns 'all' or 'branches'"); 282 printerr(" calls 'calls' => create calls and call_paths table"); 283 printerr(" callchains 'callchains' => create call_paths table"); 284 printerr(" pyside-version-1 'pyside-version-1' => use pyside version 1");
|
| H A D | exported-sql-viewer.py | 144 def printerr(*args, **keyword_args): function
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | combo-layer | 170 def runcmd(cmd,destdir=None,printerr=True,out=None,env=None): argument 185 if printerr: 467 runcmd("git rm --cached %s" % conf.localconffile, printerr=False) 548 actualbranch = runcmd("git branch --contains %s" % rev, repodir, printerr=False) 607 runcmd("git checkout %s" % branch, ldir, printerr=False) 770 output = runcmd("git status --porcelain %s" % relpath, printerr=False)
|