Lines Matching refs:notify_file
140 char *notify_file,
638 char notify_file[64];
665 sprintf(notify_file, "%s-%s", symdev,
668 sprintf(notify_file, "%s-0", symdev);
679 sprintf(notify_file, "%s-0", symdev);
698 sprintf(notify_file, "%s-%s", symdev,
701 sprintf(notify_file, "%s-0", symdev);
724 notify_file,
738 char *notify_file,
768 dprintf("\tcreate_one_notify_file(): notify_file = %s\n", notify_file);
817 (void) remove(notify_file);
819 open(notify_file, O_CREAT|O_EXCL|O_WRONLY, 0644);
822 __FILE__, __LINE__, NOTIFY_DIR, notify_file);
839 notify_file);
849 notify_file);
854 NOTIFY_DIR, notify_file);
1039 char notify_file[64];
1053 sprintf(notify_file, "%s-0", symdev);
1062 sprintf(notify_file, "%s-%s",
1065 sprintf(notify_file, "%s-0", symdev);
1072 if ((result == TRUE) && (remove(notify_file) < 0)) {
1074 __FILE__, __LINE__, NOTIFY_DIR, notify_file);