Searched refs:remove (Results 151 - 175 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh551 printf "$(gettext "You must first run 'kdcmgr destroy' to remove all of these files before creating a KDC server").\n\n"
684 domain=${fqhn#*.} # remove host part
/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c193 remove(tname);
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c52 # define unlink remove
454 * Compress the given file: create a corresponding .gz file and remove the
494 * Uncompress the given file and remove the original.
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h494 #define vn_remove(path, x1, x2) remove(path)
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh600 # if there is an entry for this zone in tnzonecfg, remove it
1062 zonecfg -z $1 remove fs dir=/etc/passwd >/dev/null 2>&1 | grep -v such
1063 zonecfg -z $1 remove fs dir=/etc/shadow >/dev/null 2>&1 | grep -v such
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java315 // We need to be sure that we only remove if it is this
323 inProgress.remove(syncTableKey);
1154 // Filter multicast replies to remove null and error returns.
1207 // Filter multicast replies to remove null and error returns.
1369 // Filter multicast replies to remove null and error returns.
H A DServiceTable.java994 services.remove(aSurl);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile114 putc.o putchar.o puts.o putw.o remove.o \
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c1332 /* remove the mount point */
1334 (void) remove(a_lzMountPoint);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java1127 zoneList.remove(0);
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c398 PRINT_VOPSTAT(niceflag, remove);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c697 (void) remove(listfile);
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py155 # files if the localtip is a workingctx, so remove them in
164 files.remove(f)
266 # flag and remove any ActiveEntry we may have for the
842 # Mercurial will complain, and remove the file.
844 # We preemptively remove the file to avoid the
916 # We need to remove Hg's undo information (used for rollback),
924 raise util.Abort('failed to remove undo data: %s\n' % e)
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h271 exe_q_remove remove; member in struct:ecore_exe_queue_obj
582 * (remove "zero semantics").
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s459 and %o1, MUTEX_THREAD, %o1 ! remove the waiters bit if any
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java927 listenerList.remove(ConsumerListener.class, l);
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1631 r = remove(resetting);
1635 (void) fprintf(stderr, gettext("%s: could not remove %s.\n"),
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh1093 # remove() : Returns a new string after removing the first
1096 remove () function
2453 ALL_MAPLIST=$(remove $MAP $ALL_MAPLIST)
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c4050 * package completely installed - remove any temporary stream
4058 /* remove stream - no longer needed */
4061 (void) remove(zoneStreamName);
4063 /* remove package - no longer needed */
4070 (void) remove(instdir);
/illumos-gate/usr/src/lib/libast/
H A DMakefile.com108 common/comp/remove.o \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s1924 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
1939 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
H A Dspitfire_asm.s2070 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
2085 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
H A Dus3_common_asm.s2985 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
3000 stn %g0, [THREAD_REG + T_LOFAULT] ! remove the lofault handler
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c620 (void) remove(toname);
1524 if (!itsdir(fullname) && remove(fullname) != 0 && errno != ENOENT) {
1527 (void) fprintf(stderr, gettext("%s: Can't remove %s: %s\n"),
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com548 remove.o \

Completed in 176 milliseconds

123456789