Home
last modified time | relevance | path

Searched refs:unit (Results 201 – 225 of 266) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc168 * with single correctable unit faults before we will fault the rank.
205 * The single-correctable-unit threshold at which number of faulted pages
213 * The maximum number of single-correctable-unit page faults we will diagnose
223 * "Single-correctable-unit" DIMM faults are diagnosed when the total number of
225 * from any one rank on that DIMM reaches a threshold. A "correctable unit"
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c710 vd_get_readable_size(size_t full_size, size_t *size, char *unit) in vd_get_readable_size() argument
714 *unit = 'K'; /* Kilobyte */ in vd_get_readable_size()
717 *unit = 'M'; /* Megabyte */ in vd_get_readable_size()
720 *unit = 'G'; /* Gigabyte */ in vd_get_readable_size()
723 *unit = 'T'; /* Terabyte */ in vd_get_readable_size()
959 char unit; in vd_build_default_label() local
1040 vd_get_readable_size(disk_size, &size, &unit); in vd_build_default_label()
1048 size, unit, in vd_build_default_label()
5666 char unit; in vd_setup_partition_vtoc() local
5724 &size, &unit); in vd_setup_partition_vtoc()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c1364 add_ps_to_platform(char *unit) in add_ps_to_platform() argument
1369 int unit_size = 1 + strlen(unit); in add_ps_to_platform()
1403 if (strcmp(unit_addr, unit) == 0) in add_ps_to_platform()
1418 (void) ptree_create_and_add_prop(child_hdl, &info, unit, NULL); in add_ps_to_platform()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h496 uint32_t unit; /* multiplier (in usecs) */ member
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h490 struct myri10ge_priv *myri10ge_get_instance(uint_t unit);
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_impl.h196 int unit; member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dspppcomp.c1051 char unit[32]; in spppcomp_mctl() local
1088 (void) sprintf(unit, "%s" "%d", COMP_MOD_NAME, cp->cp_unit); in spppcomp_mctl()
1089 ksp = kstat_create(COMP_MOD_NAME, cp->cp_unit, unit, "net", in spppcomp_mctl()
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c455 char unit[32]; in acpidev_dr_create_node() local
501 (void) snprintf(unit, sizeof (unit), "%u", 0); in acpidev_dr_create_node()
503 ACPIDEV_PROP_NAME_UNIT_ADDR, unit) != NDI_SUCCESS) { in acpidev_dr_create_node()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4085 int unit; in serial_func() local
4096 if (! safe_parse_maxint (&p, &unit)) in serial_func()
4099 if (unit < 0 || unit > 3) in serial_func()
4105 units[i++] = unit; in serial_func()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c246 char *unit = "second"; in secs2str() local
250 unit = "day"; in secs2str()
253 unit = "hour"; in secs2str()
256 unit = "minute"; in secs2str()
260 if (snprintf(buf, bufsiz, "%.2f %s%s", val, unit, in secs2str()
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2843 int unit; in bfe_attach() local
2860 unit = ddi_get_instance(dip); in bfe_attach()
2864 bfe->bfe_unit = unit; in bfe_attach()
2904 macreg->m_instance = unit; in bfe_attach()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1032 int unit; in isrewind() local
1048 sscanf(tape, "%*[a-zA-Z/]%d", &unit) == 1 && in isrewind()
1049 (unit & MT_NOREWIND)) in isrewind()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A DTHIRDPARTYLICENSE148 est une f\351d\351ration d'unit\351s mixtes de recherche du CNRS, de l'Institut
172 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
H A Dmain.c2565 print_ncpstate(unit, strptr) in print_ncpstate() argument
2566 int unit; in print_ncpstate()
2575 (*protp->print_stat)(unit, strptr);
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h461 int32_t unit; /* unit number of faulting device */ member
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2107 grub> serial --unit=0 --speed=9600
110 The command `serial' initializes the serial unit 0 with the speed
111 9600bps. The serial unit 0 is usually called `COM1', so, if you want to
112 use COM2, you must specify `--unit=1' instead. This command accepts
177 serial --unit=0 --speed=19200
935 - Command: serial [`--unit=unit'] [`--port=port'] [`--speed=speed']
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c134 int unit = ddi_get_instance(devi); in gfxp_vga_attach() local
249 error = ddi_prop_create(makedevice(DDI_MAJOR_T_UNKNOWN, unit), in gfxp_vga_attach()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-ksh93.p5m18 set name=pkg.description value="ksh93 unit tests"
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dopteron_pcbe.c882 evsel |= evp->unit << OPT_PES_UMASK_SHIFT; in opt_pcbe_configure()
/illumos-gate/usr/src/uts/common/io/ppp/sppp/
H A Dsppp.c241 char unit[32]; /* Unit name */ in sppp_create_ppa() local
251 (void) sprintf(unit, "%s" "%d", PPP_DRV_NAME, ppa_id); in sppp_create_ppa()
260 ksp = kstat_create(PPP_DRV_NAME, ppa_id, unit, "net", KSTAT_TYPE_NAMED, in sppp_create_ppa()
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c917 int unit; in asyopen() local
925 unit = UNIT(*dev); in asyopen()
926 if (unit > max_asy_instance) in asyopen()
929 async = (struct asyncline *)ddi_get_soft_state(su_asyncline, unit); in asyopen()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1100 serial_hw_get_port (int unit) in serial_hw_get_port() argument
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusbdi.h627 struct usb_fifo_sc *f_sc, uint16_t unit, int16_t subunit,
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c510 else if (SCALE_EN == su.unit) in print_offs()
559 else if (SCALE_EN == su.unit) in print_width()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE114 09-03-15 regress.sh: add ${MAIN} for base name of main unit
116 09-03-03 regress.sh: allow command line unit to override UNIT
263 05-04-11 regress.sh: fix unit name when command line unit also specified
353 04-06-16 regress.sh: add TWD for ./unit.tmp override

1234567891011