Lines Matching refs:rh_doorpath
861 char name[sizeof (handle->rh_doorpath)]; in scf_handle_decorate()
865 handle->rh_doorpath[0] = 0; in scf_handle_decorate()
879 (void) strlcpy(handle->rh_doorpath, name, in scf_handle_decorate()
880 sizeof (handle->rh_doorpath)); in scf_handle_decorate()
914 handle->rh_doorpath[0] = 0; in scf_handle_decorate()
939 (void) strlcpy(handle->rh_doorpath, door, in scf_handle_decorate()
940 sizeof (handle->rh_doorpath)); in scf_handle_decorate()
957 char name[sizeof (handle->rh_doorpath)]; in _scf_handle_decorations()
984 (void) strlcpy(name, handle->rh_doorpath, sizeof (name)); in _scf_handle_decorations()
1161 if (handle->rh_doorpath[0] != 0) in scf_handle_bind()
1162 door_name = handle->rh_doorpath; in scf_handle_bind()