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

12

/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs-retire.conf30 subscribe resource.fs.zfs.removed
/illumos-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);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h94 mdeg_diff_t removed; member in struct:__anon10358
/illumos-gate/usr/src/common/mdesc/
H A Dmdesc_diff.c57 md_diff_t removed; member in struct:__anon2008
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...]
/illumos-gate/usr/src/cmd/make/bin/
H A Drep.cc196 rp->removed = false;
230 * If this entry has already been removed, ignore it.
232 if (rp->removed)
244 rp->removed = true;
248 rp->removed = true;
294 rp->removed = true;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c210 list_t list, removed; local
214 list_create(&removed, sizeof (reference_t),
223 list_move_tail(&removed, &src->rc_removed);
230 list_move_tail(&dst->rc_removed, &removed);
234 list_destroy(&removed);
/illumos-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,
/illumos-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 */
/illumos-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
/illumos-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));
H A Dvldc.c245 * We have successfully "removed" the driver.
371 D1("i_vldc_mdeg_cb: added=%d, removed=%d, matched=%d\n",
372 resp->added.nelem, resp->removed.nelem, resp->match_prev.nelem);
388 /* process removed ports */
389 for (idx = 0; idx < resp->removed.nelem; idx++) {
390 mdp = resp->removed.mdp;
391 node = resp->removed.mdep[idx];
393 D1("i_vldc_mdeg_cb: processing removed node 0x%lx\n", node);
398 "removed list has no 'id' property", node);
746 D1("i_vldc_remove_port: removed vld
[all...]
H A Dvlds.c1078 DS_DBG_VLDS(CE_NOTE, "%s: added=%d, removed=%d, matched=%d", __func__,
1079 resp->added.nelem, resp->removed.nelem, resp->match_prev.nelem);
1098 /* process removed ports */
1099 for (idx = 0; idx < resp->removed.nelem; idx++) {
1100 mdp = resp->removed.mdp;
1101 node = resp->removed.mdep[idx];
1103 DS_DBG_VLDS(CE_NOTE, "%s: processing removed node 0x%lx",
1108 cmn_err(CE_NOTE, "%s: node 0x%lx of removed list "
/illumos-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...]
/illumos-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...]
/illumos-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;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist75 36 Identifier removed
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dumultiply.s143 ! (N xor V), the extra term is automagically removed for negative
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c711 int flags, addr_type, removed; local
1182 removed = nfs4_mi_zonelist_remove(mi);
1183 if (removed)
2200 * it could be the case that the symlink was removed at
2283 int num_retry, removed; local
2482 * it could be the case that the symlink was removed at
2652 removed = nfs4_mi_zonelist_remove(mi);
2653 if (removed)
2678 int removed; local
2777 removed
4298 int removed; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3304 int removed = 0; local
3317 removed = 1;
3356 if (removed)
3365 * If entry has already been removed from table,
3368 if (!removed)
3496 int removed; local
3499 removed = 0;
3511 removed++;
3516 removed = ipf_flushclosing(STATE_FLUSH,
3524 removed
[all...]
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h153 Boolean removed;/* This target is no longer recursive*/ member in struct:_Recursive_make

Completed in 115 milliseconds

12