Searched refs:design (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.fds.ksh36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
/freebsd-10-stable/usr.sbin/mfiutil/
H A Dmfi_show.c144 struct mfi_bbu_design_info design; local
177 if (mfi_dcmd_command(fd, MFI_DCMD_BBU_GET_DESIGN_INFO, &design,
178 sizeof(design), NULL, 0, NULL) < 0) {
180 warn("Failed to get design info");
202 printf(" Manufacture Date: %d/%d/%d\n", design.mfg_date >> 5 & 0x0f,
203 design.mfg_date & 0x1f, design.mfg_date >> 9 & 0xffff);
204 printf(" Serial Number: %d\n", design.serial_number);
205 printf(" Manufacturer: %s\n", design.mfg_name);
206 printf(" Model: %s\n", design
[all...]
/freebsd-10-stable/sys/dev/isp/
H A DDriverManual.txt41 initial implementation followed the very thoughtful NetBSD design tenet
43 and MD (Machine Dependent) portions. The original design therefore was
62 design of NetBSD, a rather successful attempt has been made to keep the
72 Normally you design via top-down methodologies and set an intial goal
73 and meet it. This driver has had a design goal that changes from almost
76 a bit of "reconstruction after the fact" in that the design goals are
79 The primary design goal now is to have a driver that can run both the
97 Pure, raw, performance is not a primary goal of this design. This design,
102 penalties in this design a
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql257 or WORKING trees as described in notes/wc-ng/design. Fields relate
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_all.h2583 struct scsi_vpd_port_designation design[]; member in struct:scsi_vpd_scsi_ports
/freebsd-10-stable/contrib/amd/doc/
H A Dtexinfo.tex1133 be supported due to the design of the PDF format; use regular TeX (DVI
1763 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
/freebsd-10-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1511 % #3 is the font's design size, #4 is a scale factor
/freebsd-10-stable/contrib/groff/doc/
H A Dtexinfo.tex1445 % #3 is the font's design size, #4 is a scale factor
/freebsd-10-stable/sys/cam/ctl/
H A Dctl.c9666 pd = &sp->design[0];

Completed in 232 milliseconds