Lines Matching refs:rc

443 	int rc = 0;
470 rc = smb_getnetbiosname(hostname, sizeof (hostname));
471 if (rc == 0) {
484 if (rc != 0) {
913 uint32_t rc;
936 rc = smb_lgrp_getbyrid(data->kd_rid, data->kd_type, &grp);
937 if (rc != SMB_LGRP_SUCCESS) {
939 status = smb_lgrp_err_to_ntstatus(rc);
944 rc = smb_lgrp_add_member(grp.sg_name,
946 if (rc != SMB_LGRP_SUCCESS) {
948 status = smb_lgrp_err_to_ntstatus(rc);
972 uint32_t rc;
994 rc = smb_lgrp_getbyrid(data->kd_rid, data->kd_type, &grp);
995 if (rc != SMB_LGRP_SUCCESS) {
997 status = smb_lgrp_err_to_ntstatus(rc);
1002 rc = smb_lgrp_del_member(grp.sg_name,
1004 if (rc != SMB_LGRP_SUCCESS) {
1006 status = smb_lgrp_err_to_ntstatus(rc);
1035 uint32_t rc;
1046 rc = smb_lgrp_getbyrid(data->kd_rid, data->kd_type, &grp);
1047 if (rc != SMB_LGRP_SUCCESS) {
1049 status = smb_lgrp_err_to_ntstatus(rc);
1402 int rc;
1437 rc = smb_lgrp_getbyrid(rid, gd_type, NULL);
1438 if (rc != SMB_LGRP_SUCCESS) {
1480 uint32_t rc;
1503 rc = smb_lgrp_add(gname, "");
1504 if (rc != SMB_LGRP_SUCCESS) {
1506 status = smb_lgrp_err_to_ntstatus(rc);
1511 rc = smb_lgrp_getbyname((char *)gname, &grp);
1512 if (rc != SMB_LGRP_SUCCESS) {
1514 status = smb_lgrp_err_to_ntstatus(rc);
1573 int rc;
1606 rc = smb_lgrp_getbyrid(rid, gd_type, &grp);
1607 if (rc != SMB_LGRP_SUCCESS) {
1679 uint32_t rc;
1705 rc = smb_lgrp_getbyrid(rid, gd_type, &grp);
1706 if (rc != SMB_LGRP_SUCCESS) {
1708 status = smb_lgrp_err_to_ntstatus(rc);
1713 rc = smb_lgrp_delete(grp.sg_name);
1714 if (rc != SMB_LGRP_SUCCESS) {
1716 status = smb_lgrp_err_to_ntstatus(rc);