Searched defs:updateproto (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c525 * enable_group(group, updateproto, notify, proto)
534 enable_group(sa_group_t group, char *updateproto, int notify, char *proto) argument
545 if (updateproto != NULL)
546 (void) sa_update_legacy(share, updateproto);
580 * enable_all_groups(list, setstate, online, updateproto)
582 * Given a list of groups, enable each one found. If updateproto is
589 int online, char *updateproto, int enable)
629 updateproto);
636 updateproto);
640 updateproto);
588 enable_all_groups(sa_handle_t handle, struct list *work, int setstate, int online, char *updateproto, int enable) argument
[all...]

Completed in 66 milliseconds