Searched defs:mtable (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/aux/ |
H A D | mailstats.c | 66 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/uts/i86xpv/os/ |
H A D | xen_mmu.c | 121 maddr_t mtable = pa_to_ma(table); local 124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE;
|
/illumos-gate/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.h | 200 struct ipart *mtable; member in struct:ext_part
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 355 maddr_t mtable = pa_to_ma(table); local 358 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE;
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tulip.c | 426 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/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 5873 idn_get_mbox_config(int domid, int *mindex, smr_offset_t *mtable, argument 5923 ASSERT(mtable); 5924 *mtable = IDN_ADDR2OFFSET(mtp);
|
/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 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
|
Completed in 129 milliseconds