Searched refs:path_dir (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/libdiff/test/ |
| H A D | test016.right.txt | 29 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 D | test116.left-P.txt | 29 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 D | test016.left.txt | 29 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 D | test116.right-P.txt | 29 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 D | bnxt_dcb.c | 57 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 D | bnxt_hwrm.h | 51 int bnxt_hwrm_queue_qportcfg(struct bnxt_softc *softc, uint32_t path_dir);
|
| H A D | bnxt_hwrm.c | 271 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 D | nuageinit | 48 local path_dir = root .. dir 49 local path_name = path_dir .. "/" .. name 50 nuage.mkdir_p(path_dir)
|