/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_anal.c | 294 show_advice(ndr_advice_t *adv, int indent) argument 300 if (!adv->a_nodes[i]) 308 print_node(adv->a_nodes[i]);
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_provider.c | 246 dtrace_argdesc_t *adv = alloca(sizeof (dtrace_argdesc_t) * adc); local 247 dtrace_argdesc_t *adp = adv; 285 dt_pid_get_types(dtp, pdp, adv, &nc); 322 for (adp = adv, i = 0; i < xc; i++, adp++) {
|
/illumos-gate/usr/src/lib/libexacct/common/ |
H A D | exacct_ops.c | 256 fseek_wrapper(ea_file_impl_t *f, off_t adv) argument 258 return (fseeko(f->ef_fp, adv, SEEK_CUR)); 262 bufseek_wrapper(ea_file_impl_t *f, off_t adv) argument 264 if (f->ef_bufsize == 0 && adv != 0) 267 if (f->ef_bufsize < adv) 268 adv = f->ef_bufsize; 270 f->ef_buf += adv; 271 f->ef_bufsize -= adv;
|
/illumos-gate/usr/src/cmd/ptools/pmadvise/ |
H A D | pmadvise.c | 205 int adv; member in struct:saddr_struct 518 psaddr->adv = NO_ADVICE; 545 psaddr->adv = 616 * size to size of mapping (only allowed if raw adv addr is 634 newaddr->adv = NO_ADVICE; 641 newaddr->adv = generic_adv[i]; 684 if (psaddr->adv != NO_ADVICE) { 686 if ((psaddr->adv & (1 << i)) && 708 psaddr->adv &= ~(1 << i); 709 if (psaddr->adv 899 advtostr(int adv) argument [all...] |
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.c | 911 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; local 950 ret_val = e1000_read_emi_reg_locked(hw, adv_addr, &adv); 957 if (adv & dev_spec->eee_lp_ability & I82579_EEE_1000_SUPPORTED) 960 if (adv & dev_spec->eee_lp_ability & I82579_EEE_100_SUPPORTED) {
|
H A D | e1000_82575.h | 115 u32 adv:8; member in struct:e1000_adv_context_desc::__anon109::__anon110
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | forcedeth.c | 547 int adv, lpa, newdup; local 549 adv = mii_rw(nic, np->phyaddr, MII_ADVERTISE, MII_READ); 552 adv, lpa)); 555 lpa = lpa & adv;
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 2858 uint16_t adv; local 2949 adv = gem_mii_read(dp, MII_AN_ADVERT); 2951 if ((adv & MII_ABILITY_PAUSE) == 0) { 2955 if ((adv & MII_ABILITY_ASMPAUSE) == 0) {
|
/illumos-gate/usr/src/uts/common/io/usbgem/ |
H A D | usbgem.c | 2186 uint16_t adv; local 2321 adv = usbgem_mii_read(dp, MII_AN_ADVERT, &err); 2326 if ((adv & MII_ABILITY_PAUSE) == 0) { 2330 if ((adv & MII_ABILITY_ASM_DIR) == 0) {
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 3295 u16 adv = 0, lp = 0; local 3299 elink_cl45_read(cb, phy, MDIO_AN_DEVAD, MDIO_AN_REG_EEE_ADV, &adv); 3304 if (adv & 0x2) { 3312 if (adv & 0x14) { 3320 if (adv & 0x68) { 4040 /* Disable Autoneg: re-enable it after adv is done. */
|