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

123456789

/illumos-gate/usr/src/boot/include/
H A Dstdio.h264 int remove(const char *);
/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/cmd/acct/
H A DMakefile33 remove runacct shutacct startup turnacct
47 remove runacct shutacct startup turnacct \
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsggen.c515 remove(s);
518 remove(catfile);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2471 (void) remove(tpath);
2475 return (remove(path));
2481 * attempt to remove and recreate it is made.
7761 while (isspace(*cp)) /* remove leading spaces */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c166 (void) remove(SOCKET_PATH);
220 (void) remove(SOCKET_PATH);
1023 (void) remove(SOCKET_PATH);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c53 /* create or remove nodes or links. unset with -n */
132 /* pointers to create/remove link lists */
565 * suppress. don't create/remove links/nodes
824 * suppress. don't create/remove links/nodes
939 /* suppress. don't create/remove links/nodes */
1010 * may remove a device before the create event for it
1141 * remove dangling entries from /etc/devices
2376 remove_list_element->remove = &(remove_reg->tblp[i]);
2377 remove_list_element->remove->flags |= flags;
2382 (*remove_list_next)->remove
4183 clean_ok(devfsadm_remove_V1_t *remove) argument
[all...]
H A Ddevfsadm_impl.h177 #define REMOVE_MID "devfsadm:remove"
271 devfsadm_remove_V1_t *remove; member in struct:remove_list
410 static int clean_ok(devfsadm_remove_V1_t *remove);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c647 * If 'remove' is true, then the entry is removed from the list and
657 char *tag, boolean_t remove,
665 if (remove) {
655 findconfig( nfsl_config_t **listpp, char *tag, boolean_t remove, nfsl_config_t **tail) argument
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c71 gboolean remove = FALSE; local
76 remove = TRUE;
80 return remove;
/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...]
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/halt/
H A Dhalt.c1631 r = remove(resetting);
1635 (void) fprintf(stderr, gettext("%s: could not remove %s.\n"),
/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/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/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/cmd/ldap/ns_ldap/
H A Didsconfig.sh2247 # Use ${GREP} to remove the SSD. Read from temp file
5062 # We need to remove proxy agent's read access to user passwords,
5079 idsconfig can remove its read access to user passwords.
/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/cmd/make/bin/
H A Ddoname.cc1316 register Dependency *remove; local
1482 for (remove = &line->body.line.dependencies, dependency = *remove;
1484 dependency = *remove) {
1486 dependency = *remove = (*remove)->next;
1526 *remove = (*remove)->next;
1528 remove = &dependency->next;
1531 remove
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c543 * since there's an error, leave file alone; remove
925 /* remove add_drv/rem_drv lock */
1573 * since there's an error, leave file alone; remove
/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/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c2514 (void) remove(conffile);
2525 (void) remove(conffile);
2536 (void) remove(conffile);
2540 (void) remove(conffile);
2721 /* remove State and Condition props for all the nodes under fru */
2803 /* remove all the fru nodes under the child locations */
5437 * fru remove, so that other plugins (like frudata) can
/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 DObjective.java1127 zoneList.remove(0);

Completed in 240 milliseconds

123456789