Lines Matching refs:remove

53 /* create or remove nodes or links. unset with -n */
132 /* pointers to create/remove link lists */
565 * suppress. don't create/remove links/nodes
824 * suppress. don't create/remove links/nodes
939 /* suppress. don't create/remove links/nodes */
1010 * may remove a device before the create event for it
1141 * remove dangling entries from /etc/devices
2376 remove_list_element->remove = &(remove_reg->tblp[i]);
2377 remove_list_element->remove->flags |= flags;
2382 (*remove_list_next)->remove->interpose_lvl >=
2383 remove_list_element->remove->interpose_lvl;
2800 /* not a symlink, remove and create */
3110 * link, we recurse and try to remove the minor node (or link if path is
3126 * Note: we don't remove /devices (non-links) entries because they are
3221 * Try to remove any empty directories up the tree. It is assumed that
3254 "%sfailed to remove dir: %s\n", fcn, path);
4142 if ((flags & rm->remove->flags) == flags) {
4150 if (clean_ok(rm->remove) == DEVFSADM_SUCCESS) {
4153 rm->remove->dev_dirs_re, &rd);
4183 clean_ok(devfsadm_remove_V1_t *remove)
4203 if ((cleanup == FALSE) && ((remove->flags & RM_ALWAYS) == 0)) {
4213 * remove structure matches a class given on the command line
4217 if (strcmp(remove->device_class, classes[i]) == 0) {
4226 * Called to remove dangling nodes after receiving a hotplug event
4264 if ((RM_HOT & rm->remove->flags) == RM_HOT) {
4265 head = get_cached_links(rm->remove->dev_dirs_re);
4270 * The remove callback below may remove
4283 * skip its remove
4308 if (rm->remove->flags & RM_NOINTERPOSE) {
4310 (rm->remove->callback_fcn))(rmlink);
4313 (rm->remove->callback_fcn))(rmlink);
4418 * Found a devpath which matches a RE in the remove structure.
4434 * don't do any remove operation on it.
4452 if (cleanup_data->rm->remove->flags & RM_NOINTERPOSE)
4454 (cleanup_data->rm->remove->callback_fcn))(devpath);
4457 (cleanup_data->rm->remove->callback_fcn))(devpath);
4460 * We want no further remove processing for
4764 * get_component() will remove the portion of the string beyond
6103 /* remove newline */