Searched refs:old (Results 226 - 250 of 387) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c226 #define CILEN_ADDRS 10 /* old-style dual address option */
511 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
515 * First see if we want to change our options to the old
516 * forms because we have received old forms from the peer.
519 /* use the old style of address negotiation */
523 /* use the old style only if the peer did */
564 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \
566 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
571 if (!old) { \
[all...]
/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/cmd/cpio/
H A Dutils.c66 e_realloc(int flag, void *old, size_t newsize) argument
68 void *ret = realloc(old, newsize);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c476 mntdup(struct extmnttab *old) argument
480 new->mnt_special = new_string(old->mnt_special);
481 new->mnt_mountp = new_string(old->mnt_mountp);
482 new->mnt_fstype = new_string(old->mnt_fstype);
483 new->mnt_mntopts = new_string(old->mnt_mntopts);
484 new->mnt_time = new_string(old->mnt_time);
485 new->mnt_major = old->mnt_major;
486 new->mnt_minor = old->mnt_minor;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1679 * sof_cas_cookie(handle, old, new)
1684 sof_cas_cookie(sof_handle_t handle, void *old, void *new) argument
1688 return (atomic_cas_ptr(&inst->sofi_cookie, old, new));
1790 struct sonode *so, *old, *new; local
1799 old = so->so_listener;
1800 mutex_enter(&old->so_acceptq_lock);
1801 list_remove(&old->so_acceptq_defer, so);
1802 old->so_acceptq_len--;
1803 mutex_exit(&old->so_acceptq_lock);
/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/lib/libast/common/vmalloc/
H A Dvmmopen.c309 { Void_t* old = u->data; local
311 return old;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c97 * from the old object to the new object.
99 * The caller of this function holds the lock on the old object.
123 * Copy the attribute_info struct from the old
213 * The caller of this function holds the lock on the old object.
1061 * Copy the selected fields from new token object to old
1065 soft_copy_to_old_object(soft_object_t *new, soft_object_t *old) argument
1071 old->class = new->class;
1072 old->bool_attr_mask = new->bool_attr_mask;
1073 soft_cleanup_extra_attr(old);
1076 rv = soft_copy_extra_attr(attrp, old);
[all...]
/illumos-gate/usr/src/uts/common/contract/
H A Dprocess.c149 ctmpl_process_t *old = template->ctmpl_data; local
156 new->ctp_subsume = old->ctp_subsume;
159 new->ctp_params = old->ctp_params;
160 new->ctp_ev_fatal = old->ctp_ev_fatal;
161 new->ctp_svc_fmri = old->ctp_svc_fmri;
165 new->ctp_svc_aux = old->ctp_svc_aux;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1511 ulong_t new, old, bit; local
1522 old = si->evtchn_mask[evi];
1523 new = old | bit;
1524 } while (atomic_cas_ulong(maskp, old, new) != old);
1525 masked = (old & bit) == 0;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc431 if (oldtab != NULL) { // must transfer contents of old to new
435 delete oldtab; // delete old hashtable
932 * and InUseDictionary pointers as well. Also, delete the old dictionary
1355 /* try to close old log file */
2337 db_table_desc *old = search_dictionary(deferred.dictionary, table); local
2340 if (old == NULL) {
2346 * Remove old incarnation from deferred dictionary. We already hold
2347 * a pointer ('old') to it, so don't delete.
2358 if (old->database != 0)
2359 old
2408 db_table_desc *old = search_dictionary(deferred.dictionary, table); local
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c658 tdesc_intr_clone(dwarf_t *dw, tdesc_t *old, size_t bitsz) argument
662 if (!(old->t_flags & TDESC_F_RESOLVED)) {
664 "unresolved type\n", old->t_id);
667 new->t_name = xstrdup(old->t_name);
668 new->t_size = old->t_size;
674 bcopy(old->t_intr, new->t_intr, sizeof (intr_t));
1067 const char *old = tdesc_name(tdp); local
1068 size_t newsz = 7 + strlen(old) + 1;
1070 (void) snprintf(new, newsz, "orphan %s", old);
1072 debug(3, "die %llu: worked around %s %s\n", off, typename, old);
[all...]
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c1253 struct bpf_insn *fcode, *old; local
1261 old = d->bd_filter;
1267 if (old != 0)
1268 kmem_free(old, oldsize);
1282 old = d->bd_filter;
1288 if (old != 0)
1289 kmem_free(old, oldsize);
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c543 sigset_t old; local
548 sablocksigs(&old);
564 saunblocksigs(&old);
586 sigset_t old; local
599 sablocksigs(&old);
646 saunblocksigs(&old);
681 sigset_t old; local
708 sablocksigs(&old);
721 saunblocksigs(&old);
1753 * Only set if value is non NULL, old valu
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c500 lmapping_t *old = NULL; local
504 mklmapping(&old, lpc->lpc_prpageheader);
509 (lmapping_dump_diff(old, new) != 0))) {
511 debug("old\n");
512 lmapping_dump(old);
520 lmapping_free(&old);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c171 * this data structure stores statistics for a rule - both an old set
174 * which pointer points to the "old" data struct (ie, if true, _o pointer
175 * points to old)
235 boolean_t old = flags & ILBST_OLD_VALUES; local
239 assert((old && (flags & ILBST_ABS_NUMBERS)) == B_FALSE);
242 check_valid = !(old || (flags & ILBST_ABS_NUMBERS));
247 num_servers = old ? rp->ird_num_servers_o : rp->ird_num_servers;
253 if (old)
636 * this function walks the array of rules and switches pointer to old
653 * swap server counts - we need the old on
[all...]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c72 * line with an old format. This will cause the file being read to be
395 * Same as rename(2), except that old and new are relative to zoneid's zone
399 dlmgmt_zrename(const char *old, const char *new, zoneid_t zoneid) argument
404 return (dlmgmt_zfop(old, zoneid, dlmgmt_zrename_cb, &zfoparg));
908 * Find any properties in linkp that refer to "old", and rename to "new".
912 dlmgmt_attr_rename(dlmgmt_link_t *linkp, const char *old, const char *new, argument
924 if (strcmp(old, (char *)attrp->lp_val) == 0) {
947 if (strcmp(pname, old) == 0) {
993 * the new name, and req->ls_link is the old link name.
1315 * The old forma
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c1041 uint32_t old = 0; local
1103 old = is_obj_there(&lc);
1104 if (old == 0) {
1111 if (uid > old) {
1112 diff = uid - old;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c131 static void movefile(char *new, char *old);
140 int oldnum; /* number in old cross-ref */
142 FILE *oldrefs; /* old cross-reference file */
950 FILE *oldrefs; /* old cross-reference file */
951 time_t reftime; /* old crossref modification time */
953 char *oldfile; /* file in old cross-reference */
955 char olddir[PATHLEN + 1]; /* directory in old cross-reference */
956 char oldname[PATHLEN + 1]; /* name in old cross-reference */
957 int oldnum; /* number in old cross-ref */
979 * if there is an old cros
1533 movefile(char *new, char *old) argument
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c2415 * old vnode association.
3370 * Transfer the lock count from the old page (if any).
4502 * Replace the page "old" with the page "new" on the page hash and vnode lists
4506 * vp = old->p_vnode;
4507 * off = old->p_offset;
4508 * page_do_hashout(old)
4512 * 1) if old is the only page on the vnode, the v_pages list has a window
4518 page_do_relocate_hash(page_t *new, page_t *old) argument
4521 vnode_t *vp = old->p_vnode;
4524 ASSERT(PAGE_EXCL(old));
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Doptions.sh241 do old=$opt
243 then old=no$opt
308 set --$old
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dsetupterm.c486 * The for loop below takes care of a new curses with an old tic
489 * However, if this is an old curses that doesn't have all the
807 if (cur_term -> old.st_termt == 0)
808 ioctl(cur_term->Filedes, DIOCGETT, &cur_term -> old);
809 cur_term -> new = cur_term -> old;
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h570 rdsv3_conn_transition(struct rdsv3_connection *conn, int old, int new) argument
572 return (atomic_cmpxchg(&conn->c_state, old, new) == old);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c634 is_same_line(old, new, count)
635 cchar_t *old, *new;
639 if (!__m_cc_compare(old, new, 1))
/illumos-gate/usr/src/cmd/logadm/
H A Dtester293 apache -C 24 -a '/usr/apache/bin/apachectl graceful' -p 1m -t '/var/apache/old-logs/$basename.%Y-%m' '/var/apache/logs/*{access,error}_log'
827 apache -C 24 -a '/usr/apache/bin/apachectl graceful' -p 1m -t '/var/apache/old-logs/$basename.%Y-%m' '/var/apache/logs/*{access,error}_log'
1951 -t template template for naming old logs
1952 -z count gzip old logs except most recent count
1954 Options which control the expiration of old logfiles:
1957 -C count expire old logs until count remain
1960 -T pattern pattern for finding old logs

Completed in 129 milliseconds

1234567891011>>