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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h94 mdeg_diff_t removed; member in struct:__anon10358
/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...]
/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.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.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.c1004 gboolean removed, gboolean added, gpointer user_data)
1012 if (removed)
1003 prop_changed_cb(HalDevice *device, const char *key, gboolean removed, gboolean added, gpointer user_data) argument
H A Dhald_dbus.c649 * @param device The HalDevice removed
2226 dbus_bool_t removed; /**< true iff property was removed */ member in struct:PendingUpdate_s
2316 &(pu_iter2->removed));
2357 dbus_bool_t added, dbus_bool_t removed)
2364 HAL_INFO(("Entering, udi=%s, key=%s, in_gdl=%s, removed=%s added=%s",
2367 removed ? "true" : "false",
2377 pu->removed = removed;
2414 dbus_message_iter_append_basic (&iter_struct, DBUS_TYPE_BOOLEAN, &removed);
2356 device_send_signal_property_modified(HalDevice *device, const char *key, dbus_bool_t added, dbus_bool_t removed) argument
[all...]
/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 */
H A Dstrsubr.c267 * when it falls to zero, the perdm structure is removed from the list and
1349 * Only reset QENAB if the queue was removed from the runlist.
1352 * It is removed from the service list but QENAB is still set.
1355 * Thus we can not reset QENAB unless we actually removed it from the service
1364 int removed; local
1367 RMQ(qp, qhead, qtail, q_link, q_chase, q_curr, removed);
1369 if (removed) {
1816 * and cleared in the end of mlink when passthru queue is removed.
1965 /* The passthru module is removed so we may release STRPLUMB */
2077 * lbfree() have removed i
3805 int removed; local
[all...]
/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/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/tools/onbld/Scm/
H A DWorkSpace.py35 # modified/added/removed as compared to the parent workspace, whether
66 REMOVED - File is being removed
79 REMOVED = intern('removed')
104 '''Return True if this ActiveEntry represents a removed file'''
215 if kind in ('modified', 'added', 'removed'))
247 # that ends up being removed, since that trumps any
251 # intermediate name of a removed file will appear
265 # If the parentname is marked as removed, set the renamed
273 elif status.get(entry.parentname) == 'removed':
369 changesets which are components of the ActiveList removed
581 def removed(self): member in class:activectx
[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
/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/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c74 * the position of the removed attribute. Returns TRUE if specified
75 * attribute is removed.
2191 boolean_t removed; local
2295 removed = remove_one_attribute(newTemplate, CKA_VALUE_LEN,
2298 rv = kernel_build_object(newTemplate, removed ? attr_count - 1 :
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c48 * or directory will not prevent it from being removed or renamed or block an
108 * entries get removed. An exception event on a file or directory means its
113 * removed and discarded.
122 * removed and freed only when the vnode becomes inactive. The FEM hooks are
124 * get un-installed when all the watches are removed.
130 * the beginning. In case of exception events, the portfop_t will be removed
612 * Returns 1 if pfp removed successfully.
636 * is not being removed by some other thread.
659 * removed.
674 * if we find an event on the queue and removed i
1711 int removed = 0; 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...]
H A Dip_nat.c249 * and packet storms can occur if this is removed too quickly.
283 * this too and packet storms can occur if this is removed
1909 int removed = 0; local
1922 removed = 1;
1959 if (removed)
1968 * If entry had already been removed,
1971 if (!removed)
5754 int removed; local
5757 removed = 0;
5767 removed
[all...]
H A Dfil.c3510 /* to store the accumulating count of rules removed, whereas the returned */
3511 /* value is just the number removed from the current list. The latter is */
3647 /* rp(I) - rule added/removed with skip in it. */
3650 /* or removed. */
3744 /* newifp(I) - interface identifier being introduced/removed */
7501 /* Returns: number of dropped/removed entries from the queue */
7649 int idletime, removed, idle_idx; local
7651 removed = 0;
7696 removed += ipf_earlydrop(flushtype, ipfqs, idletime, ifs);
7714 removed
[all...]
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.c267 /** Device removed */
1025 dbus_bool_t removed; local
1044 dbus_message_iter_get_basic (&iter_struct, &removed);
1050 key, removed,
2002 * Returns: TRUE if the string was removed, FALSE if the device didn't
2060 * Returns: TRUE if the string was removed, FALSE if the device didn't
2376 * This method can be invoked when a device is removed. The HAL daemon
2383 * Returns: TRUE if the device was removed, FALSE otherwise
3057 * libhal_device_remove_property_watch, if the device is removed.
3376 * @callback: the function to call when a device is removed
[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/uts/common/io/aggr/
H A Daggr_grp.c791 * the HW ring and associated SRS will soon been removed when
792 * the port is removed from the aggr.
1521 * If the MAC address of the port being removed was assigned
1678 * removed ring for transmission. Once the port has been
1899 * time a MAC is removed from the group.
2700 boolean_t removed = B_FALSE; local
2708 removed = B_TRUE;
2712 if (removed && (rv = mac_unicast_add(port->lp_mch, NULL,
2718 * will be removed once the CR is fixed.
/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/cmd/mdb/common/modules/zfs/
H A Dzfs.c2792 boolean_t removed = (boolean_t)arg; local
2802 if (removed)
2803 mdb_printf("removed ");
2814 if (removed) {
2815 mdb_printf("removed at:\n");
3952 "\t-r display recently removed references",

Completed in 193 milliseconds