Searched refs:namepath (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/gssd/ |
H A D | gssd.c | 1001 char namepath[PATH_MAX + 5 + 1]; in find_ccache_file() local 1011 len = snprintf(namepath, sizeof(namepath), "%s/%s", dirpath, in find_ccache_file() 1013 if (len < sizeof(namepath) && in find_ccache_file() 1014 (hostbased_initiator_cred == 0 || strcmp(namepath, in find_ccache_file() 1017 lstat(namepath, &sb) >= 0 && in find_ccache_file() 1020 len = snprintf(namepath, sizeof(namepath), "FILE:%s/%s", in find_ccache_file() 1022 if (len < sizeof(namepath) && in find_ccache_file() 1023 is_a_valid_tgt_cache(namepath, uid, &rating, in find_ccache_file() 1029 strcpy(retpath, namepath); in find_ccache_file()
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 3677 is to add double quotes around an ObjectReference namepath, which turns 5566 This can occur if there are too many parent prefixes in a namepath (for 5638 1)Add offsets for the last nameseg in each namepath for every supported 6468 iASL: Fixed a namepath optimization problem. An error can occur if the 6470 node that contains the namepath to be optimized does not have a parent 10091 qualified namepath, allow multiple backslash prefixes. This can happen 10152 problem where the use of an alias within a namepath would result in a not 14170 For tables other than the DSDT, namepath optimization is automatically 15276 Fixed a problem with compiler namepath optimization where a namepath 15278 the Scope() operator could not be optimized if the namepath was a subpath [all …]
|