Searched refs:namepath (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/gssd/ |
| H A D | gssd.c | 1451 char namepath[PATH_MAX + 5 + 1]; in find_ccache_file() local 1461 len = snprintf(namepath, sizeof(namepath), "%s/%s", dirpath, in find_ccache_file() 1463 if (len < sizeof(namepath) && in find_ccache_file() 1464 (hostbased_initiator_cred == 0 || strcmp(namepath, in find_ccache_file() 1467 lstat(namepath, &sb) >= 0 && in find_ccache_file() 1470 len = snprintf(namepath, sizeof(namepath), "FILE:%s/%s", in find_ccache_file() 1472 if (len < sizeof(namepath) && in find_ccache_file() 1473 is_a_valid_tgt_cache(namepath, uid, &rating, in find_ccache_file() 1479 strcpy(retpath, namepath); in find_ccache_file()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 3785 is to add double quotes around an ObjectReference namepath, which turns 5674 This can occur if there are too many parent prefixes in a namepath (for 5746 1)Add offsets for the last nameseg in each namepath for every supported 6576 iASL: Fixed a namepath optimization problem. An error can occur if the 6578 node that contains the namepath to be optimized does not have a parent 10199 qualified namepath, allow multiple backslash prefixes. This can happen 10260 problem where the use of an alias within a namepath would result in a not 14278 For tables other than the DSDT, namepath optimization is automatically 15384 Fixed a problem with compiler namepath optimization where a namepath 15386 the Scope() operator could not be optimized if the namepath was a subpath [all …]
|