Searched refs:old (Results 251 - 275 of 387) sorted by relevance

<<111213141516

/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c947 * Remove the PG from the bitset in the old partition
1104 * Update the PG bitset in the CPU's old partition
1355 cmt_ev_thread_swtch(pg_t *pg, cpu_t *cp, hrtime_t now, kthread_t *old, argument
1360 if (old == cp->cpu_idle_thread) {
1377 cmt_ev_thread_swtch_pwr(pg_t *pg, cpu_t *cp, hrtime_t now, kthread_t *old, argument
1384 if (old == cp->cpu_idle_thread) {
1397 ASSERT(old != cp->cpu_idle_thread);
1407 if (!THREAD_RUNNABLE_IN_PG(old, cmt)) {
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfts.c699 register char* old; local
715 old = fts->home;
717 memcpy(newp, old, n_old);
721 fts->path = newp + (fts->path - old);
723 fts->base = newp + (fts->base - old);
724 free(old);
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c59 #define NEW_REQARGV(old, n) (xmlChar **)realloc((xmlChar *)old, \
63 #define NEW_REQPAIRARGV(old, n) (assoc_pair_t **)realloc((assoc_pair_t *)old, \
67 #define NEW_REQATTRLISTARGV(old, n)\
68 (object_attrlist_t **)realloc((object_attrlist_t *)old, \
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c2297 * mirror owner. When we swich ownership, we block the old owner and unblock
3438 * Now translate the old records into the new
3480 /* Save the old record id */
3505 uchar_t *old; local
3539 /* Copy the old bm over the new bm */
3543 * Create new bigger incore arrays, copy, and free old ones:
3551 old = un->un_goingdirty_bm;
3553 bcopy((caddr_t)old, (caddr_t)un->un_goingdirty_bm, old_bm_size);
3554 kmem_free((caddr_t)old, old_bm_size);
3556 old
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s95 stn %o5, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
192 cmp %l2, %l0 ! cmp # reqd to fill dst w old src left
351 stn %o5, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
617 stn SAVED_LOFAULT, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
808 stn SAVED_LOFAULT, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
885 stn %o5, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1078 stn SAVED_LOFAULT, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1154 stn %o5, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1160 stn %o5, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1413 ldn [THREAD_REG + T_LOFAULT], %o5 ! save old vecto
[all...]
/illumos-gate/usr/src/uts/sun4u/daktari/io/
H A Dhpc3130_dak.c1070 uint8_t old; local
1073 if (hpc3130_read(handle, HPC3130_ATTEN, slot, &old) != DDI_SUCCESS) {
1076 new = (old & ~HPC3130_ATTN_MASK(led)) |
1086 ((old & HPC3130_ATTN_MASK(led)) !=
1451 uint8_t old; local
1460 count = 0; limit = 0; old = 0xff;
1466 if (old != *status) {
1473 old = *status;
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade327 $CP /etc/vfstab /etc/vfstab.old
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s867 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
908 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1041 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1076 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1100 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1498 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1824 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1957 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1991 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
2017 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofaul
[all...]
H A Dopl_olympus_copy.s822 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
863 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1050 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1440 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1756 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1889 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1923 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
1949 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
2132 stn %o4, [THREAD_REG + T_LOFAULT] ! restore old t_lofault
2369 stn %l6, [THREAD_REG + T_LOFAULT] ! restore old t_lofaul
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c1814 datum old; local
1816 old.dptr = ndbm_map_lookup(map, key.dptr,
1818 if (old.dptr != NULL && *(char *) old.dptr != '\0')
1820 old.dsize = strlen(old.dptr);
1821 if (data.dsize + old.dsize + 2 > bufsiz)
1825 bufsiz = data.dsize + old.dsize + 2;
1829 data.dptr, ",", old.dptr);
1830 data.dsize = data.dsize + old
2530 DBT old; local
[all...]
H A Dqueue.c462 /* save the old temp file away */
898 ** remove the old item if the rename above
941 /* close and unlock old (locked) queue file */
1043 ** being the sig) then the old signal handler (Oldsh) is called
1090 /* Check that a valid 'old signal handler' is callable */
1104 ** being the sig) then the old signal handler (Oldsh) is called to
1142 /* Check that a valid 'old signal handler' is callable */
2928 ** First the old WorkQ is cleared away. Then the WorkList is sorted
2957 /* Clear out old WorkQ. */
3988 ** Process A (us) has the old q
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dtnfctl_int.h103 boolean_t old; /* relative to last sync with linker */ member in struct:objlist
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h276 evWait *evFreeWait(evContext_p *ctx, evWait *old);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Detypes.c46 #include <old.h>
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h177 uint32_t *old);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h54 # error This code triggers bugs in old OpenLDAP implementations. Please update to 2.2.24 or later.
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s964 rdpr %pil, %o0 ! compare old pil level
966 movg %xcc, %o0, %l6 ! if current is lower, drop old pil
1011 ! set %pil from max(old pil, cpu_base_spl)
1184 * Used by setregs (exec) to clean out old user.
1203 ! There are old user windows in the register file. We disable ints
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s800 rdpr %pil, %o0 ! compare old pil level
802 movg %xcc, %o0, %l6 ! if current is lower, drop old pil
847 ! set %pil from max(old pil, cpu_base_spl)
1072 * Used by setregs (exec) to clean out old user.
1091 ! There are old user windows in the register file. We disable ints
1209 ! using a virtual address and the default ASI still takes the old data.
1210 ! Flushing D$ erases old data in D$, so that it will not be loaded.
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh660 # $ sdiff_to_html old/usr/src/tools/scripts/webrev.sh \
719 # Now we have the diffs, generate the HTML for the old file.
1462 /^--- old/ { next }
1463 /^\*\*\* old/ { next }
1485 # source_to_html { new | old } <filename>
1928 # Get old file mode, from the parent revision manifest entry.
2010 # Get old file and its mode from the git object tree
2103 typeset olddir="$WDIR/raw_files/old"
3021 # keep only the old name.
3059 # line: new name followed by the old nam
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1683 const secflagset_t *old; local
1698 old = &psec->psf_effective;
1702 old = &psec->psf_inherit;
1706 old = &psec->psf_lower;
1710 old = &psec->psf_upper;
1714 secflags_copy(&new, old);
1717 au_uwrite(au_to_secflags(s, *old));
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c99 /* for old-style gmon.out, nameslist is only in modules.nl */
119 * old-style gmon.out
603 * dump the normalized raw arc information. For old-style dumping,
1030 does_overlap(ProfModule *new, mod_info_t *old) argument
1032 /* case 1: new module lies completely *before* the old one */
1033 if (new->startaddr < old->load_base && new->endaddr <= old->load_base)
1036 /* case 2: new module lies completely *after* the old one */
1037 if (new->startaddr >= old->load_end && new->endaddr >= old
[all...]
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c609 * read all remaining entries from the old file before switching to
1671 uint_t old, num; local
1690 old = num = ctl->zsctl_cpu_ncache;
1698 if (num <= old) {
1877 uint_t old, num; local
1968 old = num = ctl->zsctl_pset_ncache;
1970 if ((num + 1) <= old) {
2379 uint_t old, num; local
2412 old = num = ctl->zsctl_zone_ncache;
2414 if (num <= old)
3698 zs_usage_cache_t *old; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c873 /* Take this rdc structure off the old group list */
1931 remove_from_many(rdc_k_info_t *old) argument
1933 rdc_u_info_t *uold = &rdc_u_info[old->index];
1938 rdc_many_enter(old);
1942 print_many(old);
1945 if (old->many_next == old) {
1947 if ((q = old->multi_next) != NULL) {
1948 ASSERT(q->multi_next == old);
1950 old
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c1122 * grab the old list before doing our re-name.
1152 "\"%s\" backup completed, but removing old "
1799 char *old = *out; local
1808 len = (old == NULL)? 0 : strlen(old);
1811 new = realloc(old, len);
1814 if (old == NULL)
1816 old = *out = new;
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c694 * Yes, we're converting to a two level. Reuse old level 1
696 * alloc a new level 2 and copy the old level 1 data into it.
1338 * that *old actually refers to.
1341 anon_dup(struct anon_hdr *old, ulong_t old_idx, struct anon_hdr *new, argument
1353 if ((ap = anon_get_next_ptr(old, &index)) == NULL)
1356 ASSERT(!ANON_ISBUSY(anon_get_slot(old, index)));
1379 * empty in the old array it will skip it. If there are 1 or more valid slots
1380 * in the large page region of the old array it will make sure to fill in any
1387 struct anon_hdr *old,
1419 if (anon_get_next_ptr(old,
1386 anon_dup_fill_holes( struct anon_hdr *old, ulong_t old_idx, struct anon_hdr *new, ulong_t new_idx, size_t size, uint_t szc, int noalloc) argument
1595 ulong_t old; local
2407 struct anon *old = *app; local
[all...]

Completed in 143 milliseconds

<<111213141516