HomeSort by relevance Sort by last modified time
    Searched defs:mc (Results 1 - 25 of 41) sorted by null

1 2

  /netvirt/usr/src/cmd/fmli/vt/
wgo.c 43 int mr, mc; local
46 getmaxyx(v->win, mr, mc);
51 mc--;
53 if (r > mr || c > mc)
  /netvirt/usr/src/common/mc/mc-amd/
mcamd_unumtopa.c 35 #include <sys/mc.h>
41 * The submitted unum must have the MC and DIMM numbers and an offset.
49 mcamd_node_t *mc, *dimm; local
53 "mc %d dimm %d offset 0x%llx\n", unump->unum_chip, unump->unum_mc,
63 * Search current config for a MC number matching the chip in the
66 for (mc = mcamd_mc_next(hdl, root, NULL); mc != NULL;
67 mc = mcamd_mc_next(hdl, root, mc)) {
69 mc, MCAMD_PROP_NUM, &num
    [all...]
mcamd_patounum.c 34 #include <sys/mc.h>
57 iaddr_gen(struct mcamd_hdl *hdl, mcamd_node_t *mc, uint64_t pa,
64 mc, MCAMD_PROP_NUM, &mcnum,
65 mc, MCAMD_PROP_BASE_ADDR, &base,
66 mc, MCAMD_PROP_LIM_ADDR, &lim,
67 mc, MCAMD_PROP_ILEN, &ilen,
68 mc, MCAMD_PROP_ILSEL, &ilsel,
69 mc, MCAMD_PROP_DRAMHOLE_SIZE, &holesz,
86 "in range [0x%llx, 0x%llx] of MC %d\n", pa, base, lim,
114 "of %d for MC %d\n", (int)ilen, (int)mcnum)
241 mcamd_node_t *mc, *dimm; local
697 mcamd_node_t *mc; local
    [all...]
  /netvirt/usr/src/cmd/ast/msgcc/
msgget.c 47 #include <mc.h>
52 register Mc_t* mc; local
101 if (!(mc = mcopen(sp)))
104 s = mcget(mc, set, num, msg);
msggen.c 119 #include <mc.h>
210 register Mc_t* mc; local
273 if (!(mc = mcopen(sp)))
278 for (set = 1; set <= mc->num; set++)
279 if (mc->set[set].num)
282 for (num = 1; num <= mc->set[set].num; num++)
283 if (s = mc->set[set].msg[num])
289 if (*mc->translation)
292 sfprintf(sfstdout, "%s", mc->translation);
296 for (set = 1; set <= mc->num; set++
    [all...]
  /netvirt/usr/src/cmd/fm/eversholt/common/
alloc.c 51 struct stats *mt, *mc; local
54 mc = Malloccount;
60 stats_delete(mc);
  /netvirt/usr/src/cmd/fm/modules/common/eversholt/
alloc.c 65 struct stats *mt, *ft, *mc, *fc; local
69 mc = Malloccount;
79 stats_delete(mc);
  /netvirt/usr/src/cmd/msgfmt/
check_header.c 88 char c, mc; local
219 switch (mc = *p++) {
281 buf[index++] = mc;
  /netvirt/usr/src/lib/libast/common/comp/
catopen.c 27 * the ast mc* and native cat* routines do all the work
36 #include <mc.h>
71 Mc_t* mc; local
88 mc = mcopen(ip);
90 if (mc)
91 return (_ast_nl_catd)mc;
  /netvirt/usr/src/lib/libtsnet/common/
tsol_sgetzcent.c 113 int mc; local
125 for (mc = 0; tokp != NULL; mc++) {
126 if (mc >= mmax) {
136 if (str_to_mlp(tokp, mlp + mc) == -1) {
143 if (mc >= mmax) {
152 (void) memset(mlp + mc, 0, sizeof (*mlp));
  /netvirt/usr/src/cmd/mdb/common/modules/krtld/
krtld.c 130 struct modctl mc; local
132 (void) mdb_vread(&mc, sizeof (mc), addr);
133 return (modctl_format(addr, &mc, NULL));
317 struct modctl mc; local
319 (void) mdb_vread(&mc, sizeof (mc), addr);
320 return (modinfo_format(addr, &mc, NULL));
  /netvirt/usr/src/lib/libast/common/port/
mc.c 45 #include <mc.h>
214 register Mc_t* mc; local
245 if (!(vm = vmopen(Vmdcheap, Vmbest, 0)) || !(mc = vmnewof(vm, 0, Mc_t, 1, 0)))
250 mc->vm = vm;
251 mc->cvt = (iconv_t)(-1);
258 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp)))
275 mc->nstrs = sfgetu(ip);
276 mc->nmsgs = sfgetu(ip);
277 mc->num = sfgetu(ip);
281 else if (!(mc->translation = vmnewof(vm, 0, char, 1, 0))
    [all...]
  /netvirt/usr/src/cmd/mailx/
list.c 207 int tok, beg, mc, star, other, colmod, colresult; local
213 mc = 0;
228 mc++;
294 mc = 0;
299 mc++;
301 if (mc == 0) {
314 if ((np > namelist || colmod != 0) && mc == 0)
326 for (mc = 0, np = &namelist[0]; *np != NOSTR; np++)
329 mc++;
334 mc++
    [all...]
  /netvirt/usr/src/lib/fm/topo/modules/i86pc/chip/
chip_amd.c 37 #include <sys/mc.h>
210 (void) snprintf(path, sizeof (path), "/dev/mc/mc%d", id);
216 * NWSnps packagae installed which installs a /dev/mc
220 "/devices/pci@0,0/pci1022,1102@%x,2:mc-amd",
232 whinge(mod, NULL, "mc failed to snapshot %s: %s\n",
246 whinge(mod, NULL, "mc nvlist is not versioned\n");
250 whinge(mod, NULL, "mc nvlist version mismatch\n");
351 nvlist_t *mc, nvlist_t *auth)
360 if (nvlist_lookup_nvlist_array(mc, "dimmlist", &dimmarr, &ndimm) != 0)
568 nvlist_t *mc = NULL; local
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/
vdev_mirror.c 60 mirror_child_t *mc; local
89 mc = &mm->mm_child[c];
91 mc->mc_vd = vdev_lookup_top(spa, DVA_GET_VDEV(&dva[c]));
92 mc->mc_offset = DVA_GET_OFFSET(&dva[c]);
106 mc = &mm->mm_child[c];
107 mc->mc_vd = vd->vdev_child[c];
108 mc->mc_offset = zio->io_offset;
171 mirror_child_t *mc = zio->io_private; local
173 mc->mc_error = zio->io_error;
174 mc->mc_tried = 1
181 mirror_child_t *mc = zio->io_private; local
213 mirror_child_t *mc; local
260 mirror_child_t *mc; local
325 mirror_child_t *mc; local
    [all...]
metaslab.c 48 metaslab_class_t *mc; local
50 mc = kmem_zalloc(sizeof (metaslab_class_t), KM_SLEEP);
52 mc->mc_rotor = NULL;
54 return (mc);
58 metaslab_class_destroy(metaslab_class_t *mc)
62 while ((mg = mc->mc_rotor) != NULL) {
63 metaslab_class_remove(mc, mg);
67 kmem_free(mc, sizeof (metaslab_class_t));
71 metaslab_class_add(metaslab_class_t *mc, metaslab_group_t *mg)
77 if ((mgprev = mc->mc_rotor) == NULL)
    [all...]
  /netvirt/usr/src/uts/common/inet/kssl/
kssl.c 416 mech_to_cipher_t *mc; local
430 mc = &(mech_to_cipher_tab[i]);
431 if (mc->mech == CRYPTO_MECH_INVALID)
438 if (strncmp(mc->name, prov_change->ec_mech_name,
471 if (!is_in_mechlist(mc->name, mechs, mech_count)) {
473 s = mc->kssl_suites[j];
  /netvirt/usr/src/uts/common/io/chxge/
osdep.h 101 struct ch_mc *mc; member in struct:t1_rx_mode
  /netvirt/usr/src/uts/i86pc/io/intel_nb5000/
intel_nbdrv.c 44 #include <sys/mc.h>
262 char *mc; local
266 mc = "Intel 7300";
269 mc = "Intel 5000P";
272 mc = "Intel 5000V";
275 mc = "Intel 5000X";
278 mc = "Intel 5000Z";
281 mc = "Intel 5000";
284 return (mc);
410 if (ddi_create_minor_node(dip, "mc-intel", S_IFCHR, 0
    [all...]
  /netvirt/usr/src/uts/i86pc/io/mc/
mcamd_subr.c 30 * Stub routines used to link in files from $SRC/common/mc
42 #include <sys/mc.h>
76 mc_t *mc; local
83 mc = node2type(last, MC_NT_MC);
85 return ((mcamd_node_t *)mc->mc_next);
89 * Iterate over all chip-selects of a MC or all chip-selects of a DIMM
99 mc_t *mc; local
110 mc = node2type(node, MC_NT_MC);
111 retval = mc->mc_cslist;
147 * Iterate over all DIMMs of an MC or all DIMMs of a chip-select dependin
156 mc_t *mc; local
    [all...]
mcamd.h 33 * Header file for the mc-amd AMD memory-controller driver. This should be
86 typedef struct mc mc_t;
108 mc_dimm_t *mcd_next; /* next dimm for this MC */
146 mc_cs_t *mccs_next; /* Next chip-select of MC */
161 mcamd_prop_t mcp_base; /* base address for mc's drams */
162 mcamd_prop_t mcp_lim; /* limit address for mc's drams */
195 struct mc { struct
197 struct mc *mc_next; /* next MC instance */
  /netvirt/usr/src/uts/sun4u/starfire/os/
pda.c 152 * Put on MC alignment.
323 * Synchonize all memory attributes (currently just MC ADRs [aka ASR])
491 MemChunk_t *mc; local
500 mc = &p2o->p2o_mchunks[0];
504 addr = mc[cp].Memc_StartAddress;
505 size = mc[cp].Memc_Size;
506 naddr = mc[ncp].Memc_StartAddress;
507 nsize = mc[ncp].Memc_Size;
520 mc[cp].Memc_Size = size;
522 bcopy((char *)&mc[ncp+1]
    [all...]
  /netvirt/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
dhcptab.c 184 MACRO *mc; local
303 if ((mc = process_entry(dhcptab[i])) == (MACRO *)NULL)
306 if (hash_Insert(mtable, mc->nm, strlen(mc->nm), macro_cmp,
307 mc->nm, mc) == NULL) {
309 "Duplicate macro definition: %s\n", mc->nm);
650 MACRO *mc, *retval = NULL; local
674 mc = (MACRO *)smalloc(sizeof (MACRO));
675 (void) strcpy(mc->nm, src->dtl_rec->dt_key)
    [all...]
  /netvirt/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_ib_proc.c 89 int mc; /* Number of columns */ local
100 mc = o->EN_data.en_cols.en_cols_len;
102 ec = (entry_col *)nis_get_static_storage(&buf, sizeof (entry_col), mc);
112 for (j = 0; j < mc; j++) {
262 int i, j, mc; local
265 mc = tobj->TA_data.ta_maxcol;
273 for (j = 0; j < mc; j++) {
293 if (multival_check(tobj, &za[i], tc, mc))
1131 int i, mc; local
1158 mc = tbl->TA_data.ta_maxcol
1345 int i, mc, xid; local
    [all...]
  /netvirt/usr/src/lib/libnisdb/
ldap_nisdbquery.c 670 int i, mc = -1; local
689 if (ix > mc)
690 mc = ix;
696 for (i = 0; i <= mc; i++) {
701 if (mc >= 0)
    [all...]

Completed in 900 milliseconds

1 2