Searched refs:removed (Results 1 - 25 of 97) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs-retire.conf30 subscribe resource.fs.zfs.removed
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_dlist.c149 * The caller is responsible for freeing the removed item if it is no
171 * of each item, to return 0 if item should be removed
173 * @param removed
174 * RETURN: the removed item, or NULL if none was found
183 dlist_t **removed)
187 *removed = NULL;
198 *removed = item;
438 dlist_t *removed; local
450 list, item->obj, compare, &removed);
451 while (removed !
179 dlist_remove_equivalent_item( dlist_t *list, void *obj, int (compare)(void *, void *), dlist_t **removed) argument
[all...]
H A Dvolume_dlist.h131 * The caller is responsible for freeing the removed item if it is no
153 * of each item, to return 0 if item should be removed
155 * @param removed
156 * RETURN: the removed item, or NULL if none was found
164 dlist_t **removed);
/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h94 mdeg_diff_t removed; member in struct:__anon10446
/opensolaris-onvv-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c57 md_diff_t removed; member in struct:__anon2173
83 * to the second MD, removed from the first MD, or exist in both
172 /* all the nodes found were removed */
173 diff_res->removed.mdep = md1nodesp;
174 diff_res->removed.nelem = md1count;
185 * removed, and matched pairs.
199 * have been removed. Also keep track of the nodes that
243 /* fill in the removed node list */
246 diff_res->removed.mdep =
249 bcopy(mde_rem_scr, diff_res->removed
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c196 list_t list, removed; local
200 list_create(&removed, sizeof (reference_t),
209 list_move_tail(&removed, &src->rc_removed);
216 list_move_tail(&dst->rc_removed, &removed);
220 list_destroy(&removed);
/opensolaris-onvv-gate/usr/src/cmd/mdb/
H A DREADME33 removed, or are themselves low-level debugging tools, and for customer
/opensolaris-onvv-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.h54 gboolean removed,
H A Dhald.c146 const char *key, gboolean added, gboolean removed,
150 device_send_signal_property_modified (device, key, removed, added);
154 if (added == FALSE && removed == FALSE)
145 gdl_property_changed(HalDeviceStore *store, HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer user_data) argument
H A Ddevice_store.c152 gboolean removed,
158 device, key, added, removed);
397 const char *key, gboolean removed, gboolean added,
403 if (removed)
149 emit_device_property_changed(HalDevice *device, const char *key, gboolean added, gboolean removed, gpointer data) argument
396 match_device_async(HalDeviceStore *store, HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
H A Dhald_dbus.h81 dbus_bool_t removed,
H A Ddevice.h55 gboolean removed,
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dport_subr.c404 int removed = 0; local
422 removed = 1;
426 return (removed);
614 * and removed from the port queue.
623 int removed = 0; local
644 removed = 1;
657 return (removed);
690 * The allocated port_source_t structure is removed from the port as soon as
771 /* last association removed -> free source structure */
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c136 int removed = 0; local
165 removed = decrement_claimant(dup, ino, lfn);
169 ino, lfn, removed);
173 return (added || removed || (dup != NULL));
420 * is being removed and it's a directory inode then add the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
H A DHostname.pm154 All NULs, returns, and newlines are removed from the result.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dfields.t75 like $@, qr/^Pseudo-hashes have been removed from Perl/;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/pod/
H A DPrivilege.pod33 the privileges in $set are removed from the set specified; if $op
/opensolaris-onvv-gate/usr/src/cmd/sgs/prof/sparc/
H A DREADME37 on the library libsymint.a was removed. This leaves SunPro owning the entire
/opensolaris-onvv-gate/usr/src/uts/
H A DMakefile.targ344 "global variable(s) introduced and/or removed."; \
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c357 * unused removed, match_prev, and match_curr lists.
743 * Cache removed nodes.
745 res->removed.mdp = mdeg.md_prev;
746 res->removed.nelem = md_diff_removed(mdd, &(res->removed.mdep));
748 if (res->removed.nelem == -1) {
749 bzero(&(res->removed), sizeof (mdeg_diff_t));
/opensolaris-onvv-gate/usr/src/cmd/Adm/sun/
H A DREADME33 backward compatibility although all of the contents have been removed.
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c142 * Alist is removed completely. However, in some instances the alist is cleaned
162 * of an entire link-map list, after all link-maps have been removed, or none
190 * have previously been removed.
207 * interdependencies (DEPENDS(), CALLER(), handles, etc.) have been removed.
298 * selves have already been removed.
414 * single link-map is removed, as any related link-map may have already been
415 * removed. Thus, lists between link-maps must be broken down before the
843 * control list. The failed objects need to be removed from this list, while
914 * As the objects of this handle are being forcibly removed, first
927 * removed
1020 remove_hdl(Grp_hdl *ghp, Rt_map *clmp, int *removed) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c54 * as the connection has already been removed from the list due to an
161 * running since a tcp_t can be removed from the list
239 boolean_t removed; local
280 removed = tcp_time_wait_remove(tcp, tcp_time_wait);
281 ASSERT(removed);
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c137 * list of slices needing to be removed (zeroed out) prior to
2066 dlist_t *removed = NULL; local
2070 compare_usedslice_name_to_string, &removed);
2072 if (removed != NULL) {
2073 free_used_slice(removed->obj);
2074 removed->obj = NULL;
2075 free(removed);
2263 * those that need to be "removed" by having their sizes
2305 * to be removed.
2328 * PURPOSE: Helper which cleans up the module private list of removed
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lvm/metassist/xml/
H A Dxml_convert.c513 dlist_t *removed = NULL; local
518 list, NULL, compare_is_a_diskset, &removed);
520 if (removed == NULL) {
525 component = removed->obj;

Completed in 332 milliseconds

1234