Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1876 long int max_path; in addDotZ() local
1881 max_path = pathconf(dir, _PC_PATH_MAX); in addDotZ()
1895 if ((strlen(fn) + 2) > (size_t)max_path - 1) { in addDotZ()
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_public.h469 u32 max_path; /* 32bit is wasty, but this will be used often */ member