Lines Matching defs:msg

245 sata_confirm(struct cfga_confirm *confp, char *msg);
573 char *msg;
710 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
711 (void) snprintf(msg, len + 3, "Unconfigure"
717 if (!sata_confirm(confp, msg)) {
718 free(msg);
722 free(msg);
792 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
793 (void) snprintf(msg, len + 3,
799 if (!sata_confirm(confp, msg)) {
800 free(msg);
804 free(msg);
843 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
844 (void) snprintf(msg, len +3,
850 if (!sata_confirm(confp, msg)) {
851 free(msg);
878 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
879 (void) snprintf(msg, len +3, "Activate"
884 if (!sata_confirm(confp, msg)) {
937 char *msg;
983 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
984 (void) snprintf(msg, len +3, "Reset"
993 if (!sata_confirm(confp, msg)) {
1017 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
1018 (void) snprintf(msg, len +3, "Reset"
1027 if (!sata_confirm(confp, msg)) {
1040 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
1041 (void) snprintf(msg, len +3, "Reset"
1050 if (!sata_confirm(confp, msg)) {
1062 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
1063 (void) snprintf(msg, len +3, "Deactivate"
1071 if (!sata_confirm(confp, msg)) {
1084 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
1085 (void) snprintf(msg, len +3, "Activate"
1093 if (!sata_confirm(confp, msg)) {
1107 if ((msg = (char *)calloc(len +3, 1)) != NULL) {
1108 (void) snprintf(msg, len +3, "Self Test"
1116 if (!sata_confirm(confp, msg)) {
2100 sata_confirm(struct cfga_confirm *confp, char *msg)
2107 rval = (*confp->confirm)(confp->appdata_ptr, msg);