HomeSort by: relevance | last modified time | path
    Searched defs:mo (Results 1 - 25 of 56) sorted by relevancy

1 2 3

  /src/sys/kern/
kern_mutex_obj.c 58 struct kmutexobj *mo; local
60 mo = kmem_intr_alloc(sizeof(*mo), KM_SLEEP);
61 KASSERT(ALIGNED_POINTER(mo, coherency_unit));
62 _mutex_init(&mo->mo_lock, type, ipl,
64 mo->mo_magic = MUTEX_OBJ_MAGIC;
65 mo->mo_refcnt = 1;
67 return (kmutex_t *)mo;
78 struct kmutexobj *mo; local
80 mo = kmem_intr_alloc(sizeof(*mo), KM_NOSLEEP)
101 struct kmutexobj *mo = (struct kmutexobj *)lock; local
122 struct kmutexobj *mo = (struct kmutexobj *)lock; local
149 struct kmutexobj *mo = (struct kmutexobj *)lock; local
    [all...]
  /src/external/bsd/am-utils/dist/amd/
restart.c 53 am_opts mo; local
59 memset(&mo, 0, sizeof(mo));
60 mo.opt_rhost = NULL;
61 mo.opt_rfs = NULL;
65 mo.opt_rhost = xstrdup(me->mnt_fsname);
66 mo.opt_rfs = xstrdup(cp + 1);
73 mo.opt_rhost = xstrdup(me->mnt_fsname);
74 mo.opt_rfs = xstrdup("/");
75 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/")
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_encoder.h 245 struct drm_mode_object *mo; local
247 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_ENCODER);
249 return mo ? obj_to_encoder(mo) : NULL;
drm_property.h 300 struct drm_mode_object *mo; local
301 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PROPERTY);
302 return mo ? obj_to_property(mo) : NULL;
drm_plane.h 792 struct drm_mode_object *mo; local
793 mo = drm_mode_object_find(dev, file_priv, id, DRM_MODE_OBJECT_PLANE);
794 return mo ? obj_to_plane(mo) : NULL;
  /src/sys/netipsec/
