Home
last modified time | relevance | path

Searched refs:dev (Results 101 – 125 of 1904) sorted by relevance

12345678910>>...77

/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6800929_large_command_substitution_hang.sh96 kill -0 ${1} 2>/dev/null && return 0
152 kill -KILL ${childpid} 2>/dev/null
167 ${SHELL} -o errexit -c 'builtin uniq ; set -- `cat /etc/termcap | sort | uniq` ; true' >/dev/null &
172 kill -KILL ${childpid} 2>/dev/null
178 ${SHELL} -o errexit -c 'builtin uniq ; set -- ${ cat /etc/termcap | sort | uniq ; } ; true' >/dev/n…
183 kill -KILL ${childpid} 2>/dev/null
189 …rrexit -c 'builtin -d uniq /bin/uniq ; set -- `cat /etc/termcap | sort | uniq` ; true' >/dev/null &
194 kill -KILL ${childpid} 2>/dev/null
200 …t -c 'builtin -d uniq /bin/uniq ; set -- ${ cat /etc/termcap | sort | uniq ; } ; true' >/dev/null &
205 kill -KILL ${childpid} 2>/dev/null
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.index13 6bin:*:2:2:System Tools Owner:/bin:/dev/null has duplicate letters
18 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null has duplicate letters
19 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null has duplicate letters
20 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null has duplicate letters
26 6b in * 2 2 System Tools Owner /bin /dev/null has duplicate letters
31 23 nobody * 60001 60001 SVR4 nobody uid /dev/null /dev/null has duplicate letters
32 24 noaccess * 60002 60002 uid no access /dev/null /dev/null has duplicate letters
33 25 nobody * -2 -2 original nobody uid /dev/null /dev/null has duplicate letters
H A Dt.re51 /dev/rrp3:
437 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
438 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
439 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
440 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
441 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
442 23nobody:*:60001:60001:SVR4 nobody uid:/dev/null:/dev/null
443 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
444 24noaccess:*:60002:60002:uid no access:/dev/null:/dev/null
447 25nobody:*:-2:-2:original nobody uid:/dev/null:/dev/null
[all …]
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c793 if (dev == NULL) in zfs_nvstore_sethook()
798 free(dev); in zfs_nvstore_sethook()
812 if (dev == NULL) in zfs_nvstore_unsethook()
817 free(dev); in zfs_nvstore_unsethook()
1394 dev = malloc(sizeof (*dev)); in zfs_attach_nvstore()
1395 if (dev == NULL) in zfs_attach_nvstore()
1397 memcpy(dev, vdev, sizeof (*dev)); in zfs_attach_nvstore()
1401 free(dev); in zfs_attach_nvstore()
1430 free(dev); in zfs_probe_dev()
1522 free(dev); in zfs_dev_open()
[all …]
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh32 while getopts R: OPT 2>/dev/null
59 dev=`grep '^PHYS_SLICE=' "$ALT_ROOT"/etc/lu/GRUB_slice |
61 if [ "`fstyp $dev`" = "zfs" ]; then
79 dev=`grep '^PHYS_SLICE' "$ALT_ROOT"/etc/lu/GRUB_slice |
82 fstyp -a "$dev" | grep 'path: ' | grep -v phys_path: |
85 echo "$dev"
94 dev=`grep -v "^#" "$ALT_ROOT"/etc/vfstab | \
96 if [[ $dev = /dev/rdsk/* ]]; then
97 rootdevlist=`basename "$dev"`
102 echo /dev/rdsk/`basename $rootdev`
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevicename.c51 struct devdesc **dev = (struct devdesc **)vdev; in efi_getdev() local
59 rv = efi_parsedev(dev, getenv("currdev"), NULL); in efi_getdev()
66 return (efi_parsedev(dev, devspec, path)); in efi_getdev()
83 efi_parsedev(struct devdesc **dev, const char *devspec, const char **path) in efi_parsedev() argument
162 if (dev != NULL) in efi_parsedev()
163 *dev = idev; in efi_parsedev()
176 struct devdesc *dev = (struct devdesc *)vdev; in efi_fmtdev() local
179 switch (dev->d_dev->dv_type) { in efi_fmtdev()
188 return (zfs_fmtdev(dev)); in efi_fmtdev()
191 snprintf(buf, sizeof (buf), "%s%d:", dev->d_dev->dv_name, in efi_fmtdev()
[all …]
H A Defipart.c128 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list()
817 pd_dev.dd.d_dev = dev; in efipart_print_common()
863 struct disk_devdesc *dev; in efipart_open() local
871 if (dev == NULL) in efipart_open()
897 rc = disk_open(dev, in efipart_open()
916 struct disk_devdesc *dev; in efipart_close() local
920 if (dev == NULL) in efipart_close()
941 struct disk_devdesc *dev; in efipart_ioctl() local
946 if (dev == NULL) in efipart_ioctl()
1021 struct disk_devdesc *dev; in efipart_strategy() local
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dalias.sh57 alias foo 2> /dev/null && err_exit "alias for non-existent alias foo returns true"
70 if [[ $(!! hello 2>/dev/null) != hello ]]
78 if [[ $(foo bar 2> /dev/null) != bar ]]
81 builtin -d rm 2> /dev/null
82 if whence rm > /dev/null
87 if hash -r 2>/dev/null && [[ ! $(hash) ]]
92 hash -r -- $i 2>/dev/null || err_exit "hash -r -- $i failed"
97 ( alias :pr=print) 2> /dev/null || err_exit 'alias beginning with : fails'
98 ( alias p:r=print) 2> /dev/null || err_exit 'alias with : in name fails'
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc56 event fault.io.scsi.cmd.disk.dev.rqs.derr@P;
57 event fault.io.scsi.cmd.disk.dev.rqs.merr@P,
62 * event fault.io.scsi.cmd.disk.dev.uderr@P;
71 event upset.io.scsi.cmd.disk.dev.uderr@P;
72 event upset.io.scsi.cmd.disk.dev.serr@P;
105 * fault.io.scsi.cmd.disk.dev.rqs.derr
107 * fault.io.scsi.cmd.disk.dev.rqs.merr
160 prop upset.io.scsi.cmd.disk.dev.serr@P->
161 ereport.io.scsi.cmd.disk.dev.serr@P;
163 prop upset.io.scsi.cmd.disk.dev.uderr@P->
[all …]
/illumos-gate/usr/src/stand/sys/
H A Dsacache.h43 extern void *get_icache(int dev, int inum);
44 extern void set_icache(int dev, int inum, void *buf, int len);
45 extern int set_ricache(int dev, int inum, void *buf, int len);
46 extern int get_dcache(int dev, char *name, int pnum);
47 extern void set_dcache(int dev, char *name, int pnum, int inum);
48 extern int set_rdcache(int dev, char *name, int pnum, int inum);
51 extern void release_cache(int dev);
/illumos-gate/usr/src/cmd/print/scripts/
H A Dlpadmin87 ${DEST} 2>/dev/null
91 ${LPSET} -n system -x ${DEST} 2>/dev/null
122 rm -f ${ppderrfile} >/dev/null 2>&1
127 rm -f ${ppderrfile} >/dev/null 2>&1
160 ${LPGET} -k bsdaddr ${2} >/dev/null 2>&1
225 ${LPGET} "${class}" > /dev/null 2>&1
256 ${LPGET} "${printer}" > /dev/null 2>&1
306 2>/dev/null) >${PRE}
345 /bin/rm -f ${PRE} >/dev/null 2>&1
350 2>/dev/null) >${POST}
[all …]
/illumos-gate/usr/src/boot/common/
H A Ddevopen.c37 struct devdesc *dev; in devopen() local
40 result = archsw.arch_getdev((void **)&dev, fname, file); in devopen()
45 f->f_dev = dev->d_dev; in devopen()
46 f->f_devdata = dev; in devopen()
47 result = dev->d_dev->dv_open(f, dev); in devopen()
51 free(dev); in devopen()
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcsd.p5m39 dir path=dev group=sys
40 dir path=dev/dsk group=sys
42 dir path=dev/ipnet group=sys
43 dir path=dev/net group=sys
44 dir path=dev/pts group=sys
45 dir path=dev/rdsk group=sys
46 dir path=dev/rmt group=sys
47 dir path=dev/sad group=sys
51 dir path=dev/swap group=sys
52 dir path=dev/term group=root
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c1003 for (dev = list_head(&s->s_devnodes); dev != NULL; in pqi_scan_scsi_devices()
1004 dev = list_next(&s->s_devnodes, dev)) { in pqi_scan_scsi_devices()
1029 kmem_free(dev, sizeof (*dev)); in pqi_scan_scsi_devices()
1041 for (dev = list_head(&s->s_devnodes); dev != NULL; in pqi_scan_scsi_devices()
1042 dev = list_next(&s->s_devnodes, dev)) { in pqi_scan_scsi_devices()
1840 dev = kmem_zalloc(sizeof (*dev), KM_SLEEP); in create_phys_dev()
1888 kmem_free(dev, sizeof (*dev)); in create_phys_dev()
1899 dev = kmem_zalloc(sizeof (*dev), KM_SLEEP); in create_logical_dev()
1930 kmem_free(dev, sizeof (*dev)); in create_logical_dev()
1946 for (dev = list_head(&s->s_devnodes); dev != NULL; in is_new_dev()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c114 struct oce_dev *dev; in oce_wqm_ctor() local
117 dev = wq->parent; in oce_wqm_ctor()
259 struct oce_dev *dev; in oce_wqb_ctor() local
260 dev = wq->parent; in oce_wqb_ctor()
403 if (dev->nwqs > 1) { in oce_get_wq()
410 wq = dev->wq[qidx]; in oce_get_wq()
563 struct oce_dev *dev; in oce_process_tx_compl() local
566 dev = wq->parent; in oce_process_tx_compl()
617 dev = wq->parent; in oce_drain_wq_cq()
701 dev = wq->parent; in oce_send_packet()
[all …]
H A Doce_rx.c165 struct oce_dev *dev; in oce_rqb_ctor() local
168 dev = rq->parent; in oce_rqb_ctor()
181 oce_free_dma_buffer(dev, dbuf); in oce_rqb_ctor()
239 struct oce_dev *dev = rq->parent; in oce_rq_post_buffer() local
407 _NOTE(ARGUNUSED(dev)); in oce_rx_bcopy()
503 struct oce_dev *dev; in oce_drain_rq_cq() local
508 dev = rq->parent; in oce_drain_rq_cq()
525 mp = oce_rx(dev, rq, cqe); in oce_drain_rq_cq()
616 struct oce_dev *dev; in oce_clean_rq() local
620 dev = rq->parent; in oce_clean_rq()
[all …]
H A Doce_mq.c48 struct oce_dev *dev; in oce_drain_mq_cq() local
53 dev = mq->parent; in oce_drain_mq_cq()
71 mac_link_update(dev->mac_handle, link_status); in oce_drain_mq_cq()
72 dev->link_status = link_status; in oce_drain_mq_cq()
73 dev->link_speed = -1; in oce_drain_mq_cq()
82 oce_arm_cq(dev, cq->cq_id, num_cqe, B_TRUE); in oce_drain_mq_cq()
98 struct oce_dev *dev; in oce_clean_mq() local
103 dev = mq->parent; in oce_clean_mq()
113 oce_arm_cq(dev, cq->cq_id, num_cqe, B_FALSE); in oce_clean_mq()
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h79 struct xenbus_device *dev; member
165 extern int xenbus_watch_path(struct xenbus_device *dev, const char *path,
180 extern int xenbus_watch_path2(struct xenbus_device *dev, const char *path,
193 extern int xenbus_switch_state(struct xenbus_device *dev,
203 extern int xenbus_grant_ring(struct xenbus_device *dev, unsigned long ring_mfn);
212 extern int xenbus_alloc_evtchn(struct xenbus_device *dev, int *port);
226 extern void xenbus_dev_error(struct xenbus_device *dev, int err,
235 extern void xenbus_dev_fatal(struct xenbus_device *dev,
239 extern void xenbus_dev_ok(struct xenbus_device *dev);
244 extern int talk_to_otherend(struct xenbus_device *dev);
/illumos-gate/usr/src/lib/libsecdb/common/
H A Di.rbac68 ${egrep_cmd} -v '^#[pragma ]*ident' $2 > $4.old 2>/dev/null
74 2>/dev/null`
79 $4.old > $4.$$ 2>/dev/null
87 $3 2>/dev/null`
93 $4.old > $4.$$ 2>/dev/null
99 newcr=`${egrep_cmd} '^# CDDL HEADER START' $3 2>/dev/null`
102 $4.old > $4.$$ 2>/dev/null
132 $4 2>/dev/null`
134 $4 2>/dev/null`
139 $4 > $4.$$ 2>/dev/null
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddev.h24 struct pci_device dev; member
46 struct dev struct
48 void (*disable)P((struct dev *)); argument
80 extern int probe(struct dev *dev); argument
81 extern void disable(struct dev *dev);
/illumos-gate/usr/src/cmd/vt/
H A Dvtxlock.sh56 if ${XLSATOMS} ${XLSATOMS_ARGS} ${GNOME_ATOM} 2>/dev/null \
57 | grep -w ${GNOME_ATOM} >/dev/null; then
63 ${XSCREENSAVER_LOCK} ${XSCREENSAVER_CHECKARGS} 2>/dev/null \
64 | grep -w ${XSCREENSAVER_LOCKED} >/dev/null && exit 0
66 ${XSCREENSAVER_LOCK} ${XSCREENSAVER_LOCKARGS} >/dev/null 2>&1 &
74 if ${XLSATOMS} ${XLSATOMS_ARGS} ${CDE_ATOM} 2>/dev/null \
75 | grep -w ${CDE_ATOM} >/dev/null; then
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c49 static int px_close(dev_t dev, int flags, int otyp, cred_t *credp);
50 static int px_ioctl(dev_t dev, int cmd, intptr_t arg, int mode,
136 px_close(dev_t dev, int flags, int otyp, cred_t *credp) in px_close() argument
138 px_t *px_p = PX_DEV_TO_SOFTSTATE(dev); in px_close()
139 int minor = getminor(dev); in px_close()
148 DBG(DBG_CLOSE, px_p->px_dip, "dev=%x: flags=%x\n", dev, flags); in px_close()
157 if (rval = pcie_close(px_p->px_dip, dev, flags, otyp, credp)) { in px_close()
172 px_t *px_p = PX_DEV_TO_SOFTSTATE(dev); in px_ioctl()
173 int minor = getminor(dev); in px_ioctl()
181 DBG(DBG_IOCTL, dip, "dev=%x: cmd=%x\n", dev, cmd); in px_ioctl()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_negative.ksh46 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
47 >/dev/null 2>&1 || log_fail "dd of $TESTDIR/file failed."
52 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
59 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
60 >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
65 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
71 dd if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS conv=notrunc \
72 >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
76 conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
83 >/dev/null 2>&1 || log_fail "dd into $TESTDIR/file failed."
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_hw.c139 device_t dev; in amdvi_find_ats_qlen() local
146 if (!dev) { in amdvi_find_ats_qlen()
193 device_printf(softc->dev, in amdvi_dev_support_iotlb()
782 device_t dev, mmio_dev; in amdvi_alloc_intr_resources() local
785 dev = softc->dev; in amdvi_alloc_intr_resources()
860 device_t dev; in amdvi_add_sysctl() local
862 dev = softc->dev; in amdvi_add_sysctl()
889 device_t dev; in amdvi_setup_hw() local
892 dev = softc->dev; in amdvi_setup_hw()
924 device_t dev; in amdvi_teardown_hw() local
[all …]
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c84 dev_t dev, in specvp_devfs() argument
115 dev_t dev, in specvp() argument
159 sp->s_dev = dev; in specvp()
237 sp->s_dev = dev; in makespecvp()
538 dev_t dev, in get_cvp() argument
685 dev_t dev, in sfind() argument
805 dev_t dev; in specinit() local
837 dev = 0; in specinit()
848 dev_t dev; in device_close() local
873 bflush(dev); in device_close()
[all …]

12345678910>>...77