Lines Matching refs:deathrow
1040 * Read deathrow for inst. Returns 0, ECONNABORTED if the connection to the
1042 * has no deathrow property group.
1044 * If deathrow/deathrow was missing or invalid, *deathrow will be -1 and a
1048 libscf_get_deathrow(scf_handle_t *h, scf_instance_t *inst, int *deathrow)
1069 *deathrow = -1;
1081 *deathrow = deathrow_8;
1091 *deathrow = -1;
1676 libscf_set_deathrow(scf_instance_t *inst, int deathrow)
1680 SCF_PROPERTY_DEATHROW, deathrow));