Searched refs:remove (Results 26 - 50 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/test/zfs-tests/tests/functional/inuse/
H A Dinuse_004_pos.ksh58 log_unresolved Could not remove $TESTDIR
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dr.build.sh52 if $savepath remove > /tmp/$$build
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common.h107 uint32_t remove:1; /* [29] Remove */ member in struct:hxge_param_map
117 uint32_t remove:1; /* [29] Remove */
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c463 zfs_range_unlock_reader(znode_t *zp, rl_t *remove) argument
470 * The common case is when the remove entry is in the tree
472 * with this one. Otherwise the remove entry will have been
476 if (remove->r_cnt == 1) {
477 avl_remove(tree, remove);
478 if (remove->r_write_wanted) {
479 cv_broadcast(&remove->r_wr_cv);
480 cv_destroy(&remove->r_wr_cv);
482 if (remove->r_read_wanted) {
483 cv_broadcast(&remove
[all...]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c75 " --strlist-rem <value> | --double <value> | --remove)\n"
90 " --remove Indicates that the property should be removed\n"
117 dbus_bool_t remove = FALSE; local
143 {"remove", 0, NULL, 0},
194 } else if (strcmp (opt, "remove") == 0) {
195 remove = TRUE;
216 if ((remove && type != PROP_INVALID) || ((!remove) && type == PROP_INVALID)) {
255 if (remove) {
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c250 if (remove(LOCKFILE) != 0) {
252 "remove(%s) => errno=%d: Please delete file.",
344 if (remove(LOCKFILE) != 0) {
346 "remove(%s) => errno=%d: Please delete file.",
399 if (remove(LOCKFILE) != 0) {
401 "remove(%s) => errno=%d: Please delete file.",
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c339 * (name) of the package to remove
342 * B_FALSE - failed to remove package from file
422 (void) remove(destPath);
442 get_prog_name(), "remove", a_pkgInst, timeb);
488 if ((access(savePath, F_OK) == 0) && remove(savePath)) {
490 (void) remove(destPath);
496 (void) remove(destPath);
505 (void) remove(destPath);
509 if (remove(savePath) != 0) {
615 (void) remove(destPat
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index_c.x122 % db_status remove( item*, entryp );
H A Dldap_glob.c87 __local__nis_ulock_db_table(nis_name name, int readwrite, int remove, argument
H A Ddb_index_entry_c.x148 % bool_t remove( db_index_entry **, bool_t, unsigned long, item *, entryp );
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dsetup.ksh58 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh171 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh187 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DPermSARegTable.java91 htRegs.remove(URL);
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py125 crs.remove(cr)
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.h81 * IBT hca in the system when it is available, the "remove" will be
88 void (*remove)(sol_uverbs_hca_t *); member in struct:sol_uverbs_ib_client
136 * "remove" function pointer will be invoked as hca's are no longer
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c198 if (remove(LOCKFILE) != 0) {
200 "remove(%s) => errno=%d: Please delete file",
264 if (remove(LOCKFILE) != 0) {
266 "remove(%s) => errno=%d: Please delete file",
291 if (remove(LOCKFILE) != 0) {
293 "remove(%s) => errno=%d: Please delete file",
392 if (remove(LOCKFILE) != 0) {
394 "remove(%s) => errno=%d: Please delete file",
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_001_neg.ksh37 # Verify that 'zpool can not remove device except inactive hot spares from pool'
41 # 2. Try to remove device from the pool
42 # 3. Verify that the remove failed.
61 log_mustnot zpool remove $dev
84 log_assert "Check zpool remove <pool> <device> can not remove " \
96 log_pass "'zpool remove <pool> <device> fail as expected .'"
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c112 * tree represents. smb_quota_remove_fs() cannot remove the tree from
224 * then remove it from the list and delete it.
230 boolean_t remove; local
251 remove = (qtree->qt_refcnt == 1);
252 if (remove) {
258 if (remove)
327 * (qtree->qt_sharecnt == 0) remove the qtree from the list.
1145 (void) remove(dir);
1152 (void) remove(dir);
1161 (void) remove(di
[all...]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpr.c78 int remove = 0; local
173 remove = 1;
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast_std.h306 #if !defined(remove)
307 extern int remove(const char*);
/illumos-gate/usr/src/cmd/acct/
H A DMakefile33 remove runacct shutacct startup turnacct
47 remove runacct shutacct startup turnacct \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mv_files/
H A Dmv_files_common.kshlib93 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
96 rm -rf $TESTDIR_TGT || log_unresolved Could not remove $TESTDIR_TGT
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java568 * remove the decision.
574 decisions.remove(decisionKey);
576 it.remove();
597 it.remove();
598 decisions.remove(
H A DStatisticList.java177 * remove the first entry before adding the new entry.
195 * @param o Object to remove from the list.
197 public boolean remove(Object o) method in class:StatisticList
200 ret = super.remove(o);
214 remove(first);
230 * @param l Listener to remove.
233 listeners.remove(l);

Completed in 168 milliseconds

123456789