Home
last modified time | relevance | path

Searched refs:path_dir (Results 1 – 8 of 8) sorted by relevance

/src/contrib/libdiff/test/
H A Dtest016.right.txt29 char *path_dir = NULL, *repo_path = NULL, *logmsg = NULL;
125 path_dir = realpath(argv[0], NULL);
126 if (path_dir == NULL) {
130 got_path_strip_trailing_slashes(path_dir);
142 path_dir, refname);
151 if (unveil(path_dir, "r") != 0) {
152 error = got_error_from_errno2("unveil", path_dir);
165 error = got_repo_import(&new_commit_id, path_dir, logmsg,
H A Dtest116.left-P.txt29 char *path_dir = NULL, *repo_path = NULL, *logmsg = NULL;
125 path_dir = realpath(argv[0], NULL);
126 if (path_dir == NULL) {
130 got_path_strip_trailing_slashes(path_dir);
142 path_dir, refname);
151 if (unveil(path_dir, "r") != 0) {
152 error = got_error_from_errno2("unveil", path_dir);
165 error = got_repo_import(&new_commit_id, path_dir, logmsg,
H A Dtest016.left.txt29 char *path_dir = NULL, *repo_path = NULL, *logmsg = NULL;
125 path_dir = realpath(argv[0], NULL);
126 if (path_dir == NULL) {
130 got_path_strip_trailing_slashes(path_dir);
142 path_dir, refname);
151 if (unveil(path_dir, "r") != 0) {
152 error = got_error_from_errno2("unveil", path_dir);
165 error = got_repo_import(&new_commit_id, path_dir, logmsg,
H A Dtest116.right-P.txt29 char *path_dir = NULL, *repo_path = NULL, *logmsg = NULL;
125 path_dir = realpath(argv[0], NULL);
126 if (path_dir == NULL) {
130 got_path_strip_trailing_slashes(path_dir);
142 path_dir, refname);
151 if (unveil(path_dir, "r") != 0) {
152 error = got_error_from_errno2("unveil", path_dir);
165 error = got_repo_import(&new_commit_id, path_dir, logmsg,
/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c57 uint32_t path_dir) in bnxt_hwrm_queue_pri2cos_cfg() argument
66 req.flags = htole32(path_dir | HWRM_QUEUE_PRI2COS_CFG_INPUT_FLAGS_IVLAN); in bnxt_hwrm_queue_pri2cos_cfg()
67 if (path_dir == HWRM_QUEUE_PRI2COS_CFG_INPUT_FLAGS_PATH_BIDIR || in bnxt_hwrm_queue_pri2cos_cfg()
68 path_dir == HWRM_QUEUE_PRI2COS_CFG_INPUT_FLAGS_PATH_TX) in bnxt_hwrm_queue_pri2cos_cfg()
H A Dbnxt_hwrm.h51 int bnxt_hwrm_queue_qportcfg(struct bnxt_softc *softc, uint32_t path_dir);
H A Dbnxt_hwrm.c271 bnxt_hwrm_queue_qportcfg(struct bnxt_softc *softc, uint32_t path_dir) in bnxt_hwrm_queue_qportcfg() argument
313 if (path_dir == HWRM_QUEUE_QPORTCFG_INPUT_FLAGS_PATH_TX) { in bnxt_hwrm_queue_qportcfg()
1932 static int bnxt_hwrm_pri2cos_idx(struct bnxt_softc *softc, uint32_t path_dir) in bnxt_hwrm_pri2cos_idx() argument
1944 path_dir); in bnxt_hwrm_pri2cos_idx()
1950 if (path_dir == HWRM_QUEUE_PRI2COS_QCFG_INPUT_FLAGS_PATH_TX) { in bnxt_hwrm_pri2cos_idx()
/src/libexec/nuageinit/
H A Dnuageinit48 local path_dir = root .. dir
49 local path_name = path_dir .. "/" .. name
50 nuage.mkdir_p(path_dir)