| /onnv/onnv-gate/usr/src/cmd/fmli/vt/ |
| vinit.c | 60 /* virtualizations starting with control-F */ 103 #define control(X) ((X) & ' ' - 1) macro 132 keybuf[0] = control(first); 137 keybuf[0] = control(*string++); 168 #ifdef TOSTOP /* for job control - to prevent running in background.. */
|
| /onnv/onnv-gate/usr/src/uts/common/io/nxge/ |
| nxge_txc.c | 302 txc_control_t control; local 310 (void) npi_txc_control(handle, OP_GET, &control); 313 NXGE_DEBUG_MSG((nxgep, TX_CTL, "\n\tTXC port control 0x%0llx", 314 (long long)control.value));
|
| nxge_intr.c | 687 nxge_ldgv_t *control; local 739 control = nxge->ldgvp; 740 if (control->ldgp) { 741 KMEM_FREE(control->ldgp, 743 control->ldgp = 0; 746 if (control->ldvp) { 747 KMEM_FREE(control->ldvp, 749 control->ldvp = 0; 752 KMEM_FREE(control, sizeof (nxge_ldgv_t)); 911 nxge_ldgv_t *control; local [all...] |
| nxge_hio_guest.c | 593 nxge_dma_common_t *control; local 650 * Initialize logical page 1 for control buffers. 652 control = nxge->tx_cntl_pool_p->dma_buf_pool_p[channel]; 653 ring->hv_tx_cntl_base_ioaddr_pp = (uint64_t)control->orig_ioaddr_pp; 654 ring->hv_tx_cntl_ioaddr_size = (uint64_t)control->orig_alength; 712 nxge_dma_common_t *control; local 768 * Initialize logical page 1 for control buffers. 770 control = nxge->rx_cntl_pool_p->dma_buf_pool_p[channel]; 771 ring->hv_rx_cntl_base_ioaddr_pp = (uint64_t)control->orig_ioaddr_pp; 772 ring->hv_rx_cntl_ioaddr_size = (uint64_t)control->orig_alength [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| main.c | 40 char *control; variable 197 control = (char *)malloc(IPV6_MAX_PACKET); 198 if (control == NULL) {
|
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| refer2.c | 40 int control(char); 63 if (control(line[0])) 218 control(char c) function
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/i2c/clients/ |
| pcf8591.c | 235 uchar_t control, reg; local 287 control = ((0 << PCF8591_ANALOG_OUTPUT_SHIFT) | 292 i2c_tran_pointer->i2c_wbuf[0] = control; 346 control = ((1 << PCF8591_ANALOG_OUTPUT_SHIFT) | 351 i2c_tran_pointer->i2c_wbuf[0] = control;
|
| ssc050.c | 321 uchar_t control; local 430 &control, I2C_SLEEP); 435 D1CMN_ERR((CE_NOTE, "%s: port %d: control = %x", unitp->name, 436 port, control)); 438 if (!(control & SSC050_FAN_CONTROL_ENABLE)) { 465 divisor = control & SSC050_FAN_CONTROL_DIVISOR;
|
| /onnv/onnv-gate/usr/src/uts/intel/io/pciex/hotplug/ |
| pciehpc_acpi.c | 82 * if native hotplug control was granted or not by BIOS. 84 * If _OSC method fails for any reason or if native hotplug control was 118 * Intialize hot plug control for ACPI mode. 220 * Otherwise, there are no ACPI interfaces to do LED control or to get 311 uint16_t status, control; local 347 /* get the current state of Slot Control Register */ 348 control = pciehpc_reg_get16(ctrl_p, 352 if (!(control & PCIE_SLOTCTL_PWR_CONTROL)) {
|
| /onnv/onnv-gate/usr/src/uts/intel/io/dnet/ |
| dnet_mii.c | 126 cmn_err(CE_NOTE, "PHY Probe: Control=%x, Status=%x", 209 phydata->control = MII_CONTROL_ANE; 296 ushort_t control; local 300 /* Strobe the reset bit in the control register */ 302 phyd->control | MII_CONTROL_RESET); 308 * control register once, the devices we have seen can have already 313 control = mac->mii_read(mac->mii_dip, phy, MII_CONTROL); 314 if (!(control & MII_CONTROL_RESET)) 324 control = mac->mii_read(mac->mii_dip, phy, MII_CONTROL); 325 if (!(control & MII_CONTROL_RESET) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/nge/ |
| nge_xmii.c | 207 uint16_t control; local 211 control = nge_mii_get16(ngep, MII_CONTROL); 212 control &= ~(MII_CONTROL_PWRDN | MII_CONTROL_ISOLATE); 213 nge_mii_put16(ngep, MII_CONTROL, control); 216 control = nge_mii_get16(ngep, MII_CONTROL); 217 if (BIC(control, MII_CONTROL_PWRDN)) 232 uint16_t control; local 242 control = nge_mii_get16(ngep, MII_CONTROL); 243 control |= MII_CONTROL_RESET; 244 nge_mii_put16(ngep, MII_CONTROL, control); 316 uint16_t control; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/posttek/ |
| posttek.c | 145 #include "posttek.h" /* control codes and other definitions */ 186 static int control(int); 586 * are typically changed in control() and esc(). 674 if ( (c < 040) && ((c = control(c)) <= 0) ) 763 control(c); 770 if (((c = nextchar()) < 040) && ((c = control(c)) == OUTMODED)) 778 if (((c = nextchar()) < 040) && ((c = control(c)) == OUTMODED)) 785 if (((c = nextchar()) < 040) && ((c = control(c)) == OUTMODED)) 794 if (((c = nextchar()) < 040) && ((c = control(c)) == OUTMODED)) 837 control(c) 919 control(int c) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/troff/ |
| n1.c | 303 control(getrq(), 1); 647 control(a, b) function 680 fdprintf(stderr, "control: macro %c%c, contab[%d]\n",
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
| ohci_polled.c | 1486 uint32_t control; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| smb_privilege.h | 132 * Privilege Set Control flags 150 uint32_t control; member in struct:smb_privset
|
| /onnv/onnv-gate/usr/src/uts/sun4u/io/ |
| envctrl_targets.c | 30 * Low level environmental control routines. 89 * CONTROL OF CHIP 90 * PCF8591 Temp sensing control register definitions 148 uint8_t s1; /* Control Status register */ 562 * control register. 618 uint8_t control; local 626 control = (instruction << 4) | subaddress; 638 if ((status = ehc_write_pcf8584(ehcp, control)) != EHC_SUCCESS) { 972 register uint8_t control; local 981 * Write the control word to the PCF8591 1091 register uint8_t control; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
| atapi7v3.h | 55 uint8_t control; member in struct:__anon56 206 * CONTROL | RESERVED | Sector Count(exp) | Sector Count
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
| mDNSUNP.c | 916 char control[1024]; member in union:__anon7 922 msg.msg_control = (void *) control_un.control; 923 msg.msg_controllen = sizeof(control_un.control); [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/ |
| sockcommon_sops.c | 1406 void *control; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/bge/ |
| bge_mii.c | 209 uint16_t control; local 230 control = bge_mii_get16(bgep, MII_CONTROL); 231 if (BIC(control, MII_CONTROL_RESET)) 238 BGE_DEBUG(("bge_phy_reset: FAILED, control now 0x%x", control)); 462 /* Blocks the PHY control access */ 480 /* Remove block phy control */ 491 /* Restore 1000BASE-T Control Register */ 665 uint16_t control; local 685 control = gigctrl = auxctrl = anar = 0 [all...] |
| /onnv/onnv-gate/usr/src/cmd/auditd/ |
| doorway.c | 901 * policy set, else 1. 0 is also returned if the input is a control 913 static char *invalid_control = "invalid audit control discarded"; 925 uint32_t control; local 927 control = kl->aub_type & ~AU_DBUF_NOTIFY; 928 switch (control) {
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| davicom.c | 110 control:10; /* control bits */ member in struct:txdesc 119 control:10; /* control bits */ member in struct:rxdesc 445 txd[i].control = 0x184; /* Begin/End/Chain */ 465 rxd[i].control = 0x4; /* Chain Structure */ 511 txd[TxPtr].control = 0x024; /* SF/CE */ 565 txd[TxPtr].control = 0x00000184; /* LS+FS+CE */
|
| /onnv/onnv-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
| g_scsi.h | 175 unsigned char control; member in struct:my_cdb_g0
|
| /onnv/onnv-gate/usr/src/uts/common/io/rtls/ |
| rtls.c | 2178 uint16_t control; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/scsi/generic/ |
| persist.h | 93 uint8_t control; member in struct:scsi_cdb_prin 236 uint8_t control; member in struct:scsi_cdb_prout 290 uint8_t control; member in struct:scsi_cdb_prin 432 uint8_t control; member in struct:scsi_cdb_prout
|