Searched refs:mtable (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | tulip.c | 426 struct mediatable *mtable; member 740 tp->mtable = 0; in parse_eeprom() 811 struct mediatable *mtable; in parse_eeprom() local 819 tp->mtable = mtable = (struct mediatable *)&tp->media_table_storage[0]; in parse_eeprom() 821 mtable->defaultmedia = media; in parse_eeprom() 822 mtable->leafcount = count; in parse_eeprom() 823 mtable->csr12dir = csr12dir; in parse_eeprom() 824 mtable->has_nonmii = mtable->has_mii = mtable->has_reset = 0; in parse_eeprom() 825 mtable->csr15dir = mtable->csr15val = 0; in parse_eeprom() 831 struct medialeaf *leaf = &mtable->mleaf[i]; in parse_eeprom() [all …]
|
/titanic_41/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 66 char mtable[MAXMAILERS][MNAMELEN + 1]; variable 132 (void) sm_strlcpy(mtable[mno++], "prog", MNAMELEN + 1); 133 (void) sm_strlcpy(mtable[mno++], "*file*", MNAMELEN + 1); 134 (void) sm_strlcpy(mtable[mno++], "*include*", MNAMELEN + 1); 197 m = mtable[mno]; 205 if (strcmp(mtable[i], mtable[mno]) == 0) 213 mtable[mno][0] = '\0'; 317 mtable[i]);
|
/titanic_41/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 208 if ((temp->mtable = parttab) == NULL) { in libfdisk_init() 632 fdp = epp->mtable; in fdisk_read_extpart() 740 if ((epp->mtable = fdisk_alloc_part_table()) == NULL) { in fdisk_init_master_part_table() 785 bzero(epp->mtable, cpcnt); in fdisk_read_master_part_table() 789 bcopy(&buf[FDISK_PART_TABLE_START], epp->mtable, cpcnt); in fdisk_read_master_part_table() 798 struct ipart *part_table = epp->mtable; in fdisk_ext_part_exists()
|
H A D | libfdisk.h | 200 struct ipart *mtable; member
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 121 maddr_t mtable = pa_to_ma(table); in set_pteval() local 124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()
|
/titanic_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 355 maddr_t mtable = pa_to_ma(table); in set_pteval() local 358 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 1537 struct hermon_hw_set_port_mact_entry_s mtable[128]; member 1541 struct hermon_hw_set_port_mact_entry_s mtable[128]; member
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 5873 idn_get_mbox_config(int domid, int *mindex, smr_offset_t *mtable, in idn_get_mbox_config() argument 5923 ASSERT(mtable); in idn_get_mbox_config() 5924 *mtable = IDN_ADDR2OFFSET(mtp); in idn_get_mbox_config()
|