Lines Matching defs:ctid
203 * Clean up, return pid and ctid.
244 ctid_t ctid;
248 MAX_SULOGIN_RETRIES, &ctid, CT_PR_EV_HWERR, 0,
253 contract_abandon(ctid);
319 ctid_t ctid = -1;
350 if (ctid != -1)
351 contract_abandon(ctid);
352 ctid = -1;
355 MAX_CONFIGD_RETRIES, &ctid, 0, CT_PR_EV_EXIT, 0,
535 ctid_t ctid;
548 ctid = ct_event_get_ctid(ev);
552 sfd = contract_open(ctid, "process", "status", O_RDONLY);
560 "contract %ld: %s\n", ctid, strerror(err));
594 contract_abandon(ctid);
599 efd = contract_open(ctid, "process", "ctl", O_WRONLY);
936 ctid_t ctid = -1;
987 if (ctid != -1)
988 contract_abandon(ctid);
989 ctid = -1;
992 MAX_EMI_RETRIES, &ctid, 0, 0, 0, 0, EMI_COOKIE);