Home
last modified time | relevance | path

Searched refs:namepath (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/usr.sbin/gssd/
H A Dgssd.c1060 char namepath[PATH_MAX + 5 + 1]; in find_ccache_file() local
1070 len = snprintf(namepath, sizeof(namepath), "%s/%s", dirpath, in find_ccache_file()
1072 if (len < sizeof(namepath) && in find_ccache_file()
1073 (hostbased_initiator_cred == 0 || strcmp(namepath, in find_ccache_file()
1076 lstat(namepath, &sb) >= 0 && in find_ccache_file()
1079 len = snprintf(namepath, sizeof(namepath), "FILE:%s/%s", in find_ccache_file()
1081 if (len < sizeof(namepath) && in find_ccache_file()
1082 is_a_valid_tgt_cache(namepath, uid, &rating, in find_ccache_file()
1088 strcpy(retpath, namepath); in find_ccache_file()
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt6254 iASL: Fixed a namepath optimization problem. An error can occur if the
6256 node that contains the namepath to be optimized does not have a parent
15063 Fixed a problem with compiler namepath optimization where a namepath
16683 found during control method execution. The full ACPI namepath
16790 Fixed a problem where namepath optimization for the Alias operator
16974 Implemented namepath optimization for name declarations. For
17015 prefix. The heavy use of the carat operator by the new namepath
17073 Completed the design and implementation of the ASL namepath
17120 constant folding, integer optimization, and namepath optimization.
18039 where an ASL namepath consists of a single parent prefix (
[all …]