Searched refs:remove (Results 126 - 150 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h119 #define sysremovef remove
126 are not needed and they may get in the way so we remove them here.
285 #define sysremovef remove
1226 #if !defined(remove)
/illumos-gate/usr/src/cmd/logadm/
H A Dmain.c120 " -r remove logname entry from conffile\n"\
490 "dologname: remove conffile entry\n");
980 /* execute a command to remove an expired log file */
1167 (void) remove(file_copy);
1210 (void) remove(file_copy);
1230 (void) remove(file_copy);
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py549 compFiles.remove(fileName)
551 error("filelist.remove() failed")
781 # remove temp files as we no longer need them
851 e2_only_sections.remove(sect)
889 sections.remove(psect)
933 # recursively remove 2 directories
1215 # grab the lock to changedFiles and remove one member
H A Dxref.mk136 # Note that we don't remove the old cscope.out since cscope is smart enough
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c269 if (ofs_client->ib_client->remove) {
270 ofs_client->ib_client->remove(device);
302 * removed, each client's remove method will be called (in the reverse
456 * If it's open already, close it after the remove
462 if (client->remove) {
463 client->remove(device);
506 * Upper level users use ib_unregister_client() to remove their client
508 * will receive a remove callback for each IB device still registered.
530 * If it's open already, close it after the remove
536 if (client->remove) {
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c375 * Add or remove one or more ports to/from an existing link aggregation.
473 uint32_t remove = 0; local
502 remove++;
505 if (remove != nports) {
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c258 .remove = rdsv3_ib_remove_one,
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h644 void (*remove)(struct ib_device *); member in struct:ib_client
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c220 if (remove(path) != 0)
222 "smbd_spool_copyfile: cannot remove %s: %s",
/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DDNSSD.java745 public void remove() method in class:AppleDNSRecord
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs133 modification times; remove or rename a file or directory whose
202 remove, change ownership of, or change permission bits of the
368 Allows a process to add and remove swap devices; when adding a swap
507 Allows a process to install or remove colormaps.
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.c636 * Destroy and remove any remaining breakpoints, set dpr_done and clear
671 dt_proc_lookup(dtrace_hdl_t *dtp, struct ps_prochandle *P, int remove) argument
687 if (remove)
688 *dpp = dpr->dpr_hash; /* remove from pid hash chain */
755 * Before we free the process structure, remove this dt_proc_t from the
757 * and remove this dt_proc_t if it is enqueued.
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc779 * to remove if from LDAP.
803 indices.indices_val[curr_ind].remove(
829 db_mindex::remove(db_query *q) function in class:db_mindex
836 WRITELOCK(this, DB_LOCK_ERROR, "w db_mindex::remove");
837 WRITELOCK2(table, DB_LOCK_ERROR, "w table db_mindex::remove", this);
838 if (q == NULL) { /* remove all entries in table */
849 "wu table db_mindex::remove",
850 "wu db_mindex::remove");
854 "wu table db_mindex::remove",
855 "wu db_mindex::remove");
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h400 #ifndef remove
401 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h379 #ifndef remove
380 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h400 #ifndef remove
401 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h379 #ifndef remove
380 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h400 #ifndef remove
401 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h379 #ifndef remove
380 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h400 #ifndef remove
401 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h379 #ifndef remove
380 extern __MANGLE__ int remove __PROTO__((const char*));
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c849 /* remove the tmp file if it exists */
851 (void) remove(xml_tmp_file);
863 (void) remove(xml_bak_file);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java360 // If the error code is NETWORK_TIMED_OUT, then remove
582 TCPSocketCache.remove(addr);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c347 if (rmdir(path)) { /* try to remove it. */
353 if (remove(path)) {
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s337 ! do not remove these pads, loop above may slow down otherwise

Completed in 180 milliseconds

123456789