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

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_conspiracy.c849 const char *mountpoint, const char *source, boolean_t *is_new)
857 if (is_new)
858 *is_new = B_FALSE;
895 if (is_new)
896 *is_new = B_TRUE;
848 shadcons_start(shadow_conspiracy_t *scp, const char *dataset, const char *mountpoint, const char *source, boolean_t *is_new) argument
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs694 * called when the bottommost hash is accessed. If the is_new parameter is
700 get_tie(SV *self, char *module, int instance, char *name, int *is_new)
770 if (is_new) {
771 *is_new = new;
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1196 is_new(zone_dochandle_t handle) function
1316 if (!is_new(handle) && !is_renaming(handle)) {
1596 } else if (is_new(handle)) {
1697 if (!is_new(handle) && !is_renaming(handle)) {
1747 assert(is_new(handle) || is_renaming(handle));

Completed in 58 milliseconds