Lines Matching refs:rn_type

1194 			if (strcmp(nnp->rn_type, rnip->rni_typelist[i]) == 0)
1757 if (np->rn_type != NULL)
1758 free((void *)np->rn_type);
1759 np->rn_type = NULL;
1953 assert(np->rn_type == NULL);
2018 assert(np->rn_type == NULL);
2075 assert(np->rn_type == NULL);
2135 assert(strcmp(np->rn_type, type) == 0);
2155 np->rn_type = strdup(type);
2156 if (np->rn_type == NULL) {
2188 if (strcmp(pg1->rn_type, pg2->rn_type) != 0)
2643 if (pgtype == NULL || strcmp(pg->rn_type, pgtype) == 0) {
2999 actual = strlcpy(buf, np->rn_type, sz);
4755 audit_data.ed_type = strdup(np->rn_type);
4885 perm_auth_for_pgtype(np->rn_type);
5639 pgtype != NULL && strcmp(pg->rn_type, pgtype) != 0) {
5645 pgtype != NULL && strcmp(spg->rn_type, pgtype) != 0) {
5748 if (strcmp(np->rn_type, SCF_GROUP_FRAMEWORK) == 0 ||
5749 strcmp(np->rn_type, SCF_GROUP_DEPENDENCY) == 0 ||
5750 strcmp(np->rn_type, SCF_GROUP_METHOD) == 0)
5758 ret = rc_svc_prop_exists(ent, np->rn_name, np->rn_type,
5833 perm_auth_for_pgtype(pgp->rn_type);
5922 return (np->rn_type != NULL && strcmp(np->rn_type, type) == 0);
6672 strcmp(np->rn_type, AUTH_PG_ACTIONS_TYPE) == 0) ||
6674 strcmp(np->rn_type, AUTH_PG_GENERAL_OVR_TYPE) == 0))) {
6728 /* no locking because rn_type won't change anyway */
6730 perm_auth_for_pgtype(np->rn_type);
6748 strcmp(np->rn_type, AUTH_PG_GENERAL_TYPE) == 0)
6996 strcmp(np->rn_type, AUTH_PG_GENERAL_TYPE) == 0) {
7021 strcmp(np->rn_type, AUTH_PG_GENERAL_OVR_TYPE) == 0) {
7067 perm_auth_for_pgtype(np->rn_type);
7154 nnp->rn_type = strdup(np->rn_type);
7159 if (nnp->rn_name == NULL || nnp->rn_type == NULL) {