Searched refs:dev (Results 1 - 25 of 569) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh34 which pkgman >/dev/null 2>&1 || return
49 $netcat 127.0.0.1 8989 < /dev/null > /dev/null
168 listusb | while read vpid dev desc; do
171 echo "<div>Identification: <input type='text' id='$bus${devn}_desc' name='$bus${devn}_desc' value='$vpid $dev $desc' readonly='readonly' size='80' /></div>"
213 which dmidecode >/dev/null 2>&1 || return
215 # make sure /dev/mem is published
216 ls -l /dev/misc/mem > /dev/null
H A Dbebook13 hey BeHappy set Book of Window $LASTWIN to "Be Book" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
H A Dbman13 hey BeHappy set Book of Window $LASTWIN to "Man pages" > /dev/null
14 hey BeHappy set Topic of Window $LASTWIN to "$1" > /dev/null
H A Dbootstrap-haiku.sh31 wget -O $tf http://haiku-files.org/raw/ >/dev/null 2>&1 || error "wget error"
H A Ddev-perso2 # /etc/profile.d/dev-perso
15 # - automatically completes project names on the "dev" function
25 # or export DEVROOT before sourcing dev-perso.
43 # dev h[TAB]
44 # to complete to "dev haiku", [RET] and you'll get the history from the
60 dev() { function
68 echo "usage: dev [-n] [project]"
159 test -d .git && PROMPT_COMMAND='echo -en "\033]0;['$DEVPROJ':`git branch 2>/dev/null | sed "/^[^*]/d;s/^\*\s//"`:${PWD##*/}]\a"'
162 complete -W complete -W "$(dev)" dev
[all...]
H A Ddumpwin.sh36 # hey "$APP" getsuites of View $C of $1 Window $WIN | grep Label >/dev/null
38 # if hey "$APP" getsuites of View $C of $1 Window $WIN | grep Label >/dev/null; then
43 # if hey "$APP" getsuites of View $C of $1 Window $WIN | grep Text >/dev/null; then
48 if hey "$APP" getsuites of View $C of $1 Window $WIN | grep Value >/dev/null; then
H A Dgenerate_icon_table.sh3 which montage > /dev/null 2>&1 || pkgman install imagemagick
H A Dmyupdate.sh26 open /system/Deskbar < /dev/null > /dev/null 2>&1 &
35 /system/Deskbar < /dev/null > /dev/null 2>&1 &
/haiku/build/scripts/
H A Ddetermine_haiku_revision18 revision=`cat ${revisionFile} 2>/dev/null`
19 lastBuiltRevision=`cat $lastBuiltRevisionFile 2>/dev/null`
41 if echo "$revision" | grep -- '-' >/dev/null; then
/haiku/headers/build/host/darwin/sys/
H A Dstat.h36 int mknodat(int fd, const char *name, mode_t mode, dev_t dev);
/haiku/headers/build/os/kernel/
H A Dfs_info.h25 dev_t dev; /* volume dev_t */ member in struct:fs_info
46 extern int fs_stat_dev(dev_t dev, fs_info *info);
/haiku/headers/build/os/storage/
H A DMime.h32 status_t get_device_icon(const char *dev, void *icon, int32 size);
56 status_t get_device_icon(const char *dev, BBitmap *icon, icon_size which);
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h126 } dev[CISTPL_MAX_DEVICES]; member in struct:cistpl_device_t
H A Ddriver_ops.h63 void (*suspend) (dev_node_t *dev);
64 void (*resume) (dev_node_t *dev);
65 void (*detach) (dev_node_t *dev);
H A Dds.h130 dev_node_t *dev; member in struct:dev_link_t
/haiku/headers/os/kernel/
H A Dfs_info.h26 dev_t dev; /* volume dev_t */ member in struct:fs_info
47 extern int fs_stat_dev(dev_t dev, fs_info *info);
/haiku/headers/os/storage/
H A DEntry.h22 entry_ref(dev_t dev, ino_t dir,
/haiku/headers/posix/sys/
H A Dstat.h123 extern int mknod(const char *name, mode_t mode, dev_t dev);
124 extern int mknodat(int fd, const char *name, mode_t mode, dev_t dev);
/haiku/headers/private/audio/
H A Dsoundcard.h131 * IOCTL Commands for /dev/sequencer and /dev/music (AKA /dev/sequencer2)
134 * applications should use /dev/midi instead.
150 #define SNDCTL_SYNTH_MEMAVL __SIOWR('Q',14, int) /* in=dev#, out=memsize */
151 #define SNDCTL_FM_4OP_ENABLE __SIOW ('Q',15, int) /* in=dev# */
196 * Sample loading mechanism for internal synthesizers (/dev/sequencer)
299 * /dev/sequencer input events.
301 * The data written to the /dev/sequencer is a stream of events. Events
320 * /dev/sequence
1762 int dev; /* Mixer device number */ member in struct:oss_mixext
1848 int dev; member in struct:oss_mixer_value
1859 int dev; member in struct:oss_mixer_enuminfo
1873 int dev; /* Audio device number */ member in struct:oss_audioinfo
1905 int dev; member in struct:oss_mixerinfo
1934 int dev; /* Midi device number */ member in struct:oss_midi_info
[all...]
/haiku/headers/private/firewire/
H A Dfirewire.h34 * $FreeBSD: src/sys/dev/firewire/firewire.h,v 1.21 2007/04/24 12:15:05 simokawa Exp $
288 struct fw_devinfo dev[FW_MAX_DEVLST]; member in struct:fw_devlstreq
H A Dfirewirereg.h34 * $FreeBSD: src/sys/dev/firewire/firewirereg.h,v 1.50 2007/07/20 03:42:57 simokawa Exp $
93 struct cdev *dev; member in struct:firewire_softc
104 device_t dev; member in struct:firewire_dev_comm
145 device_t dev; member in struct:firewire_comm
H A Dfwglue.h17 #define device_printf(dev, a...) dprintf("firewire:" a)
/haiku/headers/private/fs_shell/
H A Dfssh_fs_info.h27 fssh_dev_t dev; /* volume dev_t */ member in struct:fssh_fs_info
48 extern int fs_stat_dev(fssh_dev_t dev, fssh_fs_info *info);
/haiku/headers/private/kernel/arch/m68k/
H A Dstage2_priv.h19 int of_finddevice(const char *dev);
/haiku/headers/private/kernel/arch/ppc/
H A Dstage2_priv.h19 int of_finddevice(const char *dev);

Completed in 249 milliseconds

1234567891011>>