Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/titanic_51/usr/src/lib/libast/common/comp/
H A Dremove.c24 #define remove ______remove macro
28 #undef remove
35 NoN(remove)
44 remove(const char* path)
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/
H A Dremove.c24 #define remove ______remove macro
28 #undef remove
35 NoN(remove)
44 remove(const char* path)
/titanic_51/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); in maillock()
106 (void) remove(curlock); in maillock()
117 (void) remove(curlock); in mailunlock()
148 (void) remove(tempfile); in lock1()
151 (void) remove(tempfile); in lock1()
/titanic_51/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c463 zfs_range_unlock_reader(znode_t *zp, rl_t *remove) in zfs_range_unlock_reader() argument
470 * The common case is when the remove entry is in the tree in zfs_range_unlock_reader()
472 * with this one. Otherwise the remove entry will have been in zfs_range_unlock_reader()
476 if (remove->r_cnt == 1) { in zfs_range_unlock_reader()
477 avl_remove(tree, remove); in zfs_range_unlock_reader()
478 if (remove->r_write_wanted) { in zfs_range_unlock_reader()
479 cv_broadcast(&remove->r_wr_cv); in zfs_range_unlock_reader()
480 cv_destroy(&remove->r_wr_cv); in zfs_range_unlock_reader()
482 if (remove->r_read_wanted) { in zfs_range_unlock_reader()
483 cv_broadcast(&remove in zfs_range_unlock_reader()
[all...]
/titanic_51/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); in setAsDefaultButton()
188 map.remove(r); in unreference()
193 map.remove(r); in unreference()
197 map.remove(r); in unreference()
/titanic_51/usr/src/lib/libast/common/features/
H A Dmmap17 #define Failed(file) (remove(file),1)
114 remove(file);
147 remove(file);
154 remove(file);
160 remove(file);
165 remove(file);
170 remove(file);
175 remove(file);
179 remove(file);
238 #define Failed(file) (remove(file),1)
[all …]
H A Dsfio35 remove(file);
41 remove(file);
44 if (remove(file) < 0)
48 remove(file);
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dmmap17 #define Failed(file) (remove(file),1)
114 remove(file);
147 remove(file);
154 remove(file);
160 remove(file);
165 remove(file);
170 remove(file);
175 remove(file);
179 remove(file);
238 #define Failed(file) (remove(fil
[all...]
H A Dsfio45 remove(file);
51 remove(file);
54 if (remove(file) < 0)
58 remove(file);
/titanic_51/usr/src/cmd/svr4pkg/libinst/
H A Dpkgops.c339 * (name) of the package to remove
342 * B_FALSE - failed to remove package from file
422 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
442 get_prog_name(), "remove", a_pkgInst, timeb); in pkgRemovePackageFromGzonlyList()
488 if ((access(savePath, F_OK) == 0) && remove(savePath)) { in pkgRemovePackageFromGzonlyList()
490 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
496 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
505 (void) remove(destPath); in pkgRemovePackageFromGzonlyList()
509 if (remove(savePath) != 0) { in pkgRemovePackageFromGzonlyList()
615 (void) remove(destPat in pkgAddPackageToGzonlyList()
[all...]
/titanic_51/usr/src/cmd/refer/
H A Dinv1.c48 char *remove = NULL; in main() local
88 remove = argv[2]; in main()
130 if (remove != NULL) in main()
131 unlink(remove); in main()
/titanic_51/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c112 * tree represents. smb_quota_remove_fs() cannot remove the tree from
224 * then remove it from the list and delete it.
230 boolean_t remove; in smb_quota_fini() local
251 remove = (qtree->qt_refcnt == 1); in smb_quota_fini()
252 if (remove) { in smb_quota_fini()
258 if (remove) in smb_quota_fini()
327 * (qtree->qt_sharecnt == 0) remove the qtree from the list.
1145 (void) remove(dir); in smb_quota_add_ctrldir()
1152 (void) remove(dir); in smb_quota_add_ctrldir()
1161 (void) remove(di in smb_quota_add_ctrldir()
[all...]
/titanic_51/usr/src/lib/libbc/libc/stdio/common/
H A Dremove.c32 #undef remove
35 remove(fname) in remove() function
/titanic_51/usr/src/cmd/hal/tools/
H A Dhal_set_property.c75 " --strlist-rem <value> | --double <value> | --remove)\n" in usage()
90 " --remove Indicates that the property should be removed\n" in usage()
117 dbus_bool_t remove = FALSE; in main() local
143 {"remove", 0, NULL, 0}, in main()
194 } else if (strcmp (opt, "remove") == 0) { in main()
195 remove = TRUE; in main()
216 if ((remove && type != PROP_INVALID) || ((!remove) && type == PROP_INVALID)) { in main()
255 if (remove) { in main()
H A Dhal-device.c86 unsigned remove:1; member
93 { "remove", 1, NULL, 'r' },
118 opt.remove = 1; in main()
155 else if (opt.remove) in main()
174 "usage: hal-device [--help] [--add udi] [--remove udi] [udi]\n" in help()
175 "Create, remove, or show HAL device. If no udi is given, shows all devices.\n" in help()
179 " -r, --remove udi\tRemove device.\n" in help()
325 if (opt.remove) { in remove_udi()
453 int remove = 0; in process_property() local
458 remove in process_property()
[all...]
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktremove.c35 if (id->ops->remove) in krb5_kt_remove_entry()
36 return (*id->ops->remove)(context, id, entry); in krb5_kt_remove_entry()
/titanic_51/usr/src/cmd/fm/dicts/
H A DGMCA.po37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 msgstr "The system will attempt to offline this cpu to remove it from service."
181 msgstr "The system will attempt to offline this cpu to remove i
[all...]
H A DAMD.po37 msgstr "\n\nIf Solaris is running on bare-metal (native boot) an attempt will be made to remove this memory page from service.\n"
101 msgstr "An attempt will be made to remove this CPU from service."
117 msgstr "An attempt will be made to remove this CPU from service."
133 msgstr "An attempt will be made to remove this CPU from service."
149 msgstr "An attempt will be made to remove this CPU from service."
165 msgstr "An attempt will be made to remove this CPU from service."
181 msgstr "An attempt will be made to remove this CPU from service."
197 msgstr "An attempt will be made to remove this CPU from service."
213 msgstr "An attempt will be made to remove this CPU from service."
229 msgstr "An attempt will be made to remove thi
[all...]
/titanic_51/usr/src/lib/libnisdb/yptol/
H A Dlock_update.c198 if (remove(LOCKFILE) != 0) { in init_update_lock_map()
200 "remove(%s) => errno=%d: Please delete file", in init_update_lock_map()
264 if (remove(LOCKFILE) != 0) { in lock_map_update()
266 "remove(%s) => errno=%d: Please delete file", in lock_map_update()
291 if (remove(LOCKFILE) != 0) { in unlock_map_update()
293 "remove(%s) => errno=%d: Please delete file", in unlock_map_update()
392 if (remove(LOCKFILE) != 0) { in try_lock_map_update()
394 "remove(%s) => errno=%d: Please delete file", in try_lock_map_update()
/titanic_51/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.'"
/titanic_51/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
/titanic_51/usr/src/test/zfs-tests/tests/functional/casenorm/
H A Dcasenorm.kshlib23 $RM -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
34 $RM -rf $TESTDIR || log_unresolved Could not remove $TESTDIR
/titanic_51/usr/src/cmd/ypcmd/shared/
H A Dlockmap.c250 if (remove(LOCKFILE) != 0) { in init_lock_map()
252 "remove(%s) => errno=%d: Please delete file.", in init_lock_map()
344 if (remove(LOCKFILE) != 0) { in lock_core()
346 "remove(%s) => errno=%d: Please delete file.", in lock_core()
399 if (remove(LOCKFILE) != 0) { in unlock_core()
401 "remove(%s) => errno=%d: Please delete file.", in unlock_core()
/titanic_51/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",

12345678910>>...15