Searched refs:old (Results 151 - 175 of 387) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libtnfctl/
H A Dsym.c138 if (obj->old == B_TRUE)
184 if (obj->old == B_TRUE)
237 if (obj->old == B_TRUE)
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h80 #define TIMESTRUC_DELTA(delta, new, old) \
82 (delta).tv_sec = (new).tv_sec - (old).tv_sec; \
83 (delta).tv_nsec = (new).tv_nsec - (old).tv_nsec;\
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dcomm.c28 ** old limit
35 size_t old; local
37 old = Maxdatasize;
39 return old;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh421 O|o|OLD|old)
537 old=QQ
539 *VERSION*)old=${old}_${standard}${part} ;;
541 old=${old}_${name}
542 eval x='$'CONF_name_$old
544 ?*) eval CONF_name_$old=
545 eval flags='$'flags'$'CONF_flags_$old
546 eval values='$'CONF_values_$old
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_engine.c377 engine_state_t *old = est; local
384 est->sc_repo_pid = old->sc_repo_pid;
385 if (old->sc_repo_filename != NULL)
386 est->sc_repo_filename = safe_strdup(old->sc_repo_filename);
387 if (old->sc_repo_doordir != NULL)
388 est->sc_repo_doordir = safe_strdup(old->sc_repo_doordir);
389 if (old->sc_repo_doorname != NULL)
390 est->sc_repo_doorname = safe_strdup(old->sc_repo_doorname);
391 if (old->sc_repo_server != NULL)
392 est->sc_repo_server = safe_strdup(old
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c799 * itl entry is removed for the old format
811 make_extended_device(int type, struct iodev_snapshot *old) argument
820 if (old == NULL)
822 if (get_lti(old->is_name,
826 tptr = safe_alloc(sizeof (*old));
827 bzero(tptr, sizeof (*old));
828 if (old->is_pretty != NULL) {
829 tptr->is_pretty = safe_alloc(strlen(old->is_pretty) + 1);
830 (void) strcpy(tptr->is_pretty, old->is_pretty);
832 bcopy(&old
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c307 register Pathcomp_t *pp=first, *old=0, *ppnext; local
326 if(old)
327 old->next = ppnext;
330 old = pp;
1414 static Pathcomp_t *path_addcomp(Pathcomp_t *first, Pathcomp_t *old,const char *name, int flag) argument
1457 if(old && ((flag&(PATH_PATH|PATH_SKIP))==PATH_PATH))
1458 path_chkpaths(first,old,pp,offset);
1466 static int path_chkpaths(Pathcomp_t *first, Pathcomp_t* old,Pathcomp_t *pp, int offset) argument
1508 path_addcomp(first,old,stakptr(offset),PATH_FPATH|PATH_BFPATH);
1566 Pathcomp_t *old local
1693 register Pathcomp_t *pp=first, *old=0; local
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c348 * If there's already an old UE cache, we're racing with another
350 * cache to the existing old cache.
1802 fmd_hdl_debug(hdl, "cpu_lookup: discarding old state\n");
1813 fmd_hdl_debug(hdl, "cpu_lookup: discarding old ereport\n");
1837 cpu_v0tov3(fmd_hdl_t *hdl, cmd_cpu_0_t *old, size_t oldsz) argument
1847 new->cpu_header = old->cpu0_header;
1849 new->cpu_cpuid = old->cpu0_cpuid;
1850 new->cpu_type = old->cpu0_type;
1851 new->cpu_faulting = old->cpu0_faulting;
1853 new->cpu_asru = old
1863 cpu_v1tov3(fmd_hdl_t *hdl, cmd_cpu_1_t *old, size_t oldsz) argument
1889 cpu_v2tov3(fmd_hdl_t *hdl, cmd_cpu_2_t *old, size_t oldsz) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/
H A Dpppstats.c306 #define V(offset) MAX0(cur.offset - old.offset)
327 struct ppp_stats64 cur, old; local
330 (void) memset(&old, 0, sizeof(old));
472 old = cur;
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1856 uint32_t old, new; local
1860 old = iport->iport_next_free_slot;
1861 cmd_slot = old & 0xFFFF;
1868 new = ((old + (0x10000)) & 0xFFFF0000);
1870 } while (atomic_cas_32(&iport->iport_next_free_slot, old, new) != old);
1947 uint32_t old, new; local
1959 old = new = icmd->icmd_flags;
1960 if (old & ICMD_BEING_ABORTED) {
1964 } while (atomic_cas_32(&icmd->icmd_flags, old, ne
1997 uint32_t old, new; local
2042 uint32_t old, new; local
2151 uint32_t old, new; local
2879 uint32_t old, new; local
3047 uint32_t old, new; local
3081 uint32_t old, new; local
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c497 int old, new = 0, relink = 0, rx_mode = 0, rc = 0; local
509 old = lc->autoneg;
511 if (old != new) {
550 old = lc->requested_fc & (PAUSE_TX | PAUSE_RX);
559 if (new != old) {
568 old = lc->advertising & FW_PORT_CAP_SPEED_10G;
570 if (new != old) {
583 old = lc->advertising & FW_PORT_CAP_SPEED_1G;
586 if (old != new) {
598 old
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h983 int old = *rp; \
985 if (old & DCB_COUNT_USELOCK) { \
986 readers += old & DCB_COUNT_MASK; \
989 new = old | DCB_COUNT_USELOCK; \
990 while (atomic_cas_32(rp, old, new) != old) { \
991 old = *rp; \
992 new = old | DCB_COUNT_USELOCK; \
1010 int old = *rp; \
1012 new = old
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c225 kcf_provider_desc_t *old, kcf_provider_desc_t **new, crypto_func_group_t fg)
227 kcf_provider_desc_t *provider, *real_pd = old;
259 if (old->pd_prov_type == CRYPTO_LOGICAL_PROVIDER) {
260 if (old->pd_provider_list == NULL) {
269 mutex_enter(&old->pd_lock);
270 p = old->pd_provider_list;
344 mutex_exit(&old->pd_lock);
347 if (!KCF_IS_PROV_USABLE(old)) {
353 if (!is_valid_provider_for_mech(old, me, fg)) {
360 !kcf_check_prov_mech_keylen(old, mech_type_
223 kcf_get_hardware_provider(crypto_mech_type_t mech_type_1, crypto_key_t *key1, crypto_mech_type_t mech_type_2, crypto_key_t *key2, kcf_provider_desc_t *old, kcf_provider_desc_t **new, crypto_func_group_t fg) argument
384 kcf_get_hardware_provider_nomech(offset_t offset_1, offset_t offset_2, kcf_provider_desc_t *old, kcf_provider_desc_t **new) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c110 static void unlink_ptp(htable_t *higher, htable_t *old, uintptr_t vaddr);
114 static x86pte_t x86pte_cas(htable_t *ht, uint_t entry, x86pte_t old,
1090 unlink_ptp(htable_t *higher, htable_t *old, uintptr_t vaddr) argument
1093 x86pte_t expect = MAKEPTP(old->ht_pfn, old->ht_level);
1095 hat_t *hat = old->ht_hat;
1099 ASSERT(old->ht_valid_cnt == 0);
1123 DEMAP_ALL_ADDR : old->ht_vaddr);
2086 * about the old pte's REF / MOD bits. If the PFN remains the same, we leave
2096 x86pte_t old; local
2178 x86pte_cas(htable_t *ht, uint_t entry, x86pte_t old, x86pte_t new) argument
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1909 uint32_t new, old; local
1911 new = old = itask->itask_flags;
1915 } while (atomic_cas_32(&itask->itask_flags, old, new) != old);
3782 uint8_t old, new; local
3785 old = new = itl->itl_flags;
3786 if (old & STMF_ITL_BEING_TERMINATED)
3789 } while (atomic_cas_8(&itl->itl_flags, old, new) != old);
4436 uint32_t old, ne local
4601 uint32_t new, old; local
4649 uint32_t new, old; local
4751 uint32_t new, old; local
4793 uint32_t new, old; local
4874 uint32_t new, old; local
4909 uint32_t old, new; local
4956 uint32_t old, new, f, rf; local
5024 uint32_t old, new; local
5155 uint32_t old, new; local
6191 uint32_t old, new; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c322 fmd_conf_path_t *old; local
324 old = pp->cp_value.cpv_ptr;
328 pp->cp_value.cpv_ptr = old;
332 if (old != NULL) {
334 int i, totc = old->cpa_argc + new->cpa_argc;
342 for (i = 0; i < old->cpa_argc; i++)
343 new->cpa_argv[new->cpa_argc++] = old->cpa_argv[i];
351 fmd_free(old->cpa_argv, sizeof (char *) * old->cpa_argc);
352 fmd_free(old, sizeo
[all...]
H A Dfmd_rpc_adm.c623 uint64_t old, now = fmd_time_gethrtime(); local
632 old = fmd_event_hrtime(oep->se_event);
634 old = now;
636 rsi->rsi_delta = now >= old ? now - old : (UINT64_MAX - old) + now + 1;
722 fmd_log_t **lpp, *old, *new; local
760 * the log. If we're successful, release the old log pointer.
767 old = *lpp;
769 if ((new = fmd_log_rotate(old)) !
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1308 smbstat_hrtime_delta(hrtime_t old, hrtime_t new) argument
1312 if ((new >= old) && (old >= 0L))
1313 return ((double)(new - old));
1319 * The new value is negative. Handle the case where the old
1326 if (old > 0L)
1327 return ((double)(n1 - old));
1329 o1 = -old;
1337 * the old entry. This implies we waited quite a few days on a very fast
1340 if (old <
[all...]
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c383 uint8_t old; local
394 IN(dp, MSR, &old, &err, usberr);
398 new = old & ~(MSR_TXFCE | MSR_RXFCE);
417 if (new != old) {
681 uint8_t old; local
690 IN(dp, URF_EEPROM_BASE + 9, &old, &err, usberr);
692 DPRINTF(0, (CE_CONT, "!%s: eeprom offset 9: %02x", dp->name, old));
696 new = old | 0x04;
699 new = old & ~0x04;
701 if (new != old) {
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c470 int old; local
472 old = (__m_screen->_flags & S_ECHO) == S_ECHO;
478 return old;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c474 int old; local
476 old = (__m_screen->_flags & S_ECHO) == S_ECHO;
482 return (old);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c443 void *old; local
461 old = kctl_boot_tmpinit(); /* Set up temporary state */
500 kctl_boot_tmpfini(old);
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c55 POLICY_LIST *n = plist, *old; local
61 old = n;
64 free(old);
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c678 cmn_msg_t *old; local
696 old = root->prev;
697 old->next = root;
698 root = old;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_db.h139 nscd_acc_data_t *old,

Completed in 163 milliseconds

1234567891011>>