ipsec_mbuf.c 385 struct mbuf *mo; local
405 mo = m1->m_next;
415 m1->m_next = mo;
ipsec_output.c 152 struct mbuf *mo; local
169 mo = m_makespace(m, sizeof(struct ip), hlen, &roff);
176 mo = m_makespace(m, sizeof(struct ip6_hdr), hlen, &roff);
187 if (mo == NULL) {
197 udp = (struct udphdr *)(mtod(mo, char *) + roff);
xform_esp.c 685 struct mbuf *mo = NULL; local
771 mo = m_makespace(m, skip, hlen, &roff);
772 if (mo == NULL) {
783 memcpy(mtod(mo, char *) + roff, &sav->spi, sizeof(uint32_t));
795 memcpy(mtod(mo,char *) + roff + sizeof(uint32_t), &replay,
xform_ipcomp.c 514 struct mbuf *m, *mo; local
547 mo = m_makespace(m, skip, IPCOMP_HLENGTH, &roff);
548 if (mo == NULL) {
556 ipcomp = (struct ipcomp *)(mtod(mo, char *) + roff);
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
time.h 47 uint64_t mo = (uint64_t)((date_string[4]-0x30)*10 + (date_string[5]-0x30) - 1); local
102 if(yr < 1970 || mo > 11) { return false; } // unlikely branch
103 if (dy > (uint64_t)mdays_minus_one[mo]) { // unlikely branch
104 if (mo == 1 && is_leap_yr) {
114 days += (uint64_t)mdays_cumulative[mo];
115 days += is_leap_yr & (mo > 1);
  /src/usr.bin/netstat/
mbuf.c 98 struct mowner_user *mo; local
211 len += 10 * sizeof(*mo); /* add some slop */
226 for (mo = (void *) data, lines = 0; len >= sizeof(*mo);
227 len -= sizeof(*mo), mo++) {
230 mo->mo_counter[MOWNER_COUNTER_CLAIMS] == 0 &&
231 mo->mo_counter[MOWNER_COUNTER_EXT_CLAIMS] == 0 &&
232 mo->mo_counter[MOWNER_COUNTER_CLUSTER_CLAIMS] == 0)
235 mo->mo_counter[MOWNER_COUNTER_CLAIMS] =
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
s12z-dis.c 257 struct simple_memory_operand *mo = local
259 decode_possible_symbol (mo->addr, mo->base, info, mo->relative);
265 struct memory_operand *mo = (struct memory_operand *) opr; local
266 (*info->fprintf_func) (info->stream, "%c", mo->indirect ? '[' : '(');
269 assert (mo->mutation == OPND_RM_NONE || mo->n_regs == 1);
270 switch (mo->mutation)
286 if (mo->n_regs < 2
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-dis.c 257 struct simple_memory_operand *mo = local
259 decode_possible_symbol (mo->addr, mo->base, info, mo->relative);
265 struct memory_operand *mo = (struct memory_operand *) opr; local
266 (*info->fprintf_func) (info->stream, "%c", mo->indirect ? '[' : '(');
269 assert (mo->mutation == OPND_RM_NONE || mo->n_regs == 1);
270 switch (mo->mutation)
286 if (mo->n_regs < 2
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
s12z-dis.c 257 struct simple_memory_operand *mo = local
259 decode_possible_symbol (mo->addr, mo->base, info, mo->relative);
265 struct memory_operand *mo = (struct memory_operand *) opr; local
266 (*info->fprintf_func) (info->stream, "%c", mo->indirect ? '[' : '(');
269 assert (mo->mutation == OPND_RM_NONE || mo->n_regs == 1);
270 switch (mo->mutation)
286 if (mo->n_regs < 2
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-dis.c 257 struct simple_memory_operand *mo = local
259 decode_possible_symbol (mo->addr, mo->base, info, mo->relative);
265 struct memory_operand *mo = (struct memory_operand *) opr; local
266 (*info->fprintf_func) (info->stream, "%c", mo->indirect ? '[' : '(');
269 assert (mo->mutation == OPND_RM_NONE || mo->n_regs == 1);
270 switch (mo->mutation)
286 if (mo->n_regs < 2
    [all...]
  /src/lib/libintl/
libintl_local.h 41 /* *.mo file format */
42 struct mo { struct
130 struct mo_h mo; /* endian-flipped mo file header */ member in struct:mohandle
  /src/sys/dev/pci/cxgb/
cxgb_vsc7323.c 60 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; local
63 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_ADDR, start);
65 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_LO,
68 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_HI,
84 const struct mdio_ops *mo = adapter_info(adap)->mdio_ops; local
88 ret = mo->write(adap, ELMR_MDIO_ADDR, 0, ELMR_ADDR, start);
93 ret = mo->read(adap, ELMR_MDIO_ADDR, 0, ELMR_STAT, &v);
106 ret = mo->read(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_LO, vals);
108 ret = mo->read(adap, ELMR_MDIO_ADDR, 0, ELMR_DATA_HI,
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_userptr.c 57 static void add_object(struct i915_mmu_object *mo)
59 GEM_BUG_ON(!RB_EMPTY_NODE(&mo->it.rb));
60 interval_tree_insert(&mo->it, &mo->mn->objects);
63 static void del_object(struct i915_mmu_object *mo)
65 if (RB_EMPTY_NODE(&mo->it.rb))
68 interval_tree_remove(&mo->it, &mo->mn->objects);
69 RB_CLEAR_NODE(&mo->it.rb);
75 struct i915_mmu_object *mo = obj->userptr.mmu_object local
190 struct i915_mmu_object *mo; local
248 struct i915_mmu_object *mo; local
    [all...]
  /src/sys/net/
ppp-deflate.c 460 struct mbuf *mo, *mo_head; local
492 MGETHDR(mo, M_DONTWAIT, MT_DATA);
493 if (mo == NULL)
495 mo_head = mo;
496 mo->m_len = 0;
497 mo->m_next = NULL;
498 MCLGET(mo, M_DONTWAIT);
499 ospace = M_TRAILINGSPACE(mo);
501 mo->m_data += state->hdrlen;
509 wptr = mtod(mo, u_char *)
    [all...]
  /src/external/bsd/unbound/dist/compat/
getentropy_linux.c 427 size_t mo; local
431 mo = cnt %
433 p[mo] = 1;
getentropy_osx.c 327 size_t mo; local
331 mo = cnt %
333 p[mo] = 1;
getentropy_solaris.c 349 size_t mo; local
353 mo = cnt %
355 p[mo] = 1;
  /src/external/gpl3/gdb/dist/gdb/
s12z-tdep.c 367 const struct memory_operand *mo local
369 if (mo->n_regs == 1 && !mo->indirect
370 && mo->regs[0] == REG_S
371 && mo->mutation == OPND_RM_NONE)
375 int simm = (signed char) mo->base_offset;
  /src/external/gpl3/gdb.old/dist/gdb/
s12z-tdep.c 367 const struct memory_operand *mo local
369 if (mo->n_regs == 1 && !mo->indirect
370 && mo->regs[0] == REG_S
371 && mo->mutation == OPND_RM_NONE)
375 int simm = (signed char) mo->base_offset;
  /src/external/mpl/dhcp/dist/omapip/
protocol.c 155 omapi_object_t *mo,
168 mo -> type != omapi_type_message)
174 m = (omapi_message_object_t *)mo;
1152 omapi_object_t *mo; local
1160 mo = (omapi_object_t *)message;
1162 status = omapi_set_int_value (mo, (omapi_object_t *)0,
1169 status = omapi_set_int_value (mo, (omapi_object_t *)0,
1176 status = omapi_set_int_value (mo, (omapi_object_t *)0,
1185 status = omapi_set_string_value (mo, (omapi_object_t *)0,
1193 status = omapi_protocol_send_message (po, id, mo, (omapi_object_t *)0)
1210 omapi_object_t *mo; local
1269 omapi_object_t *mo; local
    [all...]

Completed in 50 milliseconds

1 2 3