/titanic_50/usr/src/cmd/fs.d/zfs/bootinstall/ |
H A D | bootinstall.sh | 32 DEV=$(echo "$2" | sed -e 's+/dsk/+/rdsk/+') 34 if [ -z "${POOL}" -o -z "${DEV}" ]; then 48 $LOGGER "Failure installing boot block on ${DEV}"
|
/titanic_50/usr/src/uts/common/io/skd/ |
H A D | skd.h | 147 #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
|
/titanic_50/usr/src/lib/iconv_modules/hi_IN/include/ |
H A D | iscii.h | 41 type = DEV; \ 62 DEV, /* 0x42 */
|
H A D | iscii-common.h | 56 typedef enum { DEV, BNG, GMK, GJR, ORI, TML, TLG, KND, MLM, NUM_ISCII } ISCII; enumerator
|
/titanic_50/usr/src/cmd/devfsadm/ |
H A D | cfg_link.h | 84 #define DEV "/dev" macro
|
H A D | devfsadm.c | 153 static char *dev_dir = DEV; 3149 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in devfsadm_rm_work() 3150 devfsadm_rm_work(&contents[strlen(DEV) + 1], in devfsadm_rm_work() 3454 if (strncmp(contents, DEV "/", in build_devlink_list() 3455 strlen(DEV) + strlen("/")) != 0) { in build_devlink_list() 3473 &contents[strlen(DEV) + strlen("/")]); in build_devlink_list() 4598 if (strncmp(contents, DEV "/", strlen(DEV) + 1) == 0) { in resolve_link() 4602 &contents[strlen(DEV) + strlen("/")]); in resolve_link() 5826 (void) nftw(DEV, devfsadm_copy_file, 20, FTW_PHYS); in devfsadm_copy() 7099 len = strlen(root_dir) + strlen(DEV) + 1; in set_root_devices_dev_dir() [all …]
|
H A D | cfg_link.c | 979 if (strncmp(valid, DEV "/", DEV_LEN + 1) == 0) in pci_cfg_rm_invalid_links() 986 if (strncmp(dnp[i], DEV "/", DEV_LEN + 1) == 0) in pci_cfg_rm_invalid_links()
|
H A D | devfsadm_impl.h | 82 #define DEV "/dev" macro
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | ct.c | 69 #define DEV "/dev/" macro 86 _Tty[sizeof DEV+12] = "", /* /dev/term/xx for connection device */ 371 (void) sprintf(_Tty, "%s%s", DEV, Dc);
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | ttyname.c | 118 #define DEV "/dev" macro 735 if (strncmp(vec->name, DEV, strlen(DEV)) != 0) { in get_pri_dirs()
|
/titanic_50/usr/src/lib/iconv_modules/hi_IN/ |
H A D | iscii91%UTF-8.c | 183 if ( isc_type == DEV && keepc2 == ISC_danda ) in iscii_to_utf8()
|
/titanic_50/usr/src/lib/libfsmgt/common/ |
H A D | nfs_mntinfo.c | 50 #define DEV 1 macro
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.h | 201 #define DEV "/dev" macro
|
H A D | devinfo_devlink.c | 357 (void) strlcat(dev_dir, DEV, sizeof (dev_dir)); in handle_alloc() 1218 if (strncmp(clp->content, DEV"/", strlen(DEV"/")) == 0) { in link2minor() 1219 cp = &clp->content[strlen(DEV"/")]; in link2minor()
|
H A D | devfsinfo.c | 70 #define DEV "/dev" macro 1066 char *dev_dir = DEV; in devfs_phys_to_logical()
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfsstat/ |
H A D | nfsstat.c | 1267 #define DEV 1 macro
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 3234 [__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
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 1418 astconf: handle readonly *(DEV|DIR) vars
|