HelenOS sources
mtab_ent 84 uspace/app/bdsh/cmds/modules/mount/mount.c list_foreach(mtab_list, link, mtab_ent_t, mtab_ent) {
mtab_ent 88 uspace/app/bdsh/cmds/modules/mount/mount.c old_ent = mtab_ent;
mtab_ent 90 uspace/app/bdsh/cmds/modules/mount/mount.c printf("%s", mtab_ent->fs_name);
mtab_ent 92 uspace/app/bdsh/cmds/modules/mount/mount.c printf(" %s", mtab_ent->mp);
mtab_ent 94 uspace/app/bdsh/cmds/modules/mount/mount.c rc = loc_service_get_name(mtab_ent->service_id, &svc_name);
mtab_ent 99 uspace/app/bdsh/cmds/modules/mount/mount.c printf(" (%" PRIun ")", mtab_ent->service_id);
mtab_ent 109 uspace/app/df/df.c list_foreach(mtab_list, link, mtab_ent_t, mtab_ent) {
mtab_ent 110 uspace/app/df/df.c if (vfs_statfs_path(mtab_ent->mp, &st) == 0) {
mtab_ent 111 uspace/app/df/df.c rc = print_statfs(&st, mtab_ent->fs_name, mtab_ent->mp);
mtab_ent 116 uspace/app/df/df.c mtab_ent->mp, str_error(errno));
HelenOS homepage, sources at GitHub