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

/pkg/src/zoneproxy/zoneproxy-adm/
H A Dzoneproxy-adm.c51 notify_zoneproxyd(zoneid_t zoneid, boolean_t remove) argument
61 if (remove) {
81 boolean_t remove = B_FALSE; local
87 remove = B_TRUE;
106 notify_zoneproxyd(zoneid, remove);
/pkg/src/modules/portable/
H A Dos_darwin.py34 is_admin, get_userid, get_username, chown, rename, remove, link, \
35 split_path, get_root, assert_mode namespace
H A Dos_aix.py35 is_admin, get_userid, get_username, rename, remove, link, split_path, \
36 get_root, assert_mode, copyfile namespace
H A D__init__.py167 def remove(path): function
H A Dos_sunos.py39 remove, link, copyfile, split_path, get_root, assert_mode namespace
63 remove(t_path)
H A Dos_unix.py287 def remove(path): function
H A Dos_windows.py206 def remove(path): function
/pkg/src/modules/actions/
H A Dgroup.py200 def remove(self, pkgplan): member in class:GroupAction
H A Ddirectory.py68 diffs.remove("mode")
109 "continue, please remove the "
219 def remove(self, pkgplan): member in class:DirectoryAction
227 # Cannot remove directory since it's
239 err_txt = _("Unable to remove {0}; it is "
253 err_txt = _("Unable to remove {0}; it "
H A Dlegacy.py127 # remove all consecutively numbered files.
163 def remove(self, pkgplan): member in class:LegacyAction
H A Dlink.py74 self.remove(pkgplan)
100 def remove(self, pkgplan): member in class:LinkAction
H A Duser.py312 def remove(self, pkgplan): member in class:UserAction
H A Ddriver.py209 # image, remove them from the db we made by slurping in
257 driver; both drivers cannot be installed simultaneously. Please remove\n\
463 print("tried to add {0} and remove {1}".format(
574 # We remove policies before adding them, since removing a policy
579 # update_drv to remove it unless there's a minor node associated
911 def remove(self, pkgplan): member in class:DriverAction
H A Dlicense.py162 def remove(self, pkgplan): member in class:LicenseAction
H A Dfile.py719 def remove(self, pkgplan): member in class:FileAction
728 remove = save_file[1]
730 if remove != "true":
758 # Attempt to remove the file.
768 # There are only two likely reasons we couldn't remove the file;
H A Dgeneric.py808 # currently exists, while permitting future changes to remove
1080 """Client-side method that performs pre-remove actions."""
1083 def remove(self, pkgplan): member in class:Action
1096 portable.remove(path)
1104 err_txt = _("Unable to remove {0}; it is in use "
1114 err_txt = _("Unable to remove {0}; it is in "
1132 # Attempting to remove a directory as performed above
1133 # gives EPERM. First, try to remove the directory,
1150 """Client-side method that performs post-remove actions."""
/pkg/src/modules/file_layout/
H A Dfile_manager.py27 insert, lookup, and remove files, stored in the download directory of the
220 # new destination *before* attempting to remove
312 # Attempt to remove the parent directory of the file's original
330 def remove(self, hashval): member in class:FileManager
336 "remove")
341 portable.remove(cur_full_path)
/pkg/src/modules/
H A Dcatalog.py287 portable.remove(self.pathname)
783 def remove(self, pfmri, op_time=None): member in class:CatalogPart
977 REMOVE = "remove"
1645 # remove...
2270 part.remove(pfmri,
2392 portable.remove(pname)
3637 part.remove(pfmri, op_time=op_time)

Completed in 72 milliseconds