Home
last modified time | relevance | path

Searched refs:taskflags (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/sunrpc/
H A Dauth_null.c54 nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in nul_match() argument
H A Dauth_tls.c94 static int tls_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags) in tls_match() argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py93 def __init__(self, t, fn, logfile, taskflags, d): argument
95 self.taskflags = taskflags
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1287 if 'python' in event.taskflags.keys() and event.taskflags['python'] == '1':