Lines Matching refs:result

41  * After a partition on a medium has been mounted as a result of
474 int result;
557 result = remove_notify_files(aa);
558 result = TRUE;
560 result = remove_notify_files(aa);
561 if (result == TRUE) {
566 result = create_notify_files(aa);
567 if (result == TRUE) {
572 result = create_notify_files(aa);
573 if (result == TRUE) {
578 result = remove_notify_files(aa);
579 if (result == TRUE) {
586 result = FALSE;
589 if (result == TRUE) {
590 result = notify_clients(notify_act, do_notify);
593 dprintf("%s[%d]: leaving action(), result = %s\n",
594 __FILE__, __LINE__, result_strings[result]);
601 if (result == TRUE) {
641 int result;
647 result = FALSE;
722 result = create_one_notify_file(fstype,
730 dprintf("%s[%d]: leaving create_notify_files(), result = %s\n",
731 __FILE__, __LINE__, result_strings[result]);
732 return (result);
762 int result;
778 result = TRUE;
797 result = FALSE;
813 if (result == TRUE) {
823 result = FALSE;
856 result = FALSE;
861 dprintf("%s[%d]: leaving create_one_notify_file, result = %s\n",
862 __FILE__, __LINE__, result_strings[result]);
863 return (result);
888 int result;
893 result = TRUE;
904 result = FALSE;
906 if (result == TRUE) {
912 result = FALSE;
915 if (result == TRUE) {
920 result = FALSE;
928 result = TRUE;
964 dprintf("%s[%d]: leaving notify_clients(), result = %s\n",
965 __FILE__, __LINE__, result_strings[result]);
966 return (result);
1040 int result;
1046 result = TRUE;
1048 while ((result == TRUE) &&
1070 result = FALSE;
1072 if ((result == TRUE) && (remove(notify_file) < 0)) {
1075 result = FALSE;
1082 dprintf("%s[%d]: leaving remove_notify_files(), result = %s\n",
1083 __FILE__, __LINE__, result_strings[result]);
1085 return (result);