Lines Matching refs:target

555  * Adds the given target to the link in the specified namespace.
605 * Removes the given target from the link in the specified namespace.
791 * Sets the provided information for the specified root or root target.
792 * Root is specified by 'rootdir' and the target is specified by
884 * Creates a new DFS link or adds a new target to an existing link
886 * Optional verification of link target existence is not implemented.
890 * the server MAY choose to verify whether the link target exists.
892 * this test. If it performs the test and the link target does not
937 * Add a target to an existing link only
940 * adding a target to an existing link.
961 /* checks to see if the target already exists */
968 /* add the new target */
987 * Removes a link or a link target from a DFS namespace. A link can be
990 * 'server' and 'share' parameters specify a target, so if they are NULL
991 * it means the link should be removed, otherwise the specified target
1019 /* remove the specified target in the link */
1025 /* checks to see if the target exists */
1037 /* if last target, then remove the link */
1049 * Sets the provided information for the specified link or link target.
1050 * Link is specified by 'path' and the target is specified by
1575 /* need target information */
1579 /* need target and priority information */
1698 * Initializes the given target structure (t) with provided information.
1712 * Lookup the specified target (server, share) in the given
1713 * target list (targets). If there is a match its index is
1733 * Determines if the passed state is valid for a link/root target
1963 * level, and whether it is the object's state or its target's state
1966 dfs_isvalidstate(uint32_t state, uint32_t type, boolean_t target,
1974 if (!target)
1982 if (!target) {