Searched refs:removed (Results 1 - 25 of 46) sorted by last modified time

12

/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",
/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/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/sun4v/io/
H A Dvcc.c268 * We have successfully "removed" the driver.
314 * node has been removed. To identify and block these calls,
1164 /* port may be removed */
2207 /* mdeg callback for a removed port */
2401 /* removed port */
2402 D1("vcc_mdeg_cb: removed %d port(s)\n", resp->removed.nelem);
2404 for (idx = 0; idx < resp->removed.nelem; idx++) {
2405 rv = i_vcc_md_remove_port(resp->removed.mdp,
2406 resp->removed
[all...]
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 Dvds.c2154 * is processed, removed from the write queue and
7359 for (i = 0; i < md->removed.nelem; i++)
7360 vds_remove_vd(vds, md->removed.mdp, md->removed.mdep[i]);
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 "
H A Dvnet_gen.c1818 DBG1(vgenp, NULL, "ports: removed(%x), "
1819 "added(%x), updated(%x)\n", resp->removed.nelem,
1822 for (idx = 0; idx < resp->removed.nelem; idx++) {
1823 (void) vgen_remove_port(vgenp, resp->removed.mdp,
1824 resp->removed.mdep[idx]);
1902 DBG1(vgenp, NULL, "added %d : removed %d : curr matched %d"
1903 " : prev matched %d", resp->added.nelem, resp->removed.nelem,
H A Dvsw.c1486 D1(vswp, "%s: added %d : removed %d : curr matched %d"
1488 resp->removed.nelem, resp->match_curr.nelem,
1585 D2(vswp, "%s: added %d : removed %d : curr matched %d"
1587 resp->removed.nelem, resp->match_curr.nelem,
1603 /* process removed ports */
1604 for (idx = 0; idx < resp->removed.nelem; idx++) {
1605 mdp = resp->removed.mdp;
1606 node = resp->removed.mdep[idx];
/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/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/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/hal/hald/
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
/illumos-gate/usr/src/uts/common/inet/ipf/
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...]
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/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/os/
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...]
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/uts/sun4v/sys/
H A Dmdeg.h94 mdeg_diff_t removed; member in struct:__anon10358
/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/tools/scripts/
H A Dxref.mk138 # are renamed or removed, so it may be necessary to do an `xref -c' if
/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/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s812 ! store forces the stored data to be removed from the L3 cache.

Completed in 226 milliseconds

12