Lines Matching defs:aa
137 static char *not_mountable(struct action_arg *aa);
144 static int create_notify_files(struct action_arg **aa);
148 static boolean_t remove_notify_files(struct action_arg **aa);
477 struct action_arg *aa[2];
540 aa[0] = aap;
541 aa[1] = &a1;
543 action = aa[0]->aa_action;
557 result = remove_notify_files(aa);
560 result = remove_notify_files(aa);
566 result = create_notify_files(aa);
572 result = create_notify_files(aa);
578 result = remove_notify_files(aa);
627 not_mountable(struct action_arg *aa)
633 create_notify_files(struct action_arg **aa)
648 symdev = aa[ai]->aa_symdev;
649 while ((aa[ai] != NULL) && (aa[ai]->aa_path != NULL)) {
650 if (aa[ai]->aa_mountpoint != NULL) {
651 if (aa[ai]->aa_type) {
652 fstype = aa[ai]->aa_type;
656 mount_point = aa[ai]->aa_mountpoint;
657 if (aa[ai]->aa_partname != NULL) {
666 aa[ai]->aa_partname);
677 reason = not_mountable(aa[ai]);
690 if (aa[0]->aa_partname != NULL) {
699 aa[0]->aa_partname);
703 if ((aa[0]->aa_type != NULL) &&
704 (strcmp(aa[0]->aa_type, "backup_slice")
721 raw_partitionp = aa[0]->aa_rawpath;
1035 remove_notify_files(struct action_arg **aa)
1047 symdev = aa[ai]->aa_symdev;
1049 (aa[ai] != NULL) &&
1050 (aa[ai]->aa_path != NULL)) {
1052 if (not_mountable(aa[ai])) {
1054 } else if (aa[ai]->aa_partname != NULL) {
1063 symdev, aa[0]->aa_partname);