Home
last modified time | relevance | path

Searched refs:pid_args (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1329 CommandArgumentData pid_args; in CommandObjectPlatformProcessInfo() local
1332 pid_args.arg_type = eArgTypePid; in CommandObjectPlatformProcessInfo()
1333 pid_args.arg_repetition = eArgRepeatStar; in CommandObjectPlatformProcessInfo()
1337 arg.push_back(pid_args); in CommandObjectPlatformProcessInfo()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c5032 struct txn_pred_id_args pid_args; in base_node_origin_rev() local
5034 pid_args.id = pred_id; in base_node_origin_rev()
5035 pid_args.pred_id = NULL; in base_node_origin_rev()
5036 pid_args.pool = subpool; in base_node_origin_rev()
5037 SVN_ERR(svn_fs_base__retry_txn(fs, txn_body_pred_id, &pid_args, in base_node_origin_rev()
5039 if (! pid_args.pred_id) in base_node_origin_rev()
5042 pred_id = svn_fs_base__id_copy(pid_args.pred_id, predidpool); in base_node_origin_rev()