Home
last modified time | relevance | path

Searched refs:rpr_name (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h676 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
685 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
694 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
800 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
811 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
823 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
852 char rpr_name[REP_PROTOCOL_NAME_LEN]; member
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c809 size_t sz = sizeof (out->rpr_name); in entity_name()
832 rpr_name[sz + 1]); in entity_name()
886 rpr->rpr_name[sizeof (rpr->rpr_name) - 1] = 0; in entity_get_child()
1039 rpr->rpr_name[sizeof (rpr->rpr_name) - 1] = 0; in entity_create_child()
1075 rpr->rpr_name[sizeof (rpr->rpr_name) - 1] = 0; in entity_create_pg()
1501 rpr->rpr_name[sizeof (rpr->rpr_name) - 1] = 0; in snapshot_take()
1505 NULL, rpr->rpr_name, &dest->re_node); in snapshot_take()
1507 rpr->rpr_name[0] == 0) in snapshot_take()
1539 rpr->rpr_name[sizeof (rpr->rpr_name) - 1] = 0; in snapshot_take_named()
1782 rpr->rpr_name[REP_PROTOCOL_NAME_LEN - 1] = 0; in backup_repository()
[all …]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c1725 return (strlcpy(buf, response.rpr_name, size)); in datael_get_name()
1885 if (name == NULL || strlcpy(request.rpr_name, name, in datael_get_child_locked()
1886 sizeof (request.rpr_name)) >= sizeof (request.rpr_name)) { in datael_get_child_locked()
2040 if (strlcpy(request.rpr_name, name, sizeof (request.rpr_name)) >= in datael_add_child()
2041 sizeof (request.rpr_name)) { in datael_add_child()
2099 sizeof (request.rpr_name)) > sizeof (request.rpr_name)) { in datael_add_pg()
3452 sizeof (request.rpr_name)) >= sizeof (request.rpr_name)) in _scf_snapshot_take()
3500 if (strlcpy(request.rpr_name, snapname, in _scf_snapshot_take_new_named()
3501 sizeof (request.rpr_name)) >= sizeof (request.rpr_name)) in _scf_snapshot_take_new_named()
7395 if (strlcpy(request.rpr_name, name, sizeof (request.rpr_name)) >= in _scf_request_backup()
[all …]