Home
last modified time | relevance | path

Searched refs:ma (Results 1 – 25 of 68) sorted by relevance

123

/illumos-gate/usr/src/cmd/rpcbind/
H A Dcheck_bound.c330 struct nd_mergearg ma; in mergeaddr() local
347 ma.c_uaddr = saddr; in mergeaddr()
351 ma.c_uaddr = taddr2uaddr(fdl->nconf, svc_getrpccaller(xprt)); in mergeaddr()
352 if (ma.c_uaddr == NULL) { in mergeaddr()
363 ma.s_uaddr = uaddr; in mergeaddr()
364 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma); in mergeaddr()
367 else if ((ma.s_uaddr = taddr2uaddr(fdl->nconf, in mergeaddr()
369 ma.s_uaddr = uaddr; in mergeaddr()
370 stat = netdir_options(fdl->nconf, ND_MERGEADDR, 0, (char *)&ma); in mergeaddr()
380 UADDR_PRT_INDX(ma.s_uaddr, s_uport); in mergeaddr()
[all …]
H A Drpcb_svc_com.c713 struct nd_mergearg ma; in rpcbproc_callit_com() local
940 ma.c_uaddr = taddr2uaddr(nconf, caller); in rpcbproc_callit_com()
941 ma.s_uaddr = rbl->rpcb_map.r_addr; in rpcbproc_callit_com()
948 stat = netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma); in rpcbproc_callit_com()
950 free(ma.c_uaddr); in rpcbproc_callit_com()
958 free(ma.m_uaddr); in rpcbproc_callit_com()
965 fi = forward_register(bd->su_xid, caller, fd, ma.m_uaddr); in rpcbproc_callit_com()
968 free(ma.m_uaddr); in rpcbproc_callit_com()
984 free(ma.m_uaddr); in rpcbproc_callit_com()
1101 na = uaddr2taddr(nconf, ma.m_uaddr); in rpcbproc_callit_com()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c268 vidc_text_cons_copy(struct vis_conscopy *ma) in vidc_text_cons_copy() argument
283 if (ma->s_col < 0 || ma->s_col >= TEXT_COLS || in vidc_text_cons_copy()
284 ma->s_row < 0 || ma->s_row >= TEXT_ROWS || in vidc_text_cons_copy()
285 ma->e_col < 0 || ma->e_col >= TEXT_COLS || in vidc_text_cons_copy()
286 ma->e_row < 0 || ma->e_row >= TEXT_ROWS || in vidc_text_cons_copy()
287 ma->t_col < 0 || ma->t_col >= TEXT_COLS || in vidc_text_cons_copy()
288 ma->t_row < 0 || ma->t_row >= TEXT_ROWS || in vidc_text_cons_copy()
289 ma->s_col > ma->e_col || in vidc_text_cons_copy()
290 ma->s_row > ma->e_row) in vidc_text_cons_copy()
297 chars_per_row = ma->e_col - ma->s_col + 1; in vidc_text_cons_copy()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_macalias.c101 const mdb_macalias_t *ma = &mdb_macaliases[i]; in mdb_macalias_create() local
102 (void) mdb_nv_insert(&mdb.m_macaliases, ma->ma_name, NULL, in mdb_macalias_create()
103 (uintptr_t)ma->ma_defn, MDB_NV_RDONLY | MDB_NV_EXTNAME | in mdb_macalias_create()
132 const mdb_macalias_t *ma = &mdb_macaliases[i]; in cmd_macalias_list() local
133 mdb_printf("%-20s %s\n", ma->ma_name, ma->ma_defn); in cmd_macalias_list()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtdev.c39 unsigned int ma; in fmtdev() local
44 ma = major(mm); in fmtdev()
47 if (ma == '#' && isalnum(mi)) in fmtdev()
53 buf[0] = ma; in fmtdev()
58 sfsprintf(buf, z, "%03d,%03d", ma, mi); in fmtdev()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c643 vgatext_cons_copy(struct gfxp_fb_softc *softc, struct vis_conscopy *ma) in vgatext_cons_copy() argument
658 if (ma->s_col < 0 || ma->s_col >= VGA_TEXT_COLS || in vgatext_cons_copy()
659 ma->s_row < 0 || ma->s_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
660 ma->e_col < 0 || ma->e_col >= VGA_TEXT_COLS || in vgatext_cons_copy()
661 ma->e_row < 0 || ma->e_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
662 ma->t_col < 0 || ma->t_col >= VGA_TEXT_COLS || in vgatext_cons_copy()
663 ma->t_row < 0 || ma->t_row >= VGA_TEXT_ROWS || in vgatext_cons_copy()
664 ma->s_col > ma->e_col || in vgatext_cons_copy()
665 ma->s_row > ma->e_row) in vgatext_cons_copy()
672 chars_per_row = ma->e_col - ma->s_col + 1; in vgatext_cons_copy()
[all …]
H A Dgfxp_bitmap.c313 bitmap_cons_copy(struct gfxp_fb_softc *softc, struct vis_conscopy *ma) in bitmap_cons_copy() argument
322 soffset = ma->s_col * console->fb.bpp + ma->s_row * console->fb.pitch; in bitmap_cons_copy()
323 toffset = ma->t_col * console->fb.bpp + ma->t_row * console->fb.pitch; in bitmap_cons_copy()
327 width = (ma->e_col - ma->s_col + 1) * console->fb.bpp; in bitmap_cons_copy()
328 height = ma->e_row - ma->s_row + 1; in bitmap_cons_copy()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfs4cbd/
H A Dnfs4cbd.c233 struct nd_mergearg ma; in get_uaddr() local
266 ma.s_uaddr = ua; in get_uaddr()
267 ma.c_uaddr = ua2; in get_uaddr()
268 ma.m_uaddr = NULL; in get_uaddr()
270 if (netdir_options(nconf, ND_MERGEADDR, 0, (char *)&ma)) { in get_uaddr()
277 mua = ma.m_uaddr; in get_uaddr()
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h35 #define __GNUC_PREREQ__(ma, mi) \ argument
36 (__GNUC__ > (ma) || __GNUC__ == (ma) && __GNUC_MINOR__ >= (mi))
38 #define __GNUC_PREREQ__(ma, mi) 0 argument
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A Dfksmbcl_main.c322 struct mounta ma; in do_mount() local
359 bzero(&ma, sizeof (ma)); in do_mount()
360 ma.spec = mnt_resource; in do_mount()
361 ma.dir = "/"; in do_mount()
362 ma.flags = MS_DATA | MS_OPTIONSTR | MS_NOSPLICE | MS_NOSUID; in do_mount()
363 ma.fstype = "smbfs"; in do_mount()
364 ma.dataptr = (void *) &mdata; in do_mount()
365 ma.datalen = sizeof (mdata); in do_mount()
366 ma.optptr = mnt_opt_buf; in do_mount()
367 ma.optlen = sizeof (mnt_opt_buf); in do_mount()
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_kdi.c129 kdi_mtop(uint64_t ma) in kdi_mtop() argument
132 mfn_t mfn = ma >> MMU_PAGESHIFT; in kdi_mtop()
135 return (ma | PFN_IS_FOREIGN_MFN); in kdi_mtop()
139 return (ma | PFN_IS_FOREIGN_MFN); in kdi_mtop()
140 return (pfn_to_pa(pfn) | (ma & MMU_PAGEOFFSET)); in kdi_mtop()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmach_kdi.c168 ulong_t ma[1]; in boot_kdi_tmpinit() local
182 ma[0] = (ulong_t)(pa_to_ma(gdtpa) >> PAGESHIFT); in boot_kdi_tmpinit()
184 if (HYPERVISOR_set_gdt(ma, PAGESIZE / sizeof (user_desc_t))) in boot_kdi_tmpinit()
H A Dxen_mmu.c388 ma_to_pa(maddr_t ma) in ma_to_pa() argument
390 pfn_t pfn = mfn_to_pfn(mmu_btop(ma)); in ma_to_pa()
394 return (pfn_to_pa(pfn) + (ma & MMU_PAGEOFFSET)); in ma_to_pa()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpc_mmu.h47 #define ma_to_pa(ma) (ma) argument
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dupdate.c133 ass_enabled(Ass_desc *ma, uint_t ass) in ass_enabled() argument
135 return ((ma->ass_enabled & ass) != 0); in ass_enabled()
3700 Ass_desc *ma; in check_mapfile_assertions() local
3708 for (APLIST_TRAVERSE(ofl->ofl_symasserts, idx, ma)) { in check_mapfile_assertions()
3709 Sym_desc *sdp = ma->ass_sdp; in check_mapfile_assertions()
3717 if (!ass_enabled(ma, SYM_ASSERT_ALIAS)) { in check_mapfile_assertions()
3725 av->aav_ass = ma; in check_mapfile_assertions()
3730 ma->ass_file, in check_mapfile_assertions()
3731 EC_LINENO(ma->ass_lineno), in check_mapfile_assertions()
3732 ma->ass_sdp->sd_name, in check_mapfile_assertions()
[all …]
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc144 event error.io.pci.ma-u@PCIFN;
156 event error.io.pcix.spl-comp-ma-u@PCIFN;
158 event error.io.pcix.spl-comp-ma-d@PCIFN;
161 event ereport.io.pci.ma@PCIFN{within(5s)};
169 event ereport.io.pci.target-ma@PCIFN{within(5s)};
232 prop error.io.pci.ma-u@pcibus/pcidev[fromdev]/pcifn (1)->
233 ereport.io.pci.ma@PCI_TO_HB;
251 error.io.pcix.spl-comp-ma-d@PCIFN,
260 prop error.io.pcix.spl-comp-ma-u@pcibus/pcidev[fromdev]/pcifn (3)->
323 event error.io.pci.target-ma-d@PCIFN/PCIFN;
[all …]
H A Dpciex.esc823 event error.io.pci.target-ma-d@PCIEXFN;
854 event ereport.io.pci.ma@PCIEXFN{within(5s)};
882 event ereport.io.pci.sec-ma@pciexrc{within(5s)};
985 * root complex will see and report an ma. Use flt-ur-u to represent this.
1105 * either via a target-ma ereport if available or via the nonfatal error
1184 * leaf/bridge will see (and if hardened report) as an ma (including sending a
1205 ereport.io.pci.ma@PCIEXFN;
1213 ereport.io.pci.ma@PCIEXFN,
1385 * using either the source-id payload of the ecrc or the target-ma ereport if
1434 ereport.io.pci.ma@PCIEXFN,
[all …]
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dpm3393.c618 static int pm3393_macaddress_set(struct cmac *cmac, u8 ma[6]) in pm3393_macaddress_set()
641 memcpy(cmac->instance->mac_addr, ma, 6); in pm3393_macaddress_set()
643 lo = ((u32) ma[1] << 8) | (u32) ma[0]; in pm3393_macaddress_set()
644 mid = ((u32) ma[3] << 8) | (u32) ma[2]; in pm3393_macaddress_set()
645 hi = ((u32) ma[5] << 8) | (u32) ma[4]; in pm3393_macaddress_set()
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1891 big_modexp_ncp_int(BIGNUM *result, BIGNUM *ma, BIGNUM *e, BIGNUM *n, in big_modexp_ncp_int() argument
1930 (void) big_copy(&(apowers[0]), ma); in big_modexp_ncp_int()
1932 if ((err = big_mont_mul(&tmp1, ma, ma, n, n0)) != BIG_OK) { in big_modexp_ncp_int()
1935 (void) big_copy(ma, &tmp1); in big_modexp_ncp_int()
1938 if ((err = big_mont_mul(&tmp1, ma, in big_modexp_ncp_int()
2044 big_modexp_ncp_float(BIGNUM *result, BIGNUM *ma, BIGNUM *e, BIGNUM *n, in big_modexp_ncp_float() argument
2122 for (i = 0; i < ma->len; i++) { in big_modexp_ncp_float()
2123 nint[i] = ma->value[i]; in big_modexp_ncp_float()
2129 for (i = 0; i < ma->len; i++) { in big_modexp_ncp_float()
2130 nint[2 * i] = (uint32_t)(ma->value[i] & 0xffffffffULL); in big_modexp_ncp_float()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c835 struct vis_conscopy ma; in tem_prom_scroll_up() local
839 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
840 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
841 ma.t_row = 0; in tem_prom_scroll_up()
843 ma.s_col = 0; in tem_prom_scroll_up()
844 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
845 ma.t_col = 0; in tem_prom_scroll_up()
847 tems_safe_copy(&ma, credp, called_from); in tem_prom_scroll_up()
/illumos-gate/usr/src/boot/common/
H A Dtem.c774 struct vis_conscopy ma; in tem_prom_scroll_up() local
778 ma.s_row = nrows * tems.ts_font.vf_height; in tem_prom_scroll_up()
779 ma.e_row = tems.ts_p_dimension.height - 1; in tem_prom_scroll_up()
780 ma.t_row = 0; in tem_prom_scroll_up()
782 ma.s_col = 0; in tem_prom_scroll_up()
783 ma.e_col = tems.ts_p_dimension.width - 1; in tem_prom_scroll_up()
784 ma.t_col = 0; in tem_prom_scroll_up()
786 tems_copy(&ma); in tem_prom_scroll_up()
2413 struct vis_conscopy ma; in tem_pix_copy() local
2429 ma.s_row = s_row * tems.ts_font.vf_height + tems.ts_p_offset.y; in tem_pix_copy()
[all …]
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1014 smbios_memarray_t ma; in print_memarray() local
1016 if (smbios_info_memarray(shp, id, &ma) != 0) { in print_memarray()
1021 desc_printf(smbios_memarray_loc_desc(ma.smbma_location), in print_memarray()
1022 fp, " Location: %u", ma.smbma_location); in print_memarray()
1024 desc_printf(smbios_memarray_use_desc(ma.smbma_use), in print_memarray()
1025 fp, " Use: %u", ma.smbma_use); in print_memarray()
1027 desc_printf(smbios_memarray_ecc_desc(ma.smbma_ecc), in print_memarray()
1028 fp, " ECC: %u", ma.smbma_ecc); in print_memarray()
1030 oprintf(fp, " Number of Slots/Sockets: %u\n", ma.smbma_ndevs); in print_memarray()
1031 id_printf(fp, " Memory Error Data: ", ma.smbma_err); in print_memarray()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica616 # http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view
624 # (and republished here: <http://www.actu.ma/heure-dete-comment_i127896_0.html>)
640 # http://www.maroc.ma/NR/exeres/FACF141F-D910-44B0-B7FA-6E03733425D1.htm
653 # http://www.menara.ma/fr/Actualites/Maroc/Societe/ci.retour_a_l_heure_gmt_a_partir_du_dimanche_31_…
662 # http://www.medi1sat.ma/fr/depeche.aspx?idp=2312
677 # http://www.mmsp.gov.ma/francais/Actualites_fr/PDF_Actualites_Fr/HeureEte_FR.pdf
699 # http://www.anrt.net.ma/fr/
701 # http://www.map.ma/fr/sections/accueil/l_heure_legale_au_ma/view
707 # http://www.lematin.ma/Actualite/Express/Article.asp?id=148923
712 # http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
[all …]
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h136 #define __GNUC_PREREQ__(ma, mi) \ argument
137 (__GNUC__ > (ma) || __GNUC__ == (ma) && __GNUC_MINOR__ >= (mi))
139 #define __GNUC_PREREQ__(ma, mi) 0 argument
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c115 HYPERVISOR_update_descriptor(maddr_t ma, uint64_t desc) in HYPERVISOR_update_descriptor() argument
119 return (__hypercall2(__HYPERVISOR_update_descriptor, ma, desc)); in HYPERVISOR_update_descriptor()

123