Searched refs:mtable (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c66 char mtable[MAXMAILERS][MNAMELEN + 1]; local
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]);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtulip.c426 struct mediatable *mtable; member in struct:tulip_private
740 tp->mtable = 0;
811 struct mediatable *mtable; local
819 tp->mtable = mtable = (struct mediatable *)&tp->media_table_storage[0];
821 mtable->defaultmedia = media;
822 mtable->leafcount = count;
823 mtable->csr12dir = csr12dir;
824 mtable->has_nonmii = mtable
1736 struct mediatable *mtable = tp->mtable; local
[all...]
/illumos-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h200 struct ipart *mtable; member in struct:ext_part
H A Dlibfdisk.c208 if ((temp->mtable = parttab) == NULL) {
632 fdp = epp->mtable;
740 if ((epp->mtable = fdisk_alloc_part_table()) == NULL) {
785 bzero(epp->mtable, cpcnt);
789 bcopy(&buf[FDISK_PART_TABLE_START], epp->mtable, cpcnt);
798 struct ipart *part_table = epp->mtable;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c121 maddr_t mtable = pa_to_ma(table); local
124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE;
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c355 maddr_t mtable = pa_to_ma(table); local
358 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h1537 struct hermon_hw_set_port_mact_entry_s mtable[128]; member in struct:hermon_hw_set_port_en_mact_s
1541 struct hermon_hw_set_port_mact_entry_s mtable[128]; member in struct:hermon_hw_set_port_en_mact_s
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c5873 idn_get_mbox_config(int domid, int *mindex, smr_offset_t *mtable, argument
5923 ASSERT(mtable);
5924 *mtable = IDN_ADDR2OFFSET(mtp);

Completed in 143 milliseconds