Home
last modified time | relevance | path

Searched refs:eject (Results 1 – 25 of 4144) sorted by relevance

12345678910>>...166

/dports/sysutils/mcweject/mcweject-1.1/
H A DMakefile3 OBJS = eject.o
7 all: eject
9 eject: $(OBJS) target
10 $(CC) -o eject $(OBJS)
12 eject.o: eject.c eject.h protos.h Makefile
13 $(CC) -c $(CFLAGS) eject.c
15 install: eject
20 eject.allow ${STAGEDIR}${PREFIX}/share/examples/mcweject
21 install -c -o root -g wheel -m 4511 eject ${STAGEDIR}${PREFIX}/sbin
22 install -c -o root -g wheel -m 444 eject.1 ${STAGEDIR}${PREFIX}/man/man1
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/cdrom/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.cdrom.eject", &eject{}) argument
37 func (cmd *eject) Register(ctx context.Context, f *flag.FlagSet) {
44 func (cmd *eject) Process(ctx context.Context) error {
51 func (cmd *eject) Description() string {
57 govc device.cdrom.eject -vm vm-1 argument
58 govc device.cdrom.eject -vm vm-1 -device floppy-1`
61 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/device/cdrom/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.cdrom.eject", &eject{}) argument
37 func (cmd *eject) Register(ctx context.Context, f *flag.FlagSet) {
44 func (cmd *eject) Process(ctx context.Context) error {
51 func (cmd *eject) Description() string {
57 govc device.cdrom.eject -vm vm-1 argument
58 govc device.cdrom.eject -vm vm-1 -device floppy-1`
61 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/cdrom/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.cdrom.eject", &eject{}) argument
37 func (cmd *eject) Register(ctx context.Context, f *flag.FlagSet) {
44 func (cmd *eject) Process(ctx context.Context) error {
51 func (cmd *eject) Description() string {
57 govc device.cdrom.eject -vm vm-1 argument
58 govc device.cdrom.eject -vm vm-1 -device floppy-1`
61 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error { argument
/dports/converters/pdf2djvu/pdf2djvu-0.9.17.1/tests/
H A Dtest-broken-hyperlinks.tex25 \eject
33 \eject
41 \eject
49 \eject
57 \eject
65 \eject
77 \eject
85 \eject
93 \eject
101 \eject
/dports/sysutils/unieject/unieject-6/lib/
H A Deject.c58 opts->eject = 0; in libunieject_traytoggle()
61 opts->eject = 1; in libunieject_traytoggle()
69 if ( opts->eject ) { in libunieject_eject()
85 if ( opts->eject ) { in libunieject_eject()
104 if ( opts->eject ) { in libunieject_eject()
113 sts = mmc_start_stop_unit((CdIo_t*)opts->cdio, opts->eject, 0, 0, 0); in libunieject_eject()
116 if ( opts->eject ) in libunieject_eject()
124 driver_return_code_t sts = mmc_start_stop_unit((CdIo_t*)opts->cdio, opts->eject, 0, 0, 0); in libunieject_eject()
/dports/security/vault/vault-1.8.2/vendor/github.com/vmware/govmomi/govc/device/floppy/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.floppy.eject", &eject{}) argument
37 func (cmd *eject) Register(ctx context.Context, f *flag.FlagSet) {
44 func (cmd *eject) Process(ctx context.Context) error {
51 func (cmd *eject) Description() string {
57 govc device.floppy.eject -vm vm-1` argument
60 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/device/floppy/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.floppy.eject", &eject{}) argument
37 func (cmd *eject) Register(ctx context.Context, f *flag.FlagSet) {
44 func (cmd *eject) Process(ctx context.Context) error {
51 func (cmd *eject) Description() string {
57 govc device.floppy.eject -vm vm-1` argument
60 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/device/floppy/
H A Deject.go27 type eject struct { struct
34 cli.Register("device.floppy.eject", &eject{}) argument
37 func (cmd *eject) Register(ctx context.Context, f *flag.FlagSet) {
44 func (cmd *eject) Process(ctx context.Context) error {
51 func (cmd *eject) Description() string {
57 govc device.floppy.eject -vm vm-1` argument
60 func (cmd *eject) Run(ctx context.Context, f *flag.FlagSet) error { argument
/dports/math/pspp/pspp-1.4.1/src/language/data-io/
H A Dprint.c99 enum which_formats, bool eject);
132 enum which_formats which_formats, bool eject) in internal_cmd_print() argument
144 trns->eject = eject; in internal_cmd_print()
484 bool eject = trns->eject; in print_text_trns_proc() local
534 &eject, &record); in print_text_trns_proc()
554 if (*eject) in print_text_flush_records()
556 *eject = false; in print_text_flush_records()
601 bool eject = trns->eject; in print_binary_trns_proc() local
639 &eject, &record); in print_binary_trns_proc()
661 if (*eject) in print_binary_flush_records()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/dtl/
H A Dtripvdu.tex22 \vfil\eject
30 \vfil\eject
48 \vfil\eject
58 \vfil\eject
67 \vfil\eject
86 \vfil\eject
99 \vfil\eject
115 \vfil\eject
247 \eject
266 \eject
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DBUGS17 - - I can press the eject button on my cdrom and the CD will
18 eject, the problem is that I'm extracting! xcdrdao/cdrdao
21 - - When writing (simulated!) I was not able to eject the CD,
22 good :), but if I try (in gmc) right click->eject device,
25 the CD will eject ;). The device should not receive any
/dports/sysutils/unieject/unieject-6/
H A DREADME8 want to eject.
14 The command line tool instead is a mimic of classic eject command for Linux
15 ( http://eject.sourceforge.net/ ), which supports also the features of
16 FreeBSD's eject command ( http://www.freshports.org/sysutils/eject/ ).
22 It can fully replace FreeBSD's eject (in both atapi and atapicam mode), and
23 already mime the main options of Linux's eject.
85 Unieject is though as a drop-in replacement for 'eject' command, but still it
86 doesn't just "go in" as is, because programs just know about 'eject' command.
87 If you want to make unieject provide the eject facilities to other programs
88 you need to create an eject symlink to unieject so that eject command is
[all …]
/dports/sysutils/plasma5-kde-cli-tools/kde-cli-tools-5.23.5/kdeeject/
H A Dkdeeject18 cdio -f $1 eject >/dev/null 2>&1
22 cdcontrol -f $dev eject >/dev/null 2>&1
25 eject $1 >/dev/null 2>&1
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/test/
H A Dunprint.c104 int eject = 0; variable
762 eject = 1; in parse_escp2_data()
784 if (eject) in parse_escp2_extended()
947 eject = 1; in parse_escp2_extended()
969 eject = 1; in parse_escp2_extended()
1100 eject = 1; in parse_escp2_command()
1185 eject = 1; in parse_escp2()
1306 eject=1; in parse_canon()
1341 eject=1; in parse_canon()
1345 eject=1; in parse_canon()
[all …]
/dports/misc/gnome-user-docs/gnome-user-docs-41.1/gnome-help/C/
H A Dfiles-removedrive.page38 to eject the disc from your computer.</p>
41 <title>To eject a removable device:</title>
47 <p>Locate the device in the sidebar. It should have a small eject icon
48 next to the name. Click the eject icon to safely remove or eject the
65 <item><p>Click the eject icon to safely remove or eject the
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Ddrive.hg75 * @param slot A callback which will be called when the eject is completed or canceled.
76 * @param flags Flags affecting the unmount if required for eject.
77 * @param cancellable A cancellable object which can be used to cancel the eject.
79 …void eject(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, MountUnmountF…
82 * @param slot A callback which will be called when the eject is completed.
83 * @param flags Flags affecting the unmount if required for eject.
85 void eject(const SlotAsyncReady& slot, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
90 * @param flags Flags affecting the unmount if required for eject.
92 void eject(MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
93 …void eject(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UN…
[all …]
/dports/devel/p5-Term-Clui/Term-Clui-1.76/examples/
H A Daudio_stuff49 my $eject = which('eject');
146 if ($eject) { system $eject; }
188 if ($eject) { system $eject; }
194 if ($eject) { system $eject; }
213 if ($eject) { system $eject; }
220 if ($eject) { system $eject; }
281 if ($eject) { system $eject; }
295 if ($eject) { system $eject; }
/dports/sysutils/eject/eject-1.5/
H A DREADME13 This is a simple program that eject media from CD or optical disk
30 Changes from eject-1.4:
41 % tar zxf eject-1.5.tar.gz
42 % cd eject-1.5
60 (ex. program as /usr/local/bin/eject)
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dvolume.h297 …void eject(const SlotAsyncReady& slot, const Glib::RefPtr<Cancellable>& cancellable, MountUnmountF…
298 void eject(const SlotAsyncReady& slot, MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
299 void eject(MountUnmountFlags flags = MOUNT_UNMOUNT_NONE);
300 …void eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, const …
301 …void eject(const Glib::RefPtr<MountOperation>& mount_operation, const SlotAsyncReady& slot, MountU…
302 …void eject(const Glib::RefPtr<MountOperation>& mount_operation, MountUnmountFlags flags = MOUNT_UN…
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/contrib/
H A Dtreen.sh24 \table\vfill\eject\init
29 \table\vfill\eject\init
32 \sample\vfill\eject\init
35 \sample\vfill\eject\init
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/src/output/
H A Dsuperscript.rs28 let mut eject = |cur: Current| { in parse_sup_sub() localVariable
53 eject(cur); in parse_sup_sub()
64 eject(cur); in parse_sup_sub()
75 eject(cur); in parse_sup_sub()
83 eject(last); in parse_sup_sub()
/dports/sysutils/unieject/unieject-6/po/
H A Dunieject.pot49 msgid "Don't eject, just show device found."
105 msgid "Ignored (classic eject compatibility)."
130 msgid "default to closing tray instead of eject.\n"
148 #: lib/eject.c:50
152 #: lib/eject.c:57
157 #: lib/eject.c:60
162 #: lib/eject.c:71
163 msgid "the selected device doesn't have eject capabilities.\n"
166 #: lib/eject.c:76
170 #: lib/eject.c:88 lib/lock.c:61
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/tests/
H A Dpdfimage.tex17 \eject
21 \eject
25 \eject
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/tests/
H A Dpdfimage.tex17 \eject
21 \eject
25 \eject

12345678910>>...166