Searched refs:remove (Results 51 - 75 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c84 bool remove = false; local
160 remove = true;
189 (remove && argc != 3) ||
372 else if (remove)
397 "%s: couldn't remove key %s in map %s (error)\n",
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A DMakefile35 remove.o move.o tls.o cap.o
/illumos-gate/usr/src/test/zfs-tests/cmd/readmmap/
H A Dreadmmap.c72 (void) remove(filename);
/illumos-gate/usr/src/test/zfs-tests/cmd/rm_lnkcnt_zero_file/
H A Drm_lnkcnt_zero_file.c91 ret = remove(buf);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h328 uint32_t remove:1; /* [29] Remove */ member in struct:nxge_param_map
338 uint32_t remove:1; /* [29] Remove */
346 uint32_t remove:1; /* [29] Remove */ member in struct:nxge_rcr_param
354 uint32_t remove:1; /* [29] Remove */
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c137 int poolnodecommand(remove, argc, argv)
138 int remove, argc;
206 fprintf(stderr, "poolname not given with add/remove node\n");
210 if (remove == 0)
218 int poolcommand(remove, argc, argv)
219 int remove, argc;
283 fprintf(stderr, "poolname not given with add/remove pool\n");
297 if (remove == 0) {
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c389 * server gave in the last received HostAnnouncement) and remove timed-out
398 * gave in the last received DomainAnnouncement) and remove timed-out
730 * implementations may take more than 3X to actually remove
771 uint32_t next_announcement, boolean_t remove,
824 if (remove || (!smb_netbios_running()))
1188 smb_browser_non_master_duties(smb_hostinfo_t *hinfo, boolean_t remove) argument
1196 remove, 0, NBT_MB);
1210 remove, &addr, NBT_MB);
1219 remove, hinfo->hi_interval, &addr, NBT_DMB);
770 smb_browser_send_HostAnnouncement(smb_hostinfo_t *hinfo, uint32_t next_announcement, boolean_t remove, addr_entry_t *addr, char suffix) argument
H A Dsmbns_krb.c208 if ((remove(path) < 0) && (errno != ENOENT))
209 syslog(LOG_ERR, "smbns_krb: failed to remove ccache (%s)",
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh83 remove
94 remove
241 /lib/inet/in.mpathd 0555 root:bin remove
324 # install or remove drivers will work. NOTE: add_drv and rem_drv are hard
325 # linked to isaexec so we want to remove the current executable and
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java178 public void remove() throws PoolsException method in class:Configuration
281 elements.remove(aPool.getKey());
384 elements.remove(res.getKey());
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh190 rmdir "${tmpdir}" || err_exit "Cannot remove temporary directory ${tmpdir}".
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvMsg.java190 URLSignatures.remove(URL);
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_hardlink.c86 NDMP_LOG(LOG_DEBUG, "(2): remove node, inode = %lu",
91 /* remove the temporary file */
94 NDMP_LOG(LOG_DEBUG, "(3): remove temp file %s",
96 if (remove(hl->path)) {
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.h28 void (*remove) (char *devfs_path); member in struct:DevinfoDevHandler_s
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c86 unsigned remove:1; member in struct:__anon637
93 { "remove", 1, NULL, 'r' },
118 opt.remove = 1;
155 else if (opt.remove)
174 "usage: hal-device [--help] [--add udi] [--remove udi] [udi]\n"
175 "Create, remove, or show HAL device. If no udi is given, shows all devices.\n"
179 " -r, --remove udi\tRemove device.\n"
325 if (opt.remove) {
453 int remove = 0; local
458 remove
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A DMakefile35 remove.o move.o tls.o cap.o
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A DMakefile33 remove.o move.o tls.o cap.o
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A DMakefile33 remove.o move.o tls.o cap.o
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h147 extern int remove(char *);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc228 db_index::remove(item* index_value, entryp recnum) function in class:db_index
237 WRITELOCK(this, DB_LOCK_ERROR, "w db_index::remove");
239 WRITEUNLOCK(this, DB_NOTFOUND, "wu db_index::remove");
249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value,
255 WRITEUNLOCK(this, ret, "wu db_index::remove");
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcppath.c129 * --> non-access mode bits (remove SET?UID bits)
171 (void) remove(linknam);
193 (void) remove(linknam);
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_hca.c139 if (client->remove) {
140 client->remove(hca);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_std.h320 #if !defined(remove)
321 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_std.h320 #if !defined(remove)
321 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_std.h320 #if !defined(remove)
321 extern __MANGLE__ int remove __PROTO__((const char*));

Completed in 150 milliseconds

123456789