HomeSort by relevance Sort by last modified time
    Searched refs:removed (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-retire/
zfs-retire.conf 30 subscribe resource.fs.zfs.removed
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/common/
volume_dlist.c 149 * 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 != NULL)
    [all...]
volume_dlist.h 131 * 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);
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
mdeg.h 94 mdeg_diff_t removed; member in struct:__anon9454
  /onnv/onnv-gate/usr/src/common/mdesc/
mdesc_diff.c 57 md_diff_t removed; member in struct:__anon1990
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.mdep, remsz)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/
README 33 removed, or are themselves low-level debugging tools, and for customer
  /onnv/onnv-gate/usr/src/cmd/hal/hald/
device_store.h 54 gboolean removed,
hald.c 127 HAL_INFO (("Removed device from GDL; udi=%s", hal_device_get_udi(device)));
146 const char *key, gboolean added, gboolean removed,
150 device_send_signal_property_modified (device, key, removed, added);
154 if (added == FALSE && removed == FALSE)
device_store.c 152 gboolean removed,
158 device, key, added, removed);
397 const char *key, gboolean removed, gboolean added,
403 if (removed)
hald_dbus.h 81 dbus_bool_t removed,
device.h 55 gboolean removed,
  /onnv/onnv-gate/usr/src/uts/common/os/
port_subr.c 404 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 */
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsck/
dup_avl.c 136 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
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
fields.t 75 like $@, qr/^Pseudo-hashes have been removed from Perl/;
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/pod/
Privilege.pod 54 the privileges in $set are removed from the set specified; if $op
  /onnv/onnv-gate/usr/src/cmd/sgs/prof/sparc/
README 37 on the library libsymint.a was removed. This leaves SunPro owning the entire
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.etcsystem 47 * NOTE: As of Solaris 9, priority paging is unnecessary and has been removed.\\
  /onnv/onnv-gate/usr/src/uts/
Makefile.targ 345 "global variable(s) introduced and/or removed."; \
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
mdeg.c 357 * unused removed, match_prev, and match_curr lists.
738 * Cache removed nodes.
740 res->removed.mdp = mdeg.md_prev;
741 res->removed.nelem = md_diff_removed(mdd, &(res->removed.mdep));
743 if (res->removed.nelem == -1) {
744 bzero(&(res->removed), sizeof (mdeg_diff_t));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
FileCache.pm 66 ability to use FileCache on pipes may be removed in a future release.
  /onnv/onnv-gate/usr/src/cmd/Adm/sun/
README 33 backward compatibility although all of the contents have been removed.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
via.pm 36 automagically removed.
75 Optional - layer is about to be removed.
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
remove.c 163 * of an entire link-map list, after all link-maps have been removed, or none
174 * As a whole link-map list is being removed, the debuggers
200 * have previously been removed.
217 * interdependencies (DEPENDS(), CALLER(), handles, etc.) have been removed.
281 * selves have already been removed.
394 * single link-map is removed, as any related link-map may have already been
395 * removed. Thus, lists between link-maps must be broken down before the
810 * control list. The failed objects need to be removed from this list, while
881 * As the objects of this handle are being forcibly removed, first
894 * removed
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/
layout_slice.c 137 * list of slices needing to be removed (zeroed out) prior to
2066 dlist_t *removed = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lvm/metassist/xml/
xml_convert.c 513 dlist_t *removed = NULL; local
518 list, NULL, compare_is_a_diskset, &removed);
520 if (removed == NULL) {
525 component = removed->obj;
    [all...]

Completed in 1440 milliseconds

1 2 3 4