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

123

/freebsd-10-stable/contrib/amd/amd/
H A Drestart.c51 am_opts mo; local
57 memset(&mo, 0, sizeof(mo));
58 mo.opt_rhost = NULL;
59 mo.opt_rfs = NULL;
63 mo.opt_rhost = xstrdup(me->mnt_fsname);
64 mo.opt_rfs = xstrdup(cp + 1);
71 mo.opt_rhost = xstrdup(me->mnt_fsname);
72 mo.opt_rfs = xstrdup("/");
73 me->mnt_fsname = str3cat(me->mnt_fsname, mo
[all...]
H A Dmntfs.c76 init_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
81 if (mo)
82 mf->mf_fo = copy_opts(mo);
105 alloc_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
109 init_mntfs(mf, ops, mo, mp, info, auto_opts, mopts, remopts);
119 locate_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
201 find_mntfs(am_ops *ops, am_opts *mo, char *mp, char *info, char *auto_opts, char *mopts, char *remopts) argument
203 mntfs *mf = locate_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
207 return alloc_mntfs(ops, mo, mp, info, auto_opts, mopts, remopts);
383 realloc_mntfs(mntfs *mf, am_ops *ops, am_opts *mo, cha argument
[all...]
/freebsd-10-stable/sbin/mount_fusefs/
H A Dmount_fusefs.c122 struct mntopt *mo; local
194 for (mo = mopts; mo->m_flag; ++mo) {
197 if (mo->m_flag != mv->mv_flag)
199 p = strstr(optarg, mo->m_option);
201 p += strlen(mo->m_option);
272 for (mo = mopts; mo->m_flag; ++mo) {
443 struct mntopt *mo; local
[all...]
/freebsd-10-stable/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-stable/sys/amd64/amd64/
H A Dmem.c193 struct mem_range_op *mo = (struct mem_range_op *)data; local
211 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc);
218 error = copyout(md, mo->mo_desc,
224 mo->mo_arg[0] = nd;
230 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc));
234 error = mem_range_attr_set(md, &mo->mo_arg[0]);
/freebsd-10-stable/sys/i386/i386/
H A Dmem.c189 struct mem_range_op *mo = (struct mem_range_op *)data; local
207 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc);
214 error = copyout(md, mo->mo_desc,
220 mo->mo_arg[0] = nd;
226 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc));
230 error = mem_range_attr_set(md, &mo->mo_arg[0]);
/freebsd-10-stable/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-stable/sys/powerpc/powerpc/
H A Dmem.c273 struct mem_range_op *mo = (struct mem_range_op *)data; local
291 nd = imin(mo->mo_arg[0], mem_range_softc.mr_ndesc);
298 error = copyout(md, mo->mo_desc,
304 mo->mo_arg[0] = nd;
310 error = copyin(mo->mo_desc, md, sizeof(struct mem_range_desc));
314 error = mem_range_attr_set(md, &mo->mo_arg[0]);
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp583 MachineOperand &mo = mi->getOperand(i); local
584 if (!mo.isReg()) continue;
585 int rx = regIndex(mo.getReg());
592 MachineOperand &mo = mi->getOperand(i); local
593 if (!mo.isReg()) continue;
594 int rx = regIndex(mo.getReg());
612 MachineOperand &mo = mi->getOperand(i); local
613 if (!mo.isReg()) continue;
614 int rx = regIndex(mo.getReg());
704 MachineOperand &mo local
[all...]
/freebsd-10-stable/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-stable/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-stable/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-stable/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-stable/sys/netipsec/
H A Dipsec_mbuf.c246 struct mbuf *mo; local
263 mo = m1->m_next;
272 m1->m_next = mo;
H A Dxform_ipcomp.c534 struct mbuf *mo; local
540 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff);
541 if (mo == NULL) {
549 ipcomp = (struct ipcomp *)(mtod(mo, caddr_t) + roff);
/freebsd-10-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c349 size_t mo; local
353 mo = cnt %
355 p[mo] = 1;
H A Dgetentropy_osx.c339 size_t mo; local
343 mo = cnt %
345 p[mo] = 1;
H A Dgetentropy_linux.c442 size_t mo; local
446 mo = cnt %
448 p[mo] = 1;
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dlang.h43 mg, mi, mk, ml, mn, mo, mr, ms, mt, my, enumerator in enum:__anon4692
/freebsd-10-stable/contrib/netbsd-tests/dev/clock_subr/
H A Dt_clock_subr.c45 #define FILL(ti,ye,mo,da,wd,ho,mi,se) \
46 { .time = (ti), .clock = { .dt_year = (ye), .dt_mon = (mo), .dt_day = (da), \
/freebsd-10-stable/contrib/dialog/package/
H A Ddialog.spec78 %{_datadir}/locale/*/LC_MESSAGES/%{ActualProg}.mo
/freebsd-10-stable/contrib/groff/font/devps/generate/
H A Dtextmap174 element mo
/freebsd-10-stable/contrib/groff/font/devps/
H A Dsymbolmap177 element mo

Completed in 297 milliseconds

123