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

1234567891011

/illumos-gate/usr/src/cmd/audio/utilities/
H A DFir.cc96 int old = order - size; local
98 old * sizeof (double));
/illumos-gate/usr/src/cmd/fs.d/nfs/dfmounts/
H A Ddfmounts.c133 * circuit is unavailable (an old version of mountd perhaps)
219 register struct mountbody *old; local
226 old = ml;
228 free(old);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Diidesc.c95 iidesc_t *old = find.iif_ret; local
98 bcopy(old, &tmp, sizeof (tmp));
99 bcopy(new, old, sizeof (*old));
/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_ddi.c306 * Link new into list before old.
313 nsc_ddi_ls_ins_before(ls_elt_t *old, ls_elt_t *new) argument
316 ls_ins_before(ls_elt_t *old, ls_elt_t *new)
319 new->ls_prev = old->ls_prev;
320 new->ls_next = old;
328 * Link new into list after old.
335 nsc_ddi_ls_ins_after(ls_elt_t *old, ls_elt_t *new) argument
338 ls_ins_after(ls_elt_t *old, ls_elt_t *new)
341 new->ls_next = old->ls_next;
342 new->ls_prev = old;
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_s1394if.c79 uint_t offset, uint32_t compare, uint32_t swap, uint32_t *old);
609 * are setting, the PHY will automatically set it unless we have an old
658 * have an old (1394-1995) PHY. If we have a 1394-1995 PHY, the SL needs to
1150 uint32_t compare, uint32_t swap, uint32_t *old)
1157 ASSERT(old != NULL);
1211 OHCI_CSR_SEL_BUS_MGR_ID, compare, swap, old);
1216 OHCI_CSR_SEL_BANDWIDTH_AVAIL, compare, swap, old);
1221 OHCI_CSR_SEL_CHANS_AVAIL_HI, compare, swap, old);
1226 OHCI_CSR_SEL_CHANS_AVAIL_LO, compare, swap, old);
1149 hci1394_s1394if_csr_cswap32(void *hal_private, uint_t generation, uint_t offset, uint32_t compare, uint32_t swap, uint32_t *old) argument
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_context.c267 drm_context_switch(drm_device_t *dev, int old, int new) argument
275 old, new);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c58 struct memlist *old);
75 fill_memlists(char *name, char *prop, struct memlist *old) argument
122 al = reg_to_list(pm, links, old);
160 reg_to_list(struct sun4u_prom_memlist *ar, size_t n, struct memlist *old) argument
175 if (old)
176 (void) add_to_freelist(old);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c96 struct termios old; local
105 tcgetattr(rfd, &old);
106 tty = old;
113 if (c == old.c_cc[VEOF])
115 else if (c == old.c_cc[VINTR])
117 else if (c == old.c_cc[VQUIT])
124 tcsetattr(rfd, TCSADRAIN, &old);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c359 char * old; local
372 old = makepath(prefix, old_system, (char *)0);
375 if (Rename(old, new) == 0)
376 note ("Renamed %s to %s.\n", old, new);
380 old,
387 old,
393 Free (old);
/illumos-gate/usr/src/uts/common/os/
H A Dclock_highres.c93 hrtime_t old = *addr, new = gethrtime(); local
96 old = *addr;
97 } while (atomic_cas_64((uint64_t *)addr, old, new) != old);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.c320 * Compute the delta between events in nanoseconds. To account for very old
323 * case where 'old' is greater than 'new' (i.e. high-res time has wrapped).
328 uint64_t old = ((fmd_event_impl_t *)e1)->ev_hrt; local
331 return (new >= old ? new - old : (UINT64_MAX - old) + new + 1);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c358 libc_realloc(void *old, size_t size) argument
368 if (old != NULL) {
369 ptr = (private_header_t *)old - 1;
372 (void) memcpy(new, old, size - sizeof (*ptr));
/illumos-gate/usr/src/lib/libproc/common/
H A DPutil.c62 list_unlink(void *old) argument
64 plist_t *p = old;
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Drules.c162 Substitute(register char *string, register char old, argument
170 *(ptr++) = (*string == old ? new : *string);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c338 krb5_rc_iostuff *old)
352 * First, we save the offset of "old". Then, we close and remove
353 * the "new" file so we can do the rename. We also close "old" to
358 * file to the position "old" was at.
362 * Since "old" is now gone, we mourn its disappearance, but we
365 * gets called such that "old" gets closed right afterwards.
367 offset = lseek(old->fd, 0, SEEK_CUR);
376 old_fn = old->fn;
377 old->fn = NULL;
378 close(old
337 krb5_rc_io_move(krb5_context context, krb5_rc_iostuff *new1, krb5_rc_iostuff *old) argument
[all...]
/illumos-gate/usr/src/lib/librstp/common/
H A Dstp_in.c706 UID_STP_CFG_T old; local
709 if (0 != STP_IN_stpm_get_cfg (vlan_id, &old)) {
710 STP_OUT_get_init_stpm_cfg (vlan_id, &old);
715 old.bridge_priority = uid_cfg->bridge_priority;
719 old.max_age = uid_cfg->max_age;
723 old.hello_time = uid_cfg->hello_time;
727 old.forward_delay = uid_cfg->forward_delay;
731 old.force_version = uid_cfg->force_version;
734 rc = _check_stpm_config (&old);
769 this->BrId.prio = old
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c390 dt_handle_status(dtrace_hdl_t *dtp, dtrace_status_t *old, dtrace_status_t *new) argument
394 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old;
405 if (new->dtst_killed && !old->dtst_killed)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c388 TERMINAL *old; local
394 old = cur_term;
397 return __m_return_pointer("set_curterm", old);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dwait.c242 * Convert the status code to old style wait status
272 mapstatus(int *new, int old) argument
274 int stat = old & 0xFF;
282 *new = old;
285 *new = maptooldsig(old & 0x7F);
286 if (old & 0x80)
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c74 * old programs, but we define a new lock, private to libc, to do the
302 realloc(void *old, size_t size) argument
324 if (old == NULL) {
331 cleanfree(old);
336 tp = BLOCK(old);
350 return (old);
358 _free_unlocked(old);
409 return (old);
419 MEMCOPY(new, old, ts);
420 _free_unlocked(old);
464 (void) memmove(DATA(np), old, SIZE(tp)); local
488 realfree(void *old) argument
854 free(void *old) argument
868 _free_unlocked(void *old) argument
[all...]
/illumos-gate/usr/src/cmd/vi/misc/
H A Dxstr.c340 register int old = 0, new = 0; local
347 old++;
348 if (new == 0 && old != 0)
350 mesgwrit = fopen(strings, old ? "r+" : "w");
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c344 int old = 0, new = 0; local
351 old++;
352 if (new == 0 && old != 0)
354 mesgwrit = fopen(strings, old ? "r+" : "w");
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c213 * to 'new' and delete the old nscd data (old).
218 nscd_acc_data_t *old,
224 if (new == old)
225 return (old);
228 (me, "new = %p, old = %p\n", new, old);
230 old_data = _nscd_get(old);
217 _nscd_set( nscd_acc_data_t *old, nscd_acc_data_t *new) argument
/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/cmd/cpc/common/
H A Dsetgrp.c214 cpc_setgrp_clone(cpc_setgrp_t *old) argument
221 newa = emalloc(old->nelem * sizeof (*newa));
223 new->nelem = old->nelem;
224 new->current = old->current;
225 new->cpc = old->cpc;
227 new->smt = old->smt;
228 new->has_sysonly_set = old->has_sysonly_set;
229 for (i = 0; i < old->nelem; i++) {
230 if ((newa[i].set = cpc_strtoset(old->cpc, old
[all...]

Completed in 110 milliseconds

1234567891011