Searched defs:abs_path (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c90 int abs_path = 0; local
124 * set abs_path.
127 abs_path = 1;
175 (!abs_path || (!trust_owner && !trust_path) || !trust_group)) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h169 char *abs_path; member in struct:di_devlink
H A Ddevinfo_devlink.c2313 char abs_path[PATH_MAX], cont[PATH_MAX]; local
2319 if (vlp->rel_path == NULL && vlp->abs_path == NULL) {
2325 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path);
2335 if (vlp->abs_path == NULL) {
2337 (void) snprintf(abs_path, sizeof (abs_path), "%s/%s",
2339 vlp->abs_path = abs_path;
2343 if (s_readlink(vlp->abs_path, cont, sizeof (cont)) < 0) {
2373 if (s_realpath(vlp->abs_path, tm
[all...]
/illumos-gate/usr/src/common/net/wanboot/
H A Dboot_http.c788 * ret = http_head_request(handle, abs_path);
792 * abs_path- File name portion of the URI, beginning with a /. Query,
800 http_head_request(http_handle_t handle, const char *abs_path) argument
802 return (http_req(handle, abs_path, HTTP_REQ_TYPE_HEAD, 0, 0));
808 * ret = http_get_request(handle, abs_path);
812 * abs_path- File name portion of the URI, beginning with a /. Query,
820 http_get_request(http_handle_t handle, const char *abs_path) argument
822 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, -1, 0));
828 * ret = http_get_range_request(handle, abs_path, curpos, len);
832 * abs_path
843 http_get_range_request(http_handle_t handle, const char *abs_path, offset_t curpos, offset_t len) argument
1528 http_req(http_handle_t handle, const char *abs_path, http_req_t type, offset_t curpos, offset_t len) argument
[all...]
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1970 * abs_path - If True, files are loaded using their literal paths.
1975 elfedit_load_moddir(const char *dirpath, int must_exist, int abs_path) argument
1995 if (abs_path) {

Completed in 79 milliseconds