HomeSort by relevance Sort by last modified time
    Searched full:eject (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/bluetooth/glib/gio/
gdrive.h 45 * @eject_button: Signal emitted when the physical eject button (if any) of a drive have been pressed.
54 * @can_eject: Returns %TRUE if the #GDrive can eject media.
55 * @eject: Ejects a #GDrive.
56 * @eject_finish: Finishes an eject operation.
87 void (* eject) (GDrive *drive, member in struct:_GDriveIface
gdrive.c 137 * GDrive::eject-button:
140 * Emitted when the physical eject button (if any) of a drive has
143 g_signal_new (I_("eject-button"),
353 * @flags: flags affecting the unmount if required for eject
377 if (iface->eject == NULL)
381 _("drive doesn't implement eject"));
386 (* iface->eject) (drive, flags, cancellable, callback, user_data);
gvolumemonitor.c 234 * GVolumeMonitor::drive-eject-button:
236 * @drive: the drive where the eject button was pressed
238 * Emitted when the eject button is pressed on @drive.
242 signals[DRIVE_EJECT_BUTTON] = g_signal_new (I_("drive-eject-button"),
gmount.h 57 * @eject: Starts ejecting a #GMount.
58 * @eject_finish: Finishes an eject operation.
98 void (* eject) (GMount *mount, member in struct:_GMountIface
gvolume.h 93 * @eject: Ejects a given #GVolume.
94 * @eject_finish: Finishes an eject operation.
134 void (* eject) (GVolume *volume, member in struct:_GVolumeIface
gvolume.c 424 * @flags: flags affecting the unmount if required for eject
446 if (iface->eject == NULL)
450 _("volume doesn't implement eject"));
455 (* iface->eject) (volume, flags, cancellable, callback, user_data);
gunixmount.c 434 char *argv[] = {"eject", NULL, NULL};
465 iface->eject = g_unix_mount_eject;
gmount.c 311 * Checks if @mount can be eject.
405 * @flags: flags affecting the unmount if required for eject
427 if (iface->eject == NULL)
434 * don't implement eject. */
435 _("mount doesn't implement eject"));
440 (* iface->eject) (mount, flags, cancellable, callback, user_data);
gunixvolume.c 469 char *argv[] = {"eject", NULL, NULL};
530 iface->eject = g_unix_volume_eject;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/
SDL_syscdrom.h 57 /* Eject the current disk */
58 int (*Eject)(SDL_CD *cdrom);
SDL_cdrom.c 46 NULL, /* Eject */
323 return(SDL_CDcaps.Eject(cdrom));
  /bootable/recovery/minui/
mkfont.c 38 eject:
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/dc/
SDL_syscdrom.c 58 SDL_CDcaps.Eject = SDL_SYS_CDEject;
151 /* Eject the CD-ROM */
  /external/webkit/WebCore/manual-tests/
plain-text-paste.html 15 5. Eject the disk image.
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 30 #define kEjectTheDisc 7 /* Eject disc from drive */
31 #define kUserEject 80 /* Enable/disable the CD-ROM eject button */
SDL_syscdrom.c 97 SDL_CDcaps.Eject = SDL_SYS_CDEject;
467 /* Eject the CD-ROM */
493 (Eject(0, driveElem->dQDrive) == noErr) ) {
499 /* If no disk is present, just eject the tray */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 180 SDL_CDcaps.Eject = SDL_SYS_CDEject;
452 /* Eject the CD-ROM (Unmount the volume) */
477 /* Eject the volume */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/mint/
SDL_syscdrom.c 126 SDL_CDcaps.Eject = SDL_SYS_CDEject;
311 /* Eject the CD-ROM */
  /external/bison/doc/
refcard.tex 228 \if a\abc \else\null\vfill\eject\fi
229 \if a\abc \else\null\vfill\eject\fi
248 \outer\def\newcolumn{\vfill\eject}
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
SDL_syscdrom.c 263 SDL_CDcaps.Eject = SDL_SYS_CDEject;
511 /* Eject the CD-ROM */
520 cdb[4] = 2; /* eject */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 165 SDL_CDcaps.Eject = SDL_SYS_CDEject;
388 /* Eject the CD-ROM */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 150 SDL_CDcaps.Eject = SDL_SYS_CDEject;
382 /* Eject the CD-ROM */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 159 SDL_CDcaps.Eject = SDL_SYS_CDEject;
391 /* Eject the CD-ROM */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 160 SDL_CDcaps.Eject = SDL_SYS_CDEject;
507 /* Eject the CD-ROM */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/win32/
SDL_syscdrom.c 97 SDL_CDcaps.Eject = SDL_SYS_CDEject;
361 /* Eject the CD-ROM */

Completed in 217 milliseconds

1 2 3 4 5 6 7