Searched refs:rh_doorpath (Results 1 – 2 of 2) sorted by relevance
88 char rh_doorpath[PATH_MAX + 1]; member
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()[all …]