Lines Matching defs:kwlist

145     static char *kwlist[] = {"attach_flags", "namespaces", "personality",
179 kwlist, &options->attach_flags,
335 static char *kwlist[] = {"key", NULL};
339 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|", kwlist,
383 static char *kwlist[] = {"active", "defined", "config_path", NULL};
385 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOs", kwlist,
445 static char *kwlist[] = {"name", "config_path", NULL};
450 if (!PyArg_ParseTupleAndKeywords(args, kwds, "s|O&", kwlist,
561 static char *kwlist[] = {"src_ifname", "dst_ifname", NULL};
567 if (! PyArg_ParseTupleAndKeywords(args, kwds, "O&|O&", kwlist,
596 static char *kwlist[] = {"ifname", NULL};
600 if (! PyArg_ParseTupleAndKeywords(args, kwds, "O&", kwlist,
621 static char *kwlist[] = {"src_path", "dest_path", NULL};
627 if (! PyArg_ParseTupleAndKeywords(args, kwds, "O&|O&", kwlist,
718 static char *kwlist[] = {"key", NULL};
721 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s", kwlist,
748 static char *kwlist[] = {"newname", "config_path", "flags", "bdevtype",
750 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|O&isskO", kwlist,
799 static char *kwlist[] = {"ttynum", "stdinfd", "stdoutfd", "stderrfd",
803 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|iiiii", kwlist,
818 static char *kwlist[] = {"ttynum", NULL};
821 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|i", kwlist, &ttynum))
842 static char *kwlist[] = {"template", "flags", "bdevtype", "args", NULL};
843 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|sisO", kwlist,
902 static char *kwlist[] = {"key", NULL};
908 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s", kwlist,
938 static char *kwlist[] = {"key", NULL};
944 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|", kwlist,
992 static char *kwlist[] = {"key", NULL};
998 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|s", kwlist,
1079 static char *kwlist[] = {"interface", "family", "scope", NULL};
1089 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|ssi", kwlist,
1140 static char *kwlist[] = {"key", NULL};
1145 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|", kwlist,
1163 static char *kwlist[] = {"path", NULL};
1167 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|O&", kwlist,
1199 static char *kwlist[] = {"new_name", NULL};
1201 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|", kwlist,
1215 static char *kwlist[] = {"src_path", "dest_path", NULL};
1221 if (! PyArg_ParseTupleAndKeywords(args, kwds, "O&|O&", kwlist,
1251 static char *kwlist[] = {"path", NULL};
1255 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|O&", kwlist,
1276 static char *kwlist[] = {"key", "value", NULL};
1280 if (! PyArg_ParseTupleAndKeywords(args, kwds, "ss", kwlist,
1294 static char *kwlist[] = {"key", "value", NULL};
1298 if (! PyArg_ParseTupleAndKeywords(args, kwds, "ss", kwlist,
1312 static char *kwlist[] = {"path", NULL};
1315 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s", kwlist,
1329 static char *kwlist[] = {"timeout", NULL};
1332 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|i", kwlist,
1347 static char *kwlist[] = {"comment_path", NULL};
1353 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|O&", kwlist,
1382 static char *kwlist[] = {"name", NULL};
1384 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|", kwlist,
1438 static char *kwlist[] = {"name", "newname", NULL};
1440 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|s", kwlist,
1463 static char *kwlist[] = {"useinit", "daemonize", "close_fds",
1466 if (! PyArg_ParseTupleAndKeywords(args, kwds, "|OOOO", kwlist,
1537 static char *kwlist[] = {"state", "timeout", NULL};
1541 if (! PyArg_ParseTupleAndKeywords(args, kwds, "s|i", kwlist,