Home
last modified time | relevance | path

Searched refs:rh_doorpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h88 char rh_doorpath[PATH_MAX + 1]; member
H A Dlowlevel.c878 char name[sizeof (handle->rh_doorpath)]; in scf_handle_decorate()
882 handle->rh_doorpath[0] = 0; in scf_handle_decorate()
896 (void) strlcpy(handle->rh_doorpath, name, in scf_handle_decorate()
897 sizeof (handle->rh_doorpath)); in scf_handle_decorate()
932 handle->rh_doorpath[0] = 0; in scf_handle_decorate()
962 (void) strlcpy(handle->rh_doorpath, door, in scf_handle_decorate()
963 sizeof (handle->rh_doorpath)); in scf_handle_decorate()
981 char name[sizeof (handle->rh_doorpath)]; in _scf_handle_decorations()
1008 (void) strlcpy(name, handle->rh_doorpath, sizeof (name)); in _scf_handle_decorations()
1185 if (handle->rh_doorpath[0] != 0) in scf_handle_bind()
[all …]