| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 642 .kwargs = { 654 zcp_parse_args(state, libinfo->name, libinfo->pargs, libinfo->kwargs); in zcp_debug() 672 .kwargs = { 684 zcp_parse_args(state, libinfo->name, libinfo->pargs, libinfo->kwargs); in zcp_exists() 1240 const zcp_arg_t *kwargs, const char *fmt, ...) in zcp_args_error() argument 1262 if (pargs[i + 1].za_name != NULL || kwargs[0].za_name != NULL) in zcp_args_error() 1267 for (i = 0; kwargs[i].za_name != NULL; i++) { in zcp_args_error() 1268 msglen += strlen(kwargs[i].za_name); in zcp_args_error() 1269 msglen += strlen(lua_typename(state, kwargs[i].za_lua_type)); in zcp_args_error() 1270 if (kwargs[i + 1].za_name != NULL) in zcp_args_error() [all …]
|
| H A D | zcp_synctask.c | 54 const zcp_arg_t kwargs[2]; member 126 .kwargs = { 168 .kwargs = { 221 .kwargs = { 260 .kwargs = { 290 .kwargs = { 395 .kwargs = { 471 .kwargs = { 517 .kwargs = { 568 zcp_parse_args(state, info->name, info->pargs, info->kwargs); in zcp_synctask_wrapper()
|
| H A D | zcp_iter.c | 46 const zcp_arg_t kwargs[2]; member 122 .kwargs = { 209 .kwargs = { 296 .kwargs = { 377 .kwargs = { 399 .kwargs = { 458 .kwargs = { 475 zcp_parse_args(state, libinfo->name, libinfo->pargs, libinfo->kwargs); in zcp_system_props_list() 583 .kwargs = { 675 .kwargs = { [all …]
|
| H A D | zcp_get.c | 779 .kwargs = { 792 zcp_parse_args(state, libinfo->name, libinfo->pargs, libinfo->kwargs); in zcp_get_prop()
|
| /freebsd/crypto/krb5/src/appl/gss-sample/ |
| H A D | t_gss_sample.py | 32 def run_client_server(realm, options, server_options, **kwargs): argument 38 [hostname, 'host', 'testmsg'], **kwargs) 41 while 'expected_code' not in kwargs and not (seen1 and seen2):
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | protocol.py | 557 def invoker(self, *args, **kwargs): argument 559 return self._pack_from(constructor(*args, **kwargs), 617 def pack(self, *args, **kwargs): argument 619 fcall = kwargs.pop('fcall', None) 626 data = kwargs.pop('data', None) 631 if len(kwargs): 633 '{0}'.format(kwargs.popitem()[0])) 645 data = kwargs.pop('args', None) 646 if len(kwargs): 648 '{0}'.format(kwargs.popitem()[0]))
|
| H A D | p9conn.py | 1024 def wstat(self, fid, statobj=None, **kwargs): argument 1060 if field in kwargs: 1063 statobj[field] = kwargs.pop(field) 1067 if kwargs: 1069 '{0!r}'.format(kwargs.popitem())) 1239 def Tsetattr(self, fid, valid=0, attrs=None, **kwargs): argument 1259 if field in kwargs: 1262 attrs[field] = kwargs.pop(field) 1305 if 'ctime' in kwargs: 1306 kwargs.pop('ctime') [all …]
|
| H A D | sequencer.py | 580 def dprint(self, *args, **kwargs): argument 587 print(*args, file=dest, **kwargs)
|
| H A D | client.py | 218 def trace(self, msg, *args, **kwargs): argument 220 level = kwargs.pop('level', logging.INFO) 221 self.tstate.logger.log(level, ' ' + msg, *args, **kwargs)
|
| /freebsd/tools/build/ |
| H A D | make.py | 81 def run(cmd, **kwargs): argument 84 subprocess.check_call(cmd, **kwargs) 157 def debug(*args, **kwargs): argument 160 print(*args, **kwargs)
|
| /freebsd/crypto/openssl/test/ |
| H A D | mlkem_parse.py | 25 def eprint(*args, **kwargs): argument 26 print(*args, file=sys.stderr, **kwargs)
|
| H A D | slhdsa_parse.py | 29 def eprint(*args, **kwargs): argument 30 print(*args, file=sys.stderr, **kwargs)
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zcp.h | 187 const zcp_arg_t kwargs[2]; member
|
| /freebsd/tests/atf_python/ |
| H A D | ktest.py | 33 def __init__(self, *, descr, kcls, **kwargs): argument 34 super().__init__(**kwargs)
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-filter-unittest.py | 233 def InvokeWithModifiedEnv(extra_env, function, *args, **kwargs): argument 238 return function(*args, **kwargs)
|
| /freebsd/tools/tools/shlib-compat/ |
| H A D | shlib-compat.py | 247 def __init__(self, id, name, **kwargs): argument 250 self.attrs = kwargs 317 def __init__(self, id, **kwargs): argument 318 Def.__init__(self, id, None, **kwargs) 323 def __new__(cls, *args, **kwargs): argument 326 cls, *args, **kwargs)
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 80 def _f(*args, **kwargs): argument 83 return func(*args, **kwargs)
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | python | 295 # def name(*args, **kwargs):
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
| H A D | test_libzfs_core.py | 228 def _f(_self, *args, **kwargs): argument 232 return f(_self, *args, **kwargs)
|