Searched refs:remove (Results 1 - 25 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dremove.c32 #undef remove macro
35 remove(fname) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dremove.c24 #define remove ______remove macro
28 #undef remove macro
35 NoN(remove)
44 remove(const char* path)
H A Dunlink.c35 return(remove(path));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktremove.c35 if (id->ops->remove)
36 return (*id->ops->remove)(context, id, entry);
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSRecord.java49 void remove() method in interface:DNSRecord
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dcleanup.ksh39 log_unresolved Could not remove $TESTDIR2
H A Dsetup.ksh42 log_unresolved Could not remove $TESTDIR2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dsetup.ksh20 rm -rf $TESTDIR || log_fail Could not remove $TESTDIR
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dremove.c39 remove(const char *filename) function
/illumos-gate/usr/src/lib/libmail/common/
H A Dmaillock.c51 * We must, of course, be careful to remove the lock file by a call
77 (void) remove(locktmp);
106 (void) remove(curlock);
117 (void) remove(curlock);
148 (void) remove(tempfile);
151 (void) remove(tempfile);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_002_pos.ksh37 # Verify that 'zpool can only remove inactive hot spare devices from pool'
41 # 2. Try to remove the inactive hotspare device from the pool
42 # 3. Verify that the remove succeed.
58 log_assert "zpool remove can only remove inactive hotspare device from pool"
62 log_must zpool remove $TESTPOOL $spare_devs2
66 log_must zpool remove $TESTPOOL $spare_devs2
69 log_pass "zpool remove can only remove inactive hotspare device from pool"
H A Dzpool_remove_003_pos.ksh37 # Verify that 'zpool can remove hotspare devices from pool when it state
44 # 3. Verify that the zpool remove succeed.
62 log_assert "zpool remove can remove hotspare device which state go though" \
69 log_mustnot zpool remove $TESTPOOL $spare_devs3
71 log_must zpool remove $TESTPOOL $spare_devs3
73 log_pass "'zpool remove device passed as expected.'"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_remove_001_neg.ksh38 # zpool remove returns an error when run as a user
41 # 1. Attempt to remove a device from a pool
48 log_assert "zpool remove returns an error when run as a user"
50 log_mustnot zpool remove $TESTPOOL.virt /$TESTDIR/disk-spare1.dat
59 log_pass "zpool remove returns an error when run as a user"
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmButton.java44 * Note that there is at present no way to remove a root pane entry
48 * remove themselves before disappearing.
178 map.remove(r);
188 map.remove(r);
193 map.remove(r);
197 map.remove(r);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/migration/
H A Dsetup.ksh54 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
60 rm -rf $NONZFS_TESTDIR || log_unresolved Could not remove $NONZFS_TESTDIR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_011_pos.ksh62 log_must zpool remove $TESTPOOL $LDEV
H A Dcache_001_pos.ksh59 log_must zpool remove $TESTPOOL $ldev
H A Dcache_002_pos.ksh59 log_must zpool remove $TESTPOOL $ldev
H A Dcache_003_pos.ksh63 log_must zpool remove $TESTPOOL $ldev
/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Dr.awk.sh51 /usr/sadm/install/scripts/cmdexec /usr/bin/awk remove $savepath $dest ||
H A Dr.sed.sh51 /usr/sadm/install/scripts/cmdexec /bin/sed remove $savepath $dest ||
/illumos-gate/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib27 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
38 rm -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh51 add remove list iostat \
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_glob.h67 int remove, const char *msg);
/illumos-gate/usr/src/cmd/refer/
H A Dinv1.c48 char *remove = NULL; local
88 remove = argv[2];
130 if (remove != NULL)
131 unlink(remove);

Completed in 151 milliseconds

123456789