Home
last modified time | relevance | path

Searched refs:DEV (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/zfs/bootinstall/
H A Dbootinstall.sh32 DEV=$(echo "$2" | sed -e 's+/dsk/+/rdsk/+')
34 if [ -z "${POOL}" -o -z "${DEV}" ]; then
48 $LOGGER "Failure installing boot block on ${DEV}"
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.h147 #define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF) argument
148 #define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF) argument
149 #define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF) argument
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/include/
H A Discii.h41 type = DEV; \
62 DEV, /* 0x42 */
H A Discii-common.h56 typedef enum { DEV, BNG, GMK, GJR, ORI, TML, TLG, KND, MLM, NUM_ISCII } ISCII; enumerator
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.h88 #define DEV "/dev" macro
H A Ddevfsadm.c156 static char *dev_dir = DEV;
3162 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in devfsadm_rm_work()
3163 devfsadm_rm_work(&contents[strlen(DEV) + 1], in devfsadm_rm_work()
3467 if (strncmp(contents, DEV "/", in build_devlink_list()
3468 strlen(DEV) + strlen("/")) != 0) { in build_devlink_list()
3486 &contents[strlen(DEV) + strlen("/")]); in build_devlink_list()
4611 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in resolve_link()
4615 &contents[strlen(DEV) + strlen("/")]); in resolve_link()
5840 (void) nftw(DEV, devfsadm_copy_file, 20, FTW_PHYS); in devfsadm_copy()
7113 len = strlen(root_dir) + strlen(DEV) + 1; in set_root_devices_dev_dir()
[all …]
H A Dcfg_link.c988 if (strncmp(valid, DEV "/", DEV_LEN + 1) == 0) in pci_cfg_rm_invalid_links()
995 if (strncmp(dnp[i], DEV "/", DEV_LEN + 1) == 0) in pci_cfg_rm_invalid_links()
H A Ddevfsadm_impl.h82 #define DEV "/dev" macro
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c70 #define DEV "/dev/" macro
88 _Tty[sizeof DEV+12] = "", /* /dev/term/xx for connection device */
373 (void) sprintf(_Tty, "%s%s", DEV, Dc);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c118 #define DEV "/dev" macro
739 if (strncmp(vec->name, DEV, strlen(DEV)) != 0) { in get_pri_dirs()
/illumos-gate/usr/src/lib/iconv_modules/hi_IN/
H A Discii91%UTF-8.c183 if ( isc_type == DEV && keepc2 == ISC_danda ) in iscii_to_utf8()
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c48 #define DEV 1 macro
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h201 #define DEV "/dev" macro
H A Ddevinfo_devlink.c358 (void) strlcat(dev_dir, DEV, sizeof (dev_dir)); in handle_alloc()
1219 if (strncmp(clp->content, DEV"/", strlen(DEV"/")) == 0) { in link2minor()
1220 cp = &clp->content[strlen(DEV"/")]; in link2minor()
H A Ddevfsinfo.c70 #define DEV "/dev" macro
1066 char *dev_dir = DEV; in devfs_phys_to_logical()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1267 #define DEV 1 macro
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3234 [__linux__] (write_to_partition): Change the size of DEV to
3309 * lib/device.c [__linux__] (write_to_partition): Open DEV with
6814 DEV to unsigned long.
6954 is a device number. Set DRIVE to the forth byte of DEV and
6955 PARTITION to the first 3 bytes of DEV. If DRIVE is 0xFF, set
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1606 astconf: handle readonly *(DEV|DIR) vars