Searched refs:abs_path (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/ |
H A D | boot_http.c | 800 http_head_request(http_handle_t handle, const char *abs_path) in http_head_request() argument 802 return (http_req(handle, abs_path, HTTP_REQ_TYPE_HEAD, 0, 0)); in http_head_request() 820 http_get_request(http_handle_t handle, const char *abs_path) in http_get_request() argument 822 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, -1, 0)); in http_get_request() 843 http_get_range_request(http_handle_t handle, const char *abs_path, in http_get_range_request() argument 856 return (http_req(handle, abs_path, HTTP_REQ_TYPE_GET, curpos, len)); in http_get_range_request() 1528 http_req(http_handle_t handle, const char *abs_path, http_req_t type, in http_req() argument 1543 if (abs_path == NULL || abs_path[0] == '\0') { in http_req() 1568 if (abs_path == NULL || *abs_path != '/') { in http_req() 1571 if (abs_path != NULL) in http_req() [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | nlspath_checks.c | 90 int abs_path = 0; in nls_safe_open() local 127 abs_path = 1; in nls_safe_open() 175 (!abs_path || (!trust_owner && !trust_path) || !trust_group)) { in nls_safe_open()
|
/titanic_41/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 2313 char abs_path[PATH_MAX], cont[PATH_MAX]; in visit_link() local 2319 if (vlp->rel_path == NULL && vlp->abs_path == NULL) { in visit_link() 2325 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path); in visit_link() 2335 if (vlp->abs_path == NULL) { in visit_link() 2337 (void) snprintf(abs_path, sizeof (abs_path), "%s/%s", in visit_link() 2339 vlp->abs_path = abs_path; in visit_link() 2343 if (s_readlink(vlp->abs_path, cont, sizeof (cont)) < 0) { in visit_link() 2373 if (s_realpath(vlp->abs_path, tmp) == NULL) in visit_link() 2397 if (lstat(vlp->abs_path, &sbuf) < 0) { in visit_link() 2399 vlp->abs_path, strerror(errno)); in visit_link() [all …]
|
H A D | devinfo_devlink.h | 169 char *abs_path; member
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 243 int abs_path);
|
H A D | elfedit.c | 1975 elfedit_load_moddir(const char *dirpath, int must_exist, int abs_path) in elfedit_load_moddir() argument 1995 if (abs_path) { in elfedit_load_moddir()
|
/titanic_41/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 227 $file = abs_path($file);
|