Searched refs:rh_doorpath (Results 1 – 2 of 2) sorted by relevance
88 char rh_doorpath[PATH_MAX + 1]; member
880 char name[sizeof (handle->rh_doorpath)]; in scf_handle_decorate()884 handle->rh_doorpath[0] = 0; in scf_handle_decorate()898 (void) strlcpy(handle->rh_doorpath, name, in scf_handle_decorate()899 sizeof (handle->rh_doorpath)); in scf_handle_decorate()940 handle->rh_doorpath[0] = 0; in scf_handle_decorate()970 (void) strlcpy(handle->rh_doorpath, door, in scf_handle_decorate()971 sizeof (handle->rh_doorpath)); in scf_handle_decorate()990 char name[sizeof (handle->rh_doorpath)]; in _scf_handle_decorations()1017 (void) strlcpy(name, handle->rh_doorpath, sizeof (name)); in _scf_handle_decorations()1194 if (handle->rh_doorpath[0] != 0) in scf_handle_bind()[all …]