Searched refs:mo (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-10.0-release/contrib/amd/amd/
H A Drestart.c55 am_opts mo; local
61 memset(&mo, 0, sizeof(mo));
62 mo.opt_rhost = 0;
63 mo.opt_rfs = 0;
67 mo.opt_rhost = strdup(me->mnt_fsname);
68 mo.opt_rfs = strdup(cp + 1);
75 mo.opt_rhost = strdup(me->mnt_fsname);
76 mo.opt_rfs = strdup("/");
77 me->mnt_fsname = str3cat(me->mnt_fsname, mo
[all...]
H A Dmntfs.c70 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
74 mf->mf_fo = mo;
96 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
100 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts);
110 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
141 mf->mf_fo = mo;
192 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
194 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
198 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
338 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, cha argument
[all...]
/freebsd-10.0-release/sbin/mount_fusefs/
H A Dmount_fusefs.c115 struct mntopt *mo; local
187 for (mo = mopts; mo->m_flag; ++mo) {
190 if (mo->m_flag != mv->mv_flag)
192 p = strstr(optarg, mo->m_option);
194 p += strlen(mo->m_option);
265 for (mo = mopts; mo->m_flag; ++mo) {
436 struct mntopt *mo; local
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Ddeflate.c75 struct mbuf *mo_head, *mo, *mi_head, *mi; local
95 mo_head = mo = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT);
96 mo->m_len = 2;
97 wp = MBUF_CTOP(mo);
135 mo->m_next = m_get(DEFLATE_CHUNK_LEN, MB_CCPOUT);
136 olen += (mo->m_len = DEFLATE_CHUNK_LEN);
137 mo = mo->m_next;
138 mo->m_len = 0;
139 state->cx.next_out = MBUF_CTOP(mo);
202 struct mbuf *mo, *mo_head, *mi_head; local
[all...]
H A Dmppe.c162 struct mbuf *mo; local
181 mo = m_get(4, MB_CCPOUT);
182 mo->m_next = mp;
184 rp = MBUF_CTOP(mo);
224 len = m_length(mo);
231 return mo;
H A Dmp.c673 struct mbuf *m, *mo; local
773 mo = m;
775 m_settype(mo, MB_MPOUT);
778 mo = m_get(dl->physical->link.lcp.his_mru, MB_MPOUT);
779 len -= mo->m_len;
780 m = mbuf_Read(m, MBUF_CTOP(mo), mo->m_len);
782 mp_Output(mp, bundle, &dl->physical->link, mo, begin, end);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmem.c170 struct mem_range_op *mo = (struct mem_range_op *)data; local
188 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc);
195 error = copyout(md, mo->mo_desc,
201 mo->mo_arg[0] = nd;
207 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc));
211 error = mem_range_attr_set(md, &mo->mo_arg[0]);
/freebsd-10.0-release/sys/i386/i386/
H A Dmem.c188 struct mem_range_op *mo = (struct mem_range_op *)data; local
206 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc);
213 error = copyout(md, mo->mo_desc,
219 mo->mo_arg[0] = nd;
225 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc));
229 error = mem_range_attr_set(md, &mo->mo_arg[0]);
/freebsd-10.0-release/sys/sys/
H A Dpmckern.h111 #define PMC_SOFT_CALL(pr, mo, fu, na) \
113 if (pmc_##pr##_##mo##_##fu##_##na.ps_running) { \
118 ks.pm_ev = pmc_##pr##_##mo##_##fu##_##na.ps_ev.pm_ev_code; \
127 #define PMC_SOFT_CALL(pr, mo, fu, na) \
136 #define PMC_SOFT_CALL_TF(pr, mo, fu, na, tf) \
138 if (pmc_##pr##_##mo##_##fu##_##na.ps_running) { \
142 ks.pm_ev = pmc_##pr##_##mo##_##fu##_##na.ps_ev.pm_ev_code; \
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dmem.c284 struct mem_range_op *mo = (struct mem_range_op *)data; local
302 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc);
309 error = copyout(md, mo->mo_desc,
315 mo->mo_arg[0] = nd;
321 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc));
325 error = mem_range_attr_set(md, &mo->mo_arg[0]);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp513 MachineOperand &mo = mi->getOperand(i); local
514 if (!mo.isReg()) continue;
515 int rx = regIndex(mo.getReg());
522 MachineOperand &mo = mi->getOperand(i); local
523 if (!mo.isReg()) continue;
524 int rx = regIndex(mo.getReg());
542 MachineOperand &mo = mi->getOperand(i); local
543 if (!mo.isReg()) continue;
544 int rx = regIndex(mo.getReg());
634 MachineOperand &mo local
[all...]
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_vsc7323.c56 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; local
59 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_ADDR, start);
61 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_LO,
64 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_HI,
80 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; local
84 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_ADDR, start);
89 ret = mo->read(adap, ELMR_MDIO_ADDR, 0, ELMR_STAT, &v);
102 ret = mo->read(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_LO, vals);
104 ret = mo->read(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_HI,
/freebsd-10.0-release/contrib/gcc/
H A Dvar-tracking.c1643 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; local
1648 mo->type = MO_USE;
1650 mo->type = MO_USE_NO_VAR;
1651 mo->u.loc = *loc;
1652 mo->insn = (rtx) insn;
1660 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; local
1662 mo->type = MO_USE;
1663 mo->u.loc = *loc;
1664 mo->insn = (rtx) insn;
1688 micro_operation *mo local
1712 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; local
2861 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; local
2892 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; local
2925 micro_operation *mo = VTI (bb)->mos + VTI (bb)->n_mos++; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mo.c42 get_option_def(int def, gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) argument
48 _gss_mo_get_option_1(gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) argument
50 return get_option_def(1, mech, mo, value);
54 _gss_mo_get_option_0(gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) argument
56 return get_option_def(0, mech, mo, value);
60 _gss_mo_get_ctx_as_string(gss_const_OID mech, gss_mo_desc *mo, gss_buffer_t value) argument
63 value->value = strdup((char *)mo->ctx);
66 value->length = strlen((char *)mo->ctx);
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c756 krb5_insert_seq(struct krb5_msg_order *mo, uint32_t seq, int index) argument
760 if (mo->km_length < mo->km_jitter_window)
761 mo->km_length++;
763 for (i = mo->km_length - 1; i > index; i--)
764 mo->km_elem[i] = mo->km_elem[i - 1];
765 mo->km_elem[index] = seq;
775 struct krb5_msg_order *mo = &kc->kc_msg_order; local
776 int check_sequence = mo
[all...]
/freebsd-10.0-release/sys/netipsec/
H A Dipsec_mbuf.c249 struct mbuf *mo; local
266 mo = m1->m_next;
275 m1->m_next = mo;
H A Dxform_ipcomp.c535 struct mbuf *mo; local
541 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff);
542 if (mo == NULL) {
550 ipcomp = (struct ipcomp *)(mtod(mo, caddr_t) + roff);
H A Dxform_esp.c679 struct mbuf *mo = (struct mbuf *) NULL; local
772 mo = m_makespace(m, skip, hlen, &roff);
773 if (mo == NULL) {
783 bcopy((caddr_t) &sav->spi, mtod(mo, caddr_t) + roff, sizeof(u_int32_t));
794 mtod(mo, caddr_t) + roff + sizeof(u_int32_t),
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h43 mg, mi, mk, ml, mn, mo, mr, ms, mt, my, enumerator in enum:__anon4411
/freebsd-10.0-release/contrib/dialog/package/
H A Ddialog.spec78 %{_datadir}/locale/*/LC_MESSAGES/%{ActualProg}.mo
/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Dtextmap174 element mo
/freebsd-10.0-release/contrib/groff/font/devps/
H A Dsymbolmap177 element mo
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c659 int yy, mo, day, hour, min, sec; local
674 &yy, &mo, &day, &hour, &min, &sec)
686 tm->tm_mon > mo) ||
687 (tm->tm_mon == mo &&
2103 int yy, mo, day, hour, min, sec; local
2104 sscanf(reply_string, "%*s %04d%02d%02d%02d%02d%02d", &yy, &mo,
2108 mo, day, yy, hour, min, sec);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-mips.c1323 create_insn (struct mips_cl_insn *insn, const struct mips_opcode *mo)
1327 insn->insn_mo = mo;
1330 insn->insn_opcode = mo->match;
3357 const struct mips_opcode *mo;
3374 mo = (struct mips_opcode *) hash_find (op_hash, name);
3375 assert (mo);
3376 assert (strcmp (name, mo->name) == 0);
3382 if (strcmp (fmt, mo->args) == 0
3383 && mo->pinfo != INSN_MACRO
3384 && OPCODE_IS_MEMBER (mo,
1316 create_insn(struct mips_cl_insn *insn, const struct mips_opcode *mo) argument
3350 const struct mips_opcode *mo; local
3592 struct mips_opcode *mo; local
3761 const struct mips_opcode *mo; local
7142 const struct mips_opcode *mo; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPTHLexer.cpp629 PTHStatData(ino_t i, dev_t d, mode_t mo, time_t m, off_t s) argument
630 : hasStat(true), ino(i), dev(d), mode(mo), mtime(m), size(s) {}

Completed in 320 milliseconds

12