Searched defs:old (Results 251 - 259 of 259) sorted by relevance

<<11

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2158 * old state list to the new state list.
2877 arc_hdr_realloc(arc_buf_hdr_t *hdr, kmem_cache_t *old, kmem_cache_t *new) argument
2884 ASSERT((old == hdr_full_cache && new == hdr_l2only_cache) ||
2885 (old == hdr_l2only_cache && new == hdr_full_cache));
2961 * must remove the old pointer (that we're about to destroy) and
2970 kmem_cache_free(old, hdr);
H A Dzfs_ioctl.c3678 * zc_name old name of dataset
5308 * zc_value full name of old snapshot
5320 dsl_dataset_t *new, *old; local
5330 error = dsl_dataset_hold(dp, zc->zc_value, FTAG, &old);
5337 error = dsl_dataset_space_written(old, new, &zc->zc_cookie,
5339 dsl_dataset_rele(old, FTAG);
5361 dsl_dataset_t *new, *old; local
5381 error = dsl_dataset_hold(dp, firstsnap, FTAG, &old);
5382 if (error == 0 && !old->ds_is_snapshot) {
5383 dsl_dataset_rele(old, FTA
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c463 Use_old_stat = 0, /* Create an old style -Hodc hdr (small dev's) */
464 Onecopy = 0, /* Flags old vs. new link handling */
2193 * If rename failed, try old construction
3366 * is an old style (binary or -c) archive, create and extract the data for the
3649 * Otherwise, links are handled in one of two ways, for the old headers
3782 /* old style: has acl and data for every link */
6140 /* If the old file needs restoring, do the necessary links */
6572 case '6': /* for old, sixth-edition files */
8076 /* old security info + new attr header(8) + new attr */
8387 "Could not convert to old sta
9706 renameat(int fromfd, char *old, int tofd, char *new) argument
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c630 static ushort_t Oumask = 0; /* old umask value */
4363 /* This field may be zero in old archives. */
6764 /* old security info + new attr header(8) + new attr */
8548 renameat(int fromfd, char *old, int tofd, char *new) argument
8550 return (rename(old, new));
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1155 * memory, which corresponds to the old static reserve for TSBs.
1739 * accessing the old context domains.
1741 * sfmmu_ctxdoms_update(void) frees space used by old context domains and
3301 * If remap and new tte differs from old tte we need
4973 * if the new attr is the same as old
5311 * if the new protection is the same as old
7327 * replace old pfn with new pfn in TTE
7347 * move p_mapping list from old page to new page
8599 * move from the old scd to a new scd, in which case, we want to
9210 * . We're called w/ the "old" groupleade
10630 struct hme_blk *old, *hblkp, *prev; local
13483 struct tsbe *old; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c516 mDNS_StopQuery_internal(m, q); // Stop old query
733 // When receiving a unique record, all old cache records matching "SameResourceRecordSignature" are flushed
960 // If we've announced this record, we really should send a goodbye packet for the old rdata before
2583 // 2. Updated records that need to retract their old data
2605 // See if we should send a courtesy "goodbye" for the old data before we replace it.
2908 // (we have a new record with DelayDelivery set, waiting for the old record to go away before we can notify clients).
3671 // Put our known answer list (either new one from this question or questions, or remainder of old one from last time)
3833 (uint32_t)q->SendQNow, x ? "new" : "old", (uint32_t)q->InterfaceID, q->qname.c, DNSTypeName(q->qtype));
4094 // deliver a RMV (for the current old entry) followed by ADD (for the new entry).
4100 // Instead of delivering an ADD (old entr
11293 mDNSBool old = q->SuppressQuery; local
14732 mDNSBool old, new; local
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6676 uintptr_t old = mstate->dtms_scratch_ptr, saved; local
6783 mstate->dtms_scratch_ptr = old;
8300 dtrace_provider_t *old = (dtrace_provider_t *)id; local
8305 if (old->dtpv_pops.dtps_enable ==
8311 ASSERT(old == dtrace_provider);
8334 if (!old->dtpv_defunct &&
8352 if (probe->dtpr_provider != old)
8367 if (dtrace_gethrtime() - old->dtpv_defunct >
8394 if (probe->dtpr_provider != old)
8422 old
9127 dtrace_meta_t **pp, *old = (dtrace_meta_t *)id; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c2894 * Add transaction entries to tx which will upgrade cur's pg according to old
2903 add_upgrade_entries(scf_transaction_t *tx, pgroup_t *old, pgroup_t *new, argument
2916 is_general = strcmp(old->sc_pgroup_name, SCF_PG_GENERAL) == 0;
2918 for (p = uu_list_first(old->sc_pgroup_props);
2920 p = uu_list_next(old->sc_pgroup_props, p)) {
2921 /* p is a property in the old property group. */
2939 * If the new property is the same as the old, don't do
2964 old->sc_pgroup_name, p->sc_property_name);
2978 old->sc_pgroup_name, 0);
2981 old
3116 upgrade_pg(scf_propertygroup_t *pg, pgroup_t *cur, pgroup_t *old, pgroup_t *new, int speak, const char *fmri) argument
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c812 * Changing the zone name requires us to track both the old and new
924 * Record the old admins from the old zonename
1255 * Move the new document over top of the old.
1707 zone_fsopt_t *last, *old, *new; local
1710 for (old = last; old != NULL; old = old->zone_fsopt_next)
1711 last = old; /* wal
3585 struct zone_rctlvaltab *last, *old, *new; local
[all...]

Completed in 185 milliseconds

<<11