HomeSort by: relevance | last modified time | path
    Searched defs:sou (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/lint1/
debug.c 162 unsigned int size_in_bits = tp->u.sou->sou_size_in_bits;
167 tp->u.sou->sou_align,
168 tp->u.sou->sou_incomplete ? "incomplete" : "complete");
170 for (const sym_t *mem = tp->u.sou->sou_first_member;
442 struct_or_union *sou = sym->u.s_member.sm_containing_type; local in function:debug_sym
443 const char *tag = sou->sou_tag->s_name;
444 const sym_t *def = sou->sou_first_typedef;
446 debug_printf(" sou='typedef %s'", def->s_name);
448 debug_printf(" sou='%s'", tag);
decl.c 157 * types_compatible, which simply tests whether 'tp1->u.sou ==
158 * tp2->u.sou'.
179 return tp->u.sou->sou_incomplete;
419 if (is_struct_or_union(t) && tp->u.sou->sou_first_typedef == NULL)
420 tp->u.sou->sou_first_typedef = sym;
457 for (const sym_t *mem = tp->u.sou->sou_first_member;
471 tp->u.sou->sou_size_in_bits = bits;
480 dcs->d_type->u.sou->sou_align = dcs->d_mem_align;
792 dcs->d_type->u.sou->sou_align = align;
794 dcs->d_type->u.sou->sou_size_in_bits
1755 struct_or_union *sou = tp->u.sou; local in function:complete_struct_or_union
    [all...]
lint1.h 153 struct_or_union *sou; member in union:lint1_type::__anondcf084d0080a
tree.c 1384 if ((elsz_in_bits = (int)tp->u.sou->sou_size_in_bits) == 0)
1596 lint_assert(ln->tn_type->u.sou == rn->tn_type->u.sou);
1714 lint_assert(ln->tn_type->u.sou == rn->tn_type->u.sou);
2235 find_member(const struct_or_union *sou, const char *name)
2237 for (sym_t *mem = sou->sou_first_member;
2240 lint_assert(mem->u.s_member.sm_containing_type == sou);
2245 for (sym_t *mem = sou->sou_first_member;
2250 find_member(mem->s_type->u.sou, name)
2271 struct_or_union *sou = expr_zero_alloc(sizeof(*sou), local in function:remove_unknown_member
2298 struct_or_union *sou = tp != NULL ? tp->u.sou : NULL; local in function:struct_or_union_member
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 104 static void vmw_sou_destroy(struct vmw_screen_object_unit *sou)
106 vmw_du_cleanup(&sou->base);
107 kfree(sou);
124 struct vmw_screen_object_unit *sou,
137 BUG_ON(!sou->buffer);
147 cmd->obj.id = sou->base.unit;
149 (sou->base.unit == 0 ? SVGA_SCREEN_IS_PRIMARY : 0);
154 sou->base.set_gui_x = cmd->obj.root.x;
155 sou->base.set_gui_y = cmd->obj.root.y;
158 vmw_bo_get_guest_ptr(&sou->buffer->base, &cmd->obj.backingStore.ptr)
220 struct vmw_screen_object_unit *sou; local in function:vmw_sou_crtc_mode_set_nofb
300 struct vmw_screen_object_unit *sou; local in function:vmw_sou_crtc_atomic_disable
833 struct vmw_screen_object_unit *sou; local in function:vmw_sou_init
    [all...]
  /src/sbin/route/
route.c 95 struct sou { struct
103 static void inet_makenetandmask(u_int32_t, struct sockaddr_in *, struct sou *);
105 static int inet6_makenetandmask(const struct sockaddr_in6 *, struct sou *);
107 static int getaddr(int, const char *, struct hostent **, struct sou *);
110 static int prefixlen(const char *, struct sou *);
114 static int print_getmsg(struct rt_msghdr *, int, struct sou *);
119 static int rtmsg(int, int, struct sou *);
120 static void mask_addr(struct sou *);
429 struct sou sou, *soup = &sou local in function:newroute
    [all...]

Completed in 164 milliseconds