Searched refs:contract (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.h28 #include <sys/contract.h>
H A Dlibcontract_impl.h31 #include <sys/contract.h>
H A Ddevice.c29 #include <sys/contract.h>
30 #include <sys/contract/device.h>
41 * Device contract template routines
97 * Device contract event routines
101 * No device contract specific event routines
106 * Device contract status routines
H A Ddevice_dump.c28 #include <sys/contract/device.h>
62 (void) fprintf(file, dgettext(TEXT_DOMAIN, "[bad contract]\n"));
H A Dlibcontract.h29 #include <sys/contract.h>
88 * Process contract routines
122 * Device contract routines
H A Dprocess_dump.c29 #include <sys/contract/process.h>
61 s = dgettext(TEXT_DOMAIN, "contract empty\n");
H A Dprocess.c29 #include <sys/contract.h>
30 #include <sys/contract/process.h>
38 * Process contract template routines
102 * Process contract event routines
224 * Process contract status routines
H A Dlibcontract.c29 #include <sys/contract.h>
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c28 #include <sys/contract/process.h>
170 /* wait for the daemon to run and then abandon the contract */
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c30 * svc://[scope@][system-fqn]/service[:instance][@contract-id]
415 char *contract = NULL; local
443 err = nvlist_lookup_string(nvl, FM_FMRI_SVC_CONTRACT_ID, &contract);
444 if ((err != 0 && err != ENOENT) || !svc_component_valid(contract))
473 /* [:instance][@contract-id] */
475 topo_fmristr_build(&size, buf, buflen, contract, "@", NULL);
608 /* contract-id */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DCollate.pm508 if ($max->{$jcps}) { # contract
593 my $contract = join(CODE_SEP, @decH);
594 @decH = ($contract) if $map->{$contract};
597 my $contract = join(CODE_SEP, @decH);
598 if ($map->{$contract}) {
599 @decH = ($contract);
601 $contract = join(CODE_SEP, @decH[0,1]);
602 $map->{$contract} and @decH = ($contract,
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_zio.c33 #include <sys/contract/process.h>
108 * a new process contract for the child, as required by
112 ctfd = open64("/system/contract/process/template", O_RDWR);
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_umountall.sh258 /system/contract | \
/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones.c88 #include <sys/contract/process.h>
H A Dzones_exec.c65 #include <sys/contract/process.h>
529 * zlogin doesn't do anything with the contract.
661 * -2 : could not create contract for greenline
740 return (-2); /* -2 : cannot create greenline contract */
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh1189 system/contract/*
1204 print -n "dev devices proc tmp var/run system/contract system/object" \
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c46 #include <sys/contract/device.h>
379 * contract's cookie field is still valid (it may have been freed by
488 ses_ct_print("start contract event thread");
520 ses_ct_print("read contract event");
529 "got contract event ctid=%d", ctid);
534 "bad contract event %x", event);
555 "contract already abandoned %x", event);
577 ses_ct_print("got contract offline event");
579 ses_ct_print("contract thread rele");
586 /* if this is the negend, then abandon the contract */
[all...]

Completed in 80 milliseconds