Searched defs:tp (Results 151 - 159 of 159) sorted by relevance

1234567

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c1026 Namval_t *tp=0; local
1054 tp = nv_type(np);
1085 nv_setlist(argp,flgs,tp);
2022 struct comnod *tp; local
2041 if(!(tp=t->for_.forlst))
2049 args=sh_argbuild(shp,&argn,tp,0);
3059 Namval_t *tp; member in struct:Tdata
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2895 getbroadcastnets(struct netconfig *tp, struct in_addr **addrs) argument
2907 fd = open(tp->nc_device, O_RDONLY);
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c1849 const char *tp = tbuf; local
1861 tp = dgettext(TEXT_DOMAIN, "<time conversion failed>");
1862 (void) fprintf(file, msg, pfx, tp);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c43 /* (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705 ? \
143 static void tg3_disable_ints(struct tg3 *tp) argument
146 (tp->misc_host_ctrl | MISC_HOST_CTRL_MASK_PCI_INT));
150 static void tg3_switch_clocks(struct tg3 *tp) argument
158 tp->pci_clock_ctrl = clock_ctrl;
160 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) &&
172 static int tg3_readphy(struct tg3 *tp, int reg, uint32_t *val) argument
177 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL);
207 tw32_carefully(MAC_MI_MODE, tp->mi_mode);
212 static int tg3_writephy(struct tg3 *tp, in argument
248 tg3_writedsp(struct tg3 *tp, uint16_t addr, uint16_t val) argument
257 tg3_phy_set_wirespeed(struct tg3 *tp) argument
269 tg3_bmcr_reset(struct tg3 *tp) argument
300 tg3_wait_macro_done(struct tg3 *tp) argument
317 tg3_phy_write_and_check_testpat(struct tg3 *tp, int *resetp) argument
383 tg3_phy_reset_chanpat(struct tg3 *tp) argument
403 tg3_phy_reset_5703_4_5(struct tg3 *tp) argument
469 tg3_phy_reset(struct tg3 *tp) argument
495 tg3_set_power_state_0(struct tg3 *tp) argument
519 tg3_link_report(struct tg3 *tp) argument
540 tg3_setup_flow_control(struct tg3 *tp, uint32_t local_adv, uint32_t remote_adv) argument
599 tg3_phy_copper_begin(struct tg3 *tp) argument
654 tg3_init_5401phy_dsp(struct tg3 *tp) argument
672 tg3_setup_copper_phy(struct tg3 *tp) argument
952 tg3_fiber_aneg_smachine(struct tg3 *tp, struct tg3_fiber_aneginfo *ap) argument
1196 tg3_setup_fiber_phy(struct tg3 *tp) argument
1381 tg3_setup_phy(struct tg3 *tp) argument
1412 tg3_stop_block(struct tg3 *tp, unsigned long ofs, uint32_t enable_bit) argument
1453 tg3_abort_hw(struct tg3 *tp) argument
1513 tg3_chip_reset(struct tg3 *tp) argument
1582 tg3_stop_fw(struct tg3 *tp) argument
1602 tg3_restart_fw(struct tg3 *tp, uint32_t state) argument
1629 tg3_halt(struct tg3 *tp) argument
1637 __tg3_set_mac_addr(struct tg3 *tp) argument
1671 tg3_set_bdinfo(struct tg3 *tp, uint32_t bdinfo_addr, dma_addr_t mapping, uint32_t maxlen_flags, uint32_t nic_addr) argument
1690 tg3_init_rings(struct tg3 *tp) argument
1742 tg3_setup_hw(struct tg3 *tp) argument
2214 tg3_nvram_init(struct tg3 *tp) argument
2282 tg3_nvram_read(struct tg3 *tp, uint32_t offset, uint32_t *val) argument
2374 tg3_phy_probe(struct tg3 *tp) argument
2556 tg3_read_partno(struct tg3 *tp) argument
2620 tg3_get_invariants(struct tg3 *tp) argument
2811 tg3_get_device_address(struct tg3 *tp) argument
2860 tg3_setup_dma(struct tg3 *tp) argument
2913 tg3_init_link_config(struct tg3 *tp) argument
2927 tg3_phy_string(struct tg3 *tp) argument
2946 tg3_poll_link(struct tg3 *tp) argument
2971 tg3_ack_irqs(struct tg3 *tp) argument
2998 struct tg3 *tp = &tg3; local
3068 struct tg3 *tp; local
3120 struct tg3 *tp = &tg3; local
3159 struct tg3 *tp = &tg3; local
[all...]
H A Dtulip.c434 static struct tulip_private *tp; variable in typeref:struct:tulip_private
514 printf("%s: %s\n", tp->nic_name, str);
577 if (tp->chip_id == LC82C168) {
588 if (tp->chip_id == COMET) {
637 if (tp->chip_id == LC82C168) {
647 if (tp->chip_id == COMET) {
732 unsigned char *p, *ee_data = tp->eeprom;
740 tp->mtable = 0;
758 tp->nic_name, eeprom_fixups[i].name, tp
[all...]
H A Dvia-rhine.c673 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
676 tp->tx_full = 0;
677 tp->cur_rx = tp->cur_tx = 0;
678 tp->dirty_rx = tp->dirty_tx = 0;
683 tp->rx_ring[i].rx_status.bits.own_bit = 1;
684 tp->rx_ring[i].rx_ctrl.bits.rx_buf_size = 1536;
686 tp->rx_ring[i].buf_addr_1 = virt_to_bus (tp
888 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
914 struct rhine_private *tp = &rhine; local
934 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
949 struct rhine_private *tp; local
1075 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1094 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1196 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
1252 struct rhine_private *tp = (struct rhine_private *) nic->priv_data; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c4314 md_timeval32_t tp; local
4397 if (meta_gettimeofday(&tp) == -1) {
4400 c.c_timestamp = tp;
4570 sd->sd_ctime = tp;
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c783 ses_enum_target_t *tp; local
806 while ((tp = topo_list_next(&cp->sec_targets)) != NULL) {
807 topo_list_delete(&cp->sec_targets, tp);
808 ses_target_free(mod, tp);
831 ses_enum_target_t *tp = topo_node_getspecific(tn); local
838 if (tp == NULL) {
843 (void) pthread_mutex_lock(&tp->set_lock);
850 if (tp->set_target == NULL) {
856 if (tp->set_ctid != NULL) {
858 (void) pthread_mutex_unlock(&tp
921 ses_enum_target_t *tp = topo_node_getspecific(tn); local
[all...]
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c3479 struct tm tp; local
3517 if (localtime_r(&tv.tv_sec, &tp) != NULL) {
3518 attributes->build_date.tm_mday = tp.tm_mday;
3519 attributes->build_date.tm_mon = tp.tm_mon;
3520 attributes->build_date.tm_year = tp.tm_year;

Completed in 916 milliseconds

1234567