Searched refs:__setupfiles (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.h47 extern int __setupfiles(const struct passwd *pwd, const m_label_t *, int flags);
H A Dupdatehome.c62 * Calls __setupfiles (which does all the real work).
67 * There is a private contract between __setupfiles in this
68 * directory and login. Changes made to __setupfiles may need to be
183 if (__setupfiles(pwd, min_sl, flags) != 0) {
H A Dsetupfiles.c56 * __setupfiles - Process copy and link files directions in min $HOME.
89 __setupfiles(const struct passwd *pwd, const m_label_t *min_sl, int flags) function
262 * flags = from __setupfiles -- for dprintf and dperror.
328 * flags = from __setupfiles.
440 * flags = from __setupfiles.

Completed in 59 milliseconds