| /onnv-gate/usr/src/lib/libast/common/comp/ |
| H A D | remove.c | 24 #define remove ______remove macro 28 #undef remove 35 NoN(remove) 44 remove(const char* path)
|
| /onnv-gate/usr/src/lib/libmail/common/ |
| H A D | maillock.c | 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()
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_rlock.c | 460 zfs_range_unlock_reader(znode_t *zp, rl_t *remove) in zfs_range_unlock_reader() argument 473 if (remove->r_cnt == 1) { in zfs_range_unlock_reader() 474 avl_remove(tree, remove); in zfs_range_unlock_reader() 475 if (remove->r_write_wanted) { in zfs_range_unlock_reader() 476 cv_broadcast(&remove->r_wr_cv); in zfs_range_unlock_reader() 477 cv_destroy(&remove->r_wr_cv); in zfs_range_unlock_reader() 479 if (remove->r_read_wanted) { in zfs_range_unlock_reader() 480 cv_broadcast(&remove->r_rd_cv); in zfs_range_unlock_reader() 481 cv_destroy(&remove->r_rd_cv); in zfs_range_unlock_reader() 484 ASSERT3U(remove->r_cnt, ==, 0); in zfs_range_unlock_reader() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/ |
| H A D | io_sel.t | 29 $sel->remove(\*STDIN) == 1 or print "not "; 32 $sel->remove(\*STDIN, 5, 6) == 1 # two of there are not present 40 $sel->remove(1, 4); 48 $sel->remove([\*STDOUT, 5]); 115 $sel->remove($sel->handles);
|
| H A D | io_poll.t | 61 $poll->remove($stdout); 79 $poll->remove($dupout); 86 $poll->remove($stdin);
|
| /onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| H A D | pmButton.java | 178 map.remove(r); in setAsDefaultButton() 188 map.remove(r); in unreference() 193 map.remove(r); in unreference() 197 map.remove(r); in unreference()
|
| /onnv-gate/usr/src/lib/libast/common/features/ |
| H A D | mmap | 17 #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 D | sfio | 35 remove(file); 41 remove(file); 44 if (remove(file) < 0) 48 remove(file);
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
| H A D | CardPanel.java | 130 remove(cardLabel); in addCard() 172 cards.remove(oldName); in renameCard() 175 remove(comp); in renameCard() 192 cards.remove(name); in removeCard() 193 remove(comp); in removeCard()
|
| H A D | ScrollableArea.java | 75 remove(this.comp); in doAdd() 79 public void remove(Component comp) { in remove() method in ScrollableArea 80 super.remove(comp); in remove()
|
| H A D | CheckboxPanel.java | 69 public void remove(Component comp) { in remove() method in CheckboxPanel 72 super.remove(comp); in remove()
|
| /onnv-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | pkgops.c | 422 (void) remove(destPath); 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(destPath); in pkgAddPackageToGzonlyList() 681 if ((access(savePath, F_OK) == 0) && remove(savePath)) { in pkgAddPackageToGzonlyList() 683 (void) remove(destPath); in pkgAddPackageToGzonlyList() 689 (void) remove(destPath); in pkgAddPackageToGzonlyList() [all …]
|
| /onnv-gate/usr/src/cmd/refer/ |
| H A D | inv1.c | 48 char *remove = NULL; in main() local 88 remove = argv[2]; in main() 130 if (remove != NULL) in main() 131 unlink(remove); in main()
|
| /onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| H A D | remove.c | 32 #undef remove 35 remove(fname) in remove() function
|
| /onnv-gate/usr/src/cmd/hal/tools/ |
| H A D | hal_set_property.c | 117 dbus_bool_t remove = FALSE; in main() local 195 remove = TRUE; in main() 216 if ((remove && type != PROP_INVALID) || ((!remove) && type == PROP_INVALID)) { in main() 255 if (remove) { in main()
|
| H A D | hal-device.c | 86 unsigned remove:1; member 118 opt.remove = 1; in main() 155 else if (opt.remove) in main() 325 if (opt.remove) { in remove_udi() 453 int remove = 0; in process_property() local 458 remove = 1; in process_property() 477 remove = 1; in process_property() 483 if (remove) { in process_property()
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/ |
| H A D | ktremove.c | 35 if (id->ops->remove) in krb5_kt_remove_entry() 36 return (*id->ops->remove)(context, id, entry); in krb5_kt_remove_entry()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Exporter/ |
| H A D | Heavy.pm | 76 my($remove, $spec, @names, @allexports); 80 $remove = $spec =~ s/^!//; 104 warn "Import ".($remove ? "del":"add").": @names " 107 if ($remove) {
|
| /onnv-gate/usr/src/cmd/fm/dicts/ |
| H A D | GMCA.po | 37 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 it from service." [all …]
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/ |
| H A D | List.cxx | 15 void List<T>::remove(const T &value) in remove() function in SP_NAMESPACE::List 19 list_.remove(iter.cur()); in remove()
|
| H A D | IList.h | 26 void remove(T *p) { IListBase::remove(p); } in remove() function
|
| /onnv-gate/usr/src/lib/libnisdb/yptol/ |
| H A D | lock_update.c | 199 if (remove(LOCKFILE) != 0) { in init_update_lock_map() 265 if (remove(LOCKFILE) != 0) { in lock_map_update() 292 if (remove(LOCKFILE) != 0) { in unlock_map_update() 393 if (remove(LOCKFILE) != 0) { in try_lock_map_update()
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
| H A D | ContainerShadow.java | 121 public void remove(AttributeManager child) { in remove() method in ContainerShadow 122 helper.remove(child); in remove() 145 ((Container) body).remove((Component) child.getBody()); in removeChildBody()
|
| H A D | MenuShadow.java | 99 public void remove(AttributeManager child) { in remove() method in MenuShadow 100 helper.remove(child); in remove() 155 ((Menu) body).remove((MenuComponent) child.getBody()); in removeChildBody()
|
| /onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
| H A D | smb_quota.c | 226 boolean_t remove; in smb_quota_fini() local 247 remove = (qtree->qt_refcnt == 1); in smb_quota_fini() 248 if (remove) { in smb_quota_fini() 254 if (remove) in smb_quota_fini() 1138 (void) remove(dir); in smb_quota_add_ctrldir() 1148 (void) remove(dir); in smb_quota_add_ctrldir() 1157 (void) remove(dir); in smb_quota_add_ctrldir() 1167 (void) remove(dir); in smb_quota_add_ctrldir() 1174 (void) remove(dir); in smb_quota_add_ctrldir() 1180 (void) remove(dir); in smb_quota_add_ctrldir() [all …]
|