Home
last modified time | relevance | path

Searched refs:old (Results 176 – 200 of 600) sorted by path

12345678910>>...24

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c2025 char *old = mdb_nv_get_cookie(v); in pt_env_set() local
2026 mdb_free(old, strlen(old) + 1); in pt_env_set()
/illumos-gate/usr/src/cmd/mdb/demo/
H A DREADME97 The %o token expands to the old value of the path. The %i token expands to
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/kctl/
H A Dkctl_isadep.c211 kctl_boot_tmpfini(void *old) in kctl_boot_tmpfini() argument
213 boot_kdi_tmpfini(old); in kctl_boot_tmpfini()
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c231 put_minor_range(FILE *fp, fileentry_t *old, const char *devn, const char *tail, in put_minor_range() argument
235 if (old != NULL && old->rawbuf != old->orgentry) in put_minor_range()
236 (void) fwrite(old->rawbuf, 1, old->orgentry - old->rawbuf, fp); in put_minor_range()
255 FILE *old, *new; in delete_one_entry() local
284 old = fopen(filename, "r"); in delete_one_entry()
286 if (old == NULL) in delete_one_entry()
296 (void) fclose(old); in delete_one_entry()
303 if (fstat(fileno(old), &buf) == 0) { in delete_one_entry()
311 while ((fep = fgetline(old))) { in delete_one_entry()
410 (void) fclose(old); in delete_one_entry()
/illumos-gate/usr/src/cmd/ndmpstat/
H A Dndmpstat_main.c57 #define DELTA(v) (new->ns_##v - (old ? old->ns_##v : 0))
78 ndmp_stat_t *old = NULL; in main() local
137 dostats(old, nstat); in main()
141 free(old); in main()
142 old = nstat; in main()
145 free(old); in main()
149 free(old); in main()
153 dostats(old, nstat); in main()
173 dostats(ndmp_stat_t *old, ndmp_stat_t *new) in dostats() argument
188 if (!old) { in dostats()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c216 nscd_acc_data_t *old, in _nscd_set() argument
222 if (new == old) in _nscd_set()
223 return (old); in _nscd_set()
226 (me, "new = %p, old = %p\n", new, old); in _nscd_set()
228 old_data = _nscd_get(old); in _nscd_set()
H A Dnscd_db.h137 nscd_acc_data_t *old,
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c152 bind_out(id_t pid, id_t lwpid, processorid_t old, processorid_t new) in bind_out() argument
165 if (old == PBIND_NONE) { in bind_out()
175 "now not bound\n"), proclwp, pidstr, old); in bind_out()
178 "now %d\n"), proclwp, pidstr, old, new); in bind_out()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs277 # works for both old and new versions of liblgrp.
/illumos-gate/usr/src/cmd/projadd/
H A Dprojmod.pl86 my ($new, $old, $mode) = @_;
90 my @merged = @$old;
91 my %look = map { $_ => 1 } @$old;
120 foreach my $e (@$old) {
154 my ($new, $old, $mode) = @_;
162 if (!defined($old) && !defined($new)) {
168 if (defined($old)) {
169 push(@merged, @$old);
178 $lastmerged = $old;
234 my ($new, $old, $mode) = @_;
[all …]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c2248 prtime(timestruc_t st, int width, int old) in prtime() argument
2257 (void) strftime(sttim, sizeof (sttim), old? in prtime()
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c175 assign_out(processorid_t cpu, psetid_t old, psetid_t new) in assign_out() argument
177 if (old == PS_NONE) { in assign_out()
187 "now not assigned\n"), cpu, old); in assign_out()
190 "now %d\n"), cpu, old, new); in assign_out()
256 bind_out(id_t pid, id_t lwpid, psetid_t old, psetid_t new) in bind_out() argument
269 if (old == PS_NONE) { in bind_out()
279 "now not bound\n"), proclwp, pidstr, old); in bind_out()
282 "now %d\n"), proclwp, pidstr, old, new); in bind_out()
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c498 lmapping_t *old = NULL; in merge_current_pagedata() local
502 mklmapping(&old, lpc->lpc_prpageheader); in merge_current_pagedata()
507 (lmapping_dump_diff(old, new) != 0))) { in merge_current_pagedata()
510 lmapping_dump(old); in merge_current_pagedata()
518 lmapping_free(&old); in merge_current_pagedata()
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c441 char *old = def->def.ty.old_type; in ptypedef() local
446 if (!streq(name, old)) { in ptypedef()
447 if (streq(old, "string")) { in ptypedef()
448 old = "char"; in ptypedef()
450 } else if (streq(old, "opaque")) { in ptypedef()
451 old = "char"; in ptypedef()
452 } else if (streq(old, "bool")) { in ptypedef()
453 old = "bool_t"; in ptypedef()
455 if (undefined2(old, name) && def->def.ty.old_prefix) in ptypedef()
465 f_print(fout, "\t%s%s *%s_val;\n", prefix, old, name); in ptypedef()
[all …]
/illumos-gate/usr/src/cmd/sa/
H A Dsar.c1169 ulong_delta(uint64_t *new, uint64_t *old, uint64_t *delta, uint64_t *accum, in ulong_delta() argument
1177 o = *old++; in ulong_delta()
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c635 char old[_POSIX2_LINE_MAX + 1]; in compile_tr() local
648 p = compile_delimited(p, old, 1); in compile_tr()
655 op = old; in compile_tr()
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME487 five mailers: "smtp" for regular (old-style) SMTP to
497 defines two mailers, "uucp-old" (a.k.a. "uucp") and
505 class {U} and sends them to the uucp-old mailer; all
810 old+*@foo.org new+%1@example.com
849 old+*@foo.org new+%2@example.com
1442 uucp-old (obsolete name: "uucp")
1484 uucp-{old,new} wolf grasp!wolf
1488 uucp-{old,new} wolf@fr.net grasp!fr.net!wolf
1492 uucp-{old,new} somehost!wolf grasp!somehost!wolf
1514 A common use is to convert old UUCP addresses to SMTP addresses using
[all …]
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dnotsticky.m420 # the old default behaviour.
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m441 ifdef(`confUUCP_MAILER',, `define(`confUUCP_MAILER', `uucp-old')')
47 # back compatibility with old config files
341 # default messages to old style headers if no special punctuation?
539 # SMTP initial login message (old $e macro)
542 # UNIX initial From header format (old $l macro)
554 # delimiter (operator) characters (old $o macro)
803 `# convert old-style addresses to a domain-based address
961 `# UUCP must always be presented in old form
1359 # handle local: syntax -- use old user, either with or without host
1726 dnl no: put old <NO> mark back
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Duucp.m4123 R$* < @ $=U . UUCP. > $* $#uucp-old $@ $2 $: $1 < @ $2 .UUCP. > $3
131 # old UUCP mailer (two names)
135 Muucp-old, P=UUCP_MAILER_PATH, F=_MODMF_(CONCAT(`DFMhuUd', UUCP_MAILER_FLAGS), `UUCP'), S=FromU, R=…
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c537 char old[sizeof(LFPREFIX) + 5 + 20], new[sizeof(LFPREFIX) + 10 + 20]; local
575 (void)snprintf(old, sizeof(old), LFNAME_V1, filenumber);
577 DB_APP_LOG, dblp->dir, old, 0, NULL, &oname)) != 0)
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dcomm.c35 size_t old; local
37 old = Maxdatasize;
39 return old;
H A Dengine.c1654 trans_ok(old, new) in trans_ok() argument
1655 int old, new; in trans_ok()
1659 s = old;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c3087 #define SM_NOOP_SIGNAL(sig, old) \ argument
3090 (old) = sm_signal((sig), sm_signal_noop); \
3091 if ((old) == SIG_IGN || (old) == SIG_DFL) \
3092 (void) sm_signal((sig), (old)); \
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.dsize + 1;
2530 DBT old; local
2532 memset(&old, '\0', sizeof(old));
[all …]

12345678910>>...24