Searched defs:sadmdir (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | pkgserv.c | 74 pkgfilename(char path[PATH_MAX], const char *root, const char *sadmdir, argument 78 sadmdir == NULL ? SADM_DIR : sadmdir, file) >= PATH_MAX) { 147 * The fullpath parameter is used to return the result (stored in *sadmdir), 148 * root is used but returned in the computed sadmdir and so the caller should 153 const char **sadmdir) 163 *sadmdir == NULL ? SADM_DIR : *sadmdir) >= PATH_MAX) { 240 *sadmdir = fullpath; 251 pkgopenserver_i(const char *root, const char *sadmdir, boolean_ argument 152 pkgfindrealsadmdir(char fullpath[PATH_MAX], const char *root, const char **sadmdir) argument 393 pkgopenserver(const char *root, const char *sadmdir, boolean_t ro) argument 545 pkgsync_needed(const char *root, const char *sadmdir, boolean_t want_quit) argument 578 pkgsync(const char *root, const char *sadmdir, boolean_t force_quit) argument [all...] |
Completed in 28 milliseconds