Searched defs:abandon (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c310 * abandon
312 * Given an fd for a contract's ctl file, abandon the contract and
316 abandon(int ctfd) function
319 uu_die(gettext("failed to abandon contract %d"), ctfd);
698 abandon(ctfd);
707 abandon(ctfd);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dmethod.c36 * service's contract inherited. This means that (a) we must not abandon the
270 * the repository, then abandon them.
279 boolean_t abandon)
291 if (abandon)
278 method_remove_contract(restarter_inst_t *inst, boolean_t primary, boolean_t abandon) argument
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_ldap.h76 abandon enumerator in enum:__anon3646
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c1187 int abandon,
1191 BZ2_bzWriteClose64 ( bzerror, b, abandon,
1199 int abandon,
1220 if ((!abandon) && bzf->lastErr == BZ_OK) {
1240 if ( !abandon && !ferror ( bzf->handle ) ) {
1184 BZ2_bzWriteClose( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in, unsigned int* nbytes_out ) argument
1196 BZ2_bzWriteClose64( int* bzerror, BZFILE* b, int abandon, unsigned int* nbytes_in_lo32, unsigned int* nbytes_in_hi32, unsigned int* nbytes_out_lo32, unsigned int* nbytes_out_hi32 ) argument
/illumos-gate/usr/src/cmd/init/
H A Dinit.c4131 * we know when to abandon them.
4300 int ret, abandon = 1; local
4302 /* If it's svc.startd, restart it. Else, abandon. */
4330 abandon = 0;
4334 if (abandon && (err = contract_abandon_id(ctid))) {
4335 console(B_TRUE, "Couldn't abandon contract %ld: %s.\n",

Completed in 76 milliseconds