Searched refs:mtable (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | mailstats.c | 64 char mtable[MAXMAILERS][MNAMELEN + 1]; variable 130 (void) sm_strlcpy(mtable[mno++], "prog", MNAMELEN + 1); 131 (void) sm_strlcpy(mtable[mno++], "*file*", MNAMELEN + 1); 132 (void) sm_strlcpy(mtable[mno++], "*include*", MNAMELEN + 1); 196 m = mtable[mno]; 204 if (strcmp(mtable[i], mtable[mno]) == 0) 212 mtable[mno][0] = '\0'; 316 mtable[i]);
|
/illumos-gate/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.c | 209 if ((temp->mtable = parttab) == NULL) { in libfdisk_init() 633 fdp = epp->mtable; in fdisk_read_extpart() 741 if ((epp->mtable = fdisk_alloc_part_table()) == NULL) { in fdisk_init_master_part_table() 804 bzero(epp->mtable, cpcnt); in fdisk_read_master_part_table() 809 bcopy(&buf[FDISK_PART_TABLE_START], epp->mtable, cpcnt); in fdisk_read_master_part_table() 819 struct ipart *part_table = epp->mtable; in fdisk_ext_part_exists()
|
H A D | libfdisk.h | 200 struct ipart *mtable; member
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 410 maddr_t mtable = pa_to_ma(table); in set_pteval() local 413 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()
|
/illumos-gate/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
|