Searched refs:device (Results 401 - 425 of 434) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/man/man1m/
H A DMakefile165 hal-device.1m \
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c165 * Name properties for frequently accessed device nodes.
327 * to Schizo device LPAs. These are always set by DR.
578 * rest of the code from the device tree and OBP. This is necessary
1081 * root should still be present in the device tree.
1158 * appropriate for the device.
4655 * If the device is a CPU without a 'portid' property,
4674 * Formal Parameter : The name of a device node.
4716 drmach_device_t *device; local
4737 * dr device name.
4744 * Create a device dat
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3899 bam_error(_("%s is on a ramdisk device\n"), bam_root);
5408 get_partition(char *device) argument
5421 slice = device + strlen(device) - 2;
5425 wholedisk = s_calloc(1, strlen(device) + 3);
5426 (void) snprintf(wholedisk, strlen(device) + 3, "%sp0", device);
6142 bam_error(_("NULL device: cannot determine pool name\n"));
6158 bam_error(_("invalid device %s: cannot determine pool name\n"),
6174 bam_error(_("fstyp -a on device
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c770 i915_gem_retire_work_handler(void *device) argument
772 struct drm_device *dev = (struct drm_device *)device;
794 * @dev: drm device to reset
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c3385 #define OPT_PCI_ECS_ADDR(bus, device, function, reg) \
3386 (PCI_CONE | (((bus) & 0xff) << 16) | (((device & 0x1f)) << 11) | \
3392 * a bus, device, function, and offset. The following constants
3410 #define OPT_PCS_OFF_VENDOR 0x0 /* device/vendor ID register */
3416 * Opteron PCI Configuration Space device IDs for nodes
3418 #define OPT_PCS_DEV_NODE0 24 /* device number for node 0 */
3575 * Increment device number to next node and register offsets
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c981 * dev2 /devices name of a device without the /devices prefix
1016 /* strip the device portion */
1037 * Check if the specified device path is on the root controller.
1040 * path /devices name of a device without the /devices prefix
1139 * Check if mpxio is enabled or disabled on the specified device path.
1143 * path /devices name of a device without the /devices prefix and
1303 pi->device.ret_phci, node_name, pi->ret_addr);
1470 * Check if the specified device is refenced in the vfstab file.
1474 * nodepath /devices path of a device in the target environment without
1496 * read device special
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c26 #include "xgehal-device.h"
30 * @devh: HAL device handle.
35 * Retrieve information such as PCI device and vendor IDs, board
65 &about_info->device);
120 * @devh: HAL device handle.
176 * @devh: HAL device handle.
233 * @devh: HAL device handle.
275 * @devh: HAL device handle.
315 * @devh: HAL device handle.
358 * @devh: HAL device handl
[all...]
H A Dxgehal-mgmtaux.c26 #include "xgehal-device.h"
67 * @devh: HAL device handle.
108 * @devh: HAL device handle.
146 * @devh: HAL device handle.
175 * @devh: HAL device handle.
204 __HAL_AUX_ENTRY("device", about_info.device, "0x%x");
230 * @devh: HAL device handle.
371 * @devh: HAL device handle.
673 * @devh: HAL device handl
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c2262 &args->what.mknoddata3_u.device.dev_attributes, &va);
2274 args->what.mknoddata3_u.device.spec.specdata1,
2275 args->what.mknoddata3_u.device.spec.specdata2);
H A Dnfs3_vnops.c1981 * If vnode is a device, create special vnode.
2285 * If vnode is a device, create special vnode.
2628 * If vnode is a device create special vnode
2734 &args.what.mknoddata3_u.device.dev_attributes);
2739 args.what.mknoddata3_u.device.spec.specdata1 =
2741 args.what.mknoddata3_u.device.spec.specdata2 =
2813 * If vnode is a device create special vnode
H A Dnfs3_xdr.c1837 nod_objp = &whatp->mknoddata3_u.device;
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c192 * problems in some underlying device drivers. This problem seems to have been
1135 * no other readers on this device.
1160 * if we are not in upgrade just return the input device
1907 * So the input device will be a md_dev64_t, because all SVM modules internally
1908 * work with that device type.
1910 * routines from here we first have to convert that device into a dev_t.
1943 * As open() may change the device,
1960 * Open regular device, since open() may change dev_t give new dev_t
1970 * So the input device will be a md_dev64_t, because all SVM modules internally
1971 * work with that device typ
2340 dev_t device = md_dev64_to_dev(dev); local
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c206 return (gettext("\tattach [-f] <pool> <device> "
207 "<new-device>\n"));
209 return (gettext("\tclear [-nF] <pool> [device]\n"));
217 return (gettext("\tdetach <pool> <device>\n"));
241 return (gettext("\toffline [-t] <pool> <device> ...\n"));
243 return (gettext("\tonline <pool> <device> ...\n"));
245 return (gettext("\treplace [-f] <pool> <device> "
246 "[new-device]\n"));
248 return (gettext("\tremove <pool> <device> ...\n"));
268 "[<device>
3639 char *pool, *device; local
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1818 CTL_DESC(SES_ET_DEVICE, device),
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java1703 if (!port.equals("") && Valid.device(port)) {
1728 "CLNT:pmInstPr:error validating device" + de);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c271 * Figure out nxgep->mac.portmode from nxge.conf, OBP's device properties,
865 * Get the actual device ID value returned by MDIO read.
5522 * Perform write to Clause45 serdes / transceiver device
5528 * device: With each PHYAD, the driver can use MDIO to control
5529 * multiple devices inside the PHY, here "device" is an
5530 * MMD (MDIO managable device).
5531 * xcvr_reg: Each device has multiple registers. xcvr_reg specifies
5536 nxge_mdio_read(p_nxge_t nxgep, uint8_t xcvr_portn, uint8_t device, argument
5547 xcvr_portn, device, xcvr_reg, value)) != NPI_SUCCESS)
5564 /* Perform write to Clause45 serdes / transceiver device */
5567 nxge_mdio_write(p_nxge_t nxgep, uint8_t xcvr_portn, uint8_t device, uint16_t xcvr_reg, uint16_t value) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h317 * Fibre Channel device definitions.
334 * Fibre Channel 24xx device definitions.
1259 ql_link_t device; member in struct:ql_target
1348 ql_device_stat_t d_stats[MAX_24_FIBRE_DEVICES]; /* per device stats */
1504 /* Head of device queue list. */
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c439 "\nERROR: Unable to retrieve SCSI device paths "
629 printf(MSGSTR(2098, "\nFound Fibre Channel device(s):\n"));
1405 if (strstr(devPath, ioc.ret_buf[i].device.ret_phci)) {
1571 * extra paths for other targets in a multi-target device
1753 /* Change behavior if this is an MPxIO device */
1929 * get mode page information for FC device.
1930 * do not do mode sense if this is a tape device.
2059 /* acquire rights to hack on device */
2082 /* all done now -- release device */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1702 if (strcmp(out_if.id.name, tmp_if.device) == 0)
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c166 * arguments to an allocate routine are a device and
733 * the device.
747 * Get an empty block, not assigned to any particular device.
873 * We really could split blist_lock up per device for better
882 * Gather all B_DELWRI buffer for device.
972 * this device and blkno (if any).
987 * make sure it still belongs to the device and is B_DELWRI
1013 * (which are not be already flushed because of device errors). Also
1116 * all buffers and setting all device hash buffer lists to empty.
1245 tnf_device, device, b
[all...]
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c38 #include <sys/contract/device.h>
57 * This file contains the core code for the device contracts framework.
58 * A device contract is an agreement or a contract between a process and
59 * the kernel regarding the state of the device. A device contract may be
60 * created when a relationship is formed between a device and a process
61 * i.e. at open(2) time, or it may be created at some point after the device
62 * has been opened. A device contract once formed may be broken by either party.
63 * A device contract can be broken by the process by an explicit abandon of the
64 * contract or by an implicit abandon when the process exits. A device contrac
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h127 NFSERR_NXIO = 6, /* No such device or address */
130 NFSERR_XDEV = 18, /* Cross-device link */
131 NFSERR_NODEV = 19, /* No such device */
136 NFSERR_NOSPC = 28, /* No space left on device */
163 * Macros for converting device numbers to and from the format
172 #define SO4_BITSMAJOR 8 /* # of SunOS 4.x major device bits */
173 #define SO4_BITSMINOR 8 /* # of SunOS 4.x minor device bits */
178 * Convert to over-the-wire device number format
186 * Convert from over-the-wire format to SVR4 device number format
195 * so the over-the-wire representation is VCHR with a '-1' device numbe
1663 devicedata3 device; member in union:mknoddata3::__anon593
[all...]
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c603 static dev_t mt_dev; /* device containing output file */
959 fatal(gettext("device argument required"));
1104 /* Get inode and device number of output file */
2646 "tar: current device seek position = %" FMT_blkcnt_t "K\n"),
5088 "tar: device seek error\n"));
5116 * the defined defaults for the device, or on the
5187 * this when the device is not blocked.
5317 * Care is taken to write in multiples of SYS_BLOCK when device is
5431 * blank-separated fields (1) device (2) blocking,
6208 * is a tape device, fals
6369 build_dblock( const char *name, const char *linkname, const char typeflag, const int filetype, const struct stat *sp, const dev_t device, const char *prefix) argument
[all...]
/illumos-gate/usr/src/uts/common/io/vr/
H A Dvr.c91 * Attributes for accessing registers and memory descriptors for this device.
109 * DMA attributes for descriptors for communication with the device
125 1, /* granularity of device */
130 * DMA attributes for the data moved to/from the device
146 1, /* granularity of device */
153 vr_mac_start, /* Start the device */
154 vr_mac_stop, /* Stop the device */
162 NULL, /* Open the device */
163 NULL, /* Close the device */
164 vr_mac_setprop, /* Set properties of the device */
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c49 #include <sys/contract/device.h>
144 { 0x23, "Internal SATA device plug (see SAS-2 and SATA-2)" },
146 { 0x25, "Micro SATA device plug (see SAS-2.1 and SATA)" },
365 * functions for verifying that the ses_enum_target_t held in a device
477 efd = open64(CTFS_ROOT "/device/pbundle", O_RDONLY);
524 (void) snprintf(path, PATH_MAX, CTFS_ROOT "/device/%ld/status",
539 CTFS_ROOT "/device/%ld/ctl", ctid);
551 /* find control device for ack/abandon */
553 (void) snprintf(path, PATH_MAX, CTFS_ROOT "/device/%ld/ctl",
705 tfd = open64(CTFS_ROOT "/device/templat
[all...]

Completed in 1127 milliseconds

<<1112131415161718