Symbol: area
crypto/krb5/src/lib/rpc/svc_auth_unix.c
68
} *area;
crypto/krb5/src/lib/rpc/svc_auth_unix.c
73
area = (struct area *) rqst->rq_clntcred;
crypto/krb5/src/lib/rpc/svc_auth_unix.c
74
aup = &area->area_aup;
crypto/krb5/src/lib/rpc/svc_auth_unix.c
75
aup->aup_machname = area->area_machname;
crypto/krb5/src/lib/rpc/svc_auth_unix.c
76
aup->aup_gids = area->area_gids;
lib/libc/iconv/citrus_mapper.c
73
const char *__restrict area)
lib/libc/iconv/citrus_mapper.c
87
snprintf(path, (size_t)PATH_MAX, "%s/%s", area, _CITRUS_MAPPER_DIR);
lib/libc/iconv/citrus_mapper.c
98
ma->ma_dir = strdup(area);
lib/libc/rpc/svc_auth_des.c
126
} *area;
lib/libc/rpc/svc_auth_des.c
132
area = (struct area *)rqst->rq_clntcred;
lib/libc/rpc/svc_auth_des.c
133
cred = (struct authdes_cred *)&area->area_cred;
lib/libc/rpc/svc_auth_des.c
146
cred->adc_fullname.name = area->area_netname;
lib/libc/rpc/svc_auth_unix.c
64
} *area;
lib/libc/rpc/svc_auth_unix.c
72
area = (struct area *) rqst->rq_clntcred;
lib/libc/rpc/svc_auth_unix.c
73
aup = &area->area_aup;
lib/libc/rpc/svc_auth_unix.c
74
aup->aup_machname = area->area_machname;
lib/libc/rpc/svc_auth_unix.c
75
aup->aup_gids = area->area_gids;
sys/dev/usb/net/if_usie.c
1122
if (lsi->area == USIE_LSI_AREA_NO ||
sys/dev/usb/net/if_usie.c
1123
lsi->area == USIE_LSI_AREA_NODATA) {
sys/dev/usb/net/if_usievar.h
149
uint8_t area;
sys/dev/virtio/gpu/virtio_gpu.c
147
const term_rect_t *area)
sys/dev/virtio/gpu/virtio_gpu.c
156
vt_fb_bitblt_text(vd, vw, area);
sys/dev/virtio/gpu/virtio_gpu.c
158
x = area->tr_begin.tp_col * vw->vw_font->vf_width + vw->vw_draw_area.tr_begin.tp_col;
sys/dev/virtio/gpu/virtio_gpu.c
159
y = area->tr_begin.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row;
sys/dev/virtio/gpu/virtio_gpu.c
160
width = area->tr_end.tp_col * vw->vw_font->vf_width + vw->vw_draw_area.tr_begin.tp_col - x;
sys/dev/virtio/gpu/virtio_gpu.c
161
height = area->tr_end.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row - y;
sys/dev/vt/hw/fb/vt_fb.c
391
const term_rect_t *area)
sys/dev/vt/hw/fb/vt_fb.c
402
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/hw/fb/vt_fb.c
403
for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
sys/dev/vt/hw/fb/vt_fb.c
443
drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
sys/dev/vt/hw/fb/vt_fb.c
444
drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
sys/dev/vt/hw/fb/vt_fb.c
445
drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
sys/dev/vt/hw/fb/vt_fb.c
446
drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
sys/dev/vt/hw/fb/vt_fb.c
460
vt_fb_invalidate_text(struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/hw/fb/vt_fb.c
465
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/hw/fb/vt_fb.c
466
for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
sys/dev/vt/hw/ofwfb/ofwfb.c
259
const term_rect_t *area)
sys/dev/vt/hw/ofwfb/ofwfb.c
269
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/hw/ofwfb/ofwfb.c
270
for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
sys/dev/vt/hw/ofwfb/ofwfb.c
294
drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
sys/dev/vt/hw/ofwfb/ofwfb.c
295
drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
sys/dev/vt/hw/ofwfb/ofwfb.c
296
drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
sys/dev/vt/hw/ofwfb/ofwfb.c
297
drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
sys/dev/vt/hw/vga/vt_vga.c
783
const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
815
col = area->tr_begin.tp_col;
sys/dev/vt/hw/vga/vt_vga.c
816
row = area->tr_begin.tp_row;
sys/dev/vt/hw/vga/vt_vga.c
830
col = area->tr_end.tp_col;
sys/dev/vt/hw/vga/vt_vga.c
831
row = area->tr_end.tp_row;
sys/dev/vt/hw/vga/vt_vga.c
865
const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
878
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/hw/vga/vt_vga.c
879
for (col = area->tr_begin.tp_col;
sys/dev/vt/hw/vga/vt_vga.c
880
col < area->tr_end.tp_col;
sys/dev/vt/hw/vga/vt_vga.c
926
const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
930
vga_bitblt_text_gfxmode(vd, vw, area);
sys/dev/vt/hw/vga/vt_vga.c
932
vga_bitblt_text_txtmode(vd, vw, area);
sys/dev/vt/hw/vga/vt_vga.c
937
vga_invalidate_text(struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/hw/vga/vt_vga.c
942
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/hw/vga/vt_vga.c
943
for (col = area->tr_begin.tp_col;
sys/dev/vt/hw/vga/vt_vga.c
944
col < area->tr_end.tp_col;
sys/dev/vt/vt.h
241
void vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area);
sys/dev/vt/vt.h
340
const term_rect_t *area);
sys/dev/vt/vt.h
342
const term_rect_t *area);
sys/dev/vt/vt.h
454
const term_rect_t *area);
sys/dev/vt/vt_buf.c
267
vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area)
sys/dev/vt/vt_buf.c
270
if (vb->vb_dirtyrect.tr_begin.tp_row > area->tr_begin.tp_row)
sys/dev/vt/vt_buf.c
271
vb->vb_dirtyrect.tr_begin.tp_row = area->tr_begin.tp_row;
sys/dev/vt/vt_buf.c
272
if (vb->vb_dirtyrect.tr_begin.tp_col > area->tr_begin.tp_col)
sys/dev/vt/vt_buf.c
273
vb->vb_dirtyrect.tr_begin.tp_col = area->tr_begin.tp_col;
sys/dev/vt/vt_buf.c
274
if (vb->vb_dirtyrect.tr_end.tp_row < area->tr_end.tp_row)
sys/dev/vt/vt_buf.c
275
vb->vb_dirtyrect.tr_end.tp_row = area->tr_end.tp_row;
sys/dev/vt/vt_buf.c
276
if (vb->vb_dirtyrect.tr_end.tp_col < area->tr_end.tp_col)
sys/dev/vt/vt_buf.c
277
vb->vb_dirtyrect.tr_end.tp_col = area->tr_end.tp_col;
sys/dev/vt/vt_buf.c
283
term_rect_t area;
sys/dev/vt/vt_buf.c
285
area.tr_begin = *p;
sys/dev/vt/vt_buf.c
286
area.tr_end.tp_row = p->tp_row + 1;
sys/dev/vt/vt_buf.c
287
area.tr_end.tp_col = p->tp_col + 1;
sys/dev/vt/vt_buf.c
288
vtbuf_dirty(vb, &area);
sys/dev/vt/vt_buf.c
311
term_rect_t area;
sys/dev/vt/vt_buf.c
361
area.tr_begin = *p2;
sys/dev/vt/vt_buf.c
362
area.tr_end.tp_row = MIN(p2->tp_row + rows, vb->vb_scr_size.tp_row);
sys/dev/vt/vt_buf.c
363
area.tr_end.tp_col = MIN(p2->tp_col + cols, vb->vb_scr_size.tp_col);
sys/dev/vt/vt_buf.c
364
vtbuf_dirty(vb, &area);
sys/dev/vt/vt_buf.c
699
term_rect_t area;
sys/dev/vt/vt_buf.c
708
area.tr_begin.tp_col = 0;
sys/dev/vt/vt_buf.c
709
area.tr_begin.tp_row = MIN(s, e);
sys/dev/vt/vt_buf.c
711
area.tr_end.tp_col = vb->vb_scr_size.tp_col;
sys/dev/vt/vt_buf.c
712
area.tr_end.tp_row = MAX(s, e) + 1;
sys/dev/vt/vt_buf.c
715
vtbuf_dirty(vb, &area);
sys/dev/vt/vt_core.c
1272
vt_is_cursor_in_area(const struct vt_device *vd, const term_rect_t *area)
sys/dev/vt/vt_core.c
1283
if (mx >= area->tr_end.tp_col ||
sys/dev/vt/vt_core.c
1284
mx + vd->vd_mcursor->width <= area->tr_begin.tp_col ||
sys/dev/vt/vt_core.c
1285
my >= area->tr_end.tp_row ||
sys/dev/vt/vt_core.c
1286
my + vd->vd_mcursor->height <= area->tr_begin.tp_row)
sys/dev/vt/vt_core.c
1294
term_rect_t area;
sys/dev/vt/vt_core.c
1306
area.tr_begin.tp_col = x / vf->vf_width;
sys/dev/vt/vt_core.c
1307
area.tr_begin.tp_row = y / vf->vf_height;
sys/dev/vt/vt_core.c
1308
area.tr_end.tp_col =
sys/dev/vt/vt_core.c
1310
area.tr_end.tp_row =
sys/dev/vt/vt_core.c
1319
area.tr_begin.tp_col = x;
sys/dev/vt/vt_core.c
1320
area.tr_begin.tp_row = y;
sys/dev/vt/vt_core.c
1321
area.tr_end.tp_col = x + 2;
sys/dev/vt/vt_core.c
1322
area.tr_end.tp_row = y + 2;
sys/dev/vt/vt_core.c
1328
vd->vd_driver->vd_invalidate_text(vd, &area);
sys/dev/vt/vt_core.c
1329
vtbuf_dirty(&vw->vw_buf, &area);
sys/dev/vt/vt_core.c
1336
vt_set_border(struct vt_device *vd, const term_rect_t *area,
sys/dev/vt/vt_core.c
1345
if (area->tr_begin.tp_row > 0)
sys/dev/vt/vt_core.c
1347
area->tr_begin.tp_row - 1, 1, c);
sys/dev/vt/vt_core.c
1350
if (area->tr_begin.tp_col > 0)
sys/dev/vt/vt_core.c
1351
drawrect(vd, 0, area->tr_begin.tp_row,
sys/dev/vt/vt_core.c
1352
area->tr_begin.tp_col - 1, area->tr_end.tp_row - 1, 1, c);
sys/dev/vt/vt_core.c
1355
if (area->tr_end.tp_col < vd->vd_width)
sys/dev/vt/vt_core.c
1356
drawrect(vd, area->tr_end.tp_col, area->tr_begin.tp_row,
sys/dev/vt/vt_core.c
1357
vd->vd_width - 1, area->tr_end.tp_row - 1, 1, c);
sys/dev/vt/vt_core.c
1360
if (area->tr_end.tp_row < vd->vd_height)
sys/dev/vt/vt_core.c
1361
drawrect(vd, 0, area->tr_end.tp_row, vd->vd_width - 1,
sys/dev/vt/vt_core.c
1367
const struct vt_window *vw, const term_rect_t *area)
sys/dev/vt/vt_core.c
1374
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/vt_core.c
1375
for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
sys/dev/vt/vt_core.c
1407
const term_rect_t *area)
sys/dev/vt/vt_core.c
1418
for (row = area->tr_begin.tp_row; row < area->tr_end.tp_row; ++row) {
sys/dev/vt/vt_core.c
1419
for (col = area->tr_begin.tp_col; col < area->tr_end.tp_col;
sys/dev/vt/vt_core.c
1450
drawn_area.tr_begin.tp_col = area->tr_begin.tp_col * vf->vf_width;
sys/dev/vt/vt_core.c
1451
drawn_area.tr_begin.tp_row = area->tr_begin.tp_row * vf->vf_height;
sys/dev/vt/vt_core.c
1452
drawn_area.tr_end.tp_col = area->tr_end.tp_col * vf->vf_width;
sys/dev/vt/vt_core.c
1453
drawn_area.tr_end.tp_row = area->tr_end.tp_row * vf->vf_height;
usr.bin/tabs/tabs.c
141
ap = area;
usr.bin/tabs/tabs.c
82
char area[1024], *ap, *arg, *end;
usr.sbin/rtadvd/advcap.c
361
tgetstr(char *id, char **area)
usr.sbin/rtadvd/advcap.c
377
return (tdecode(bp, area));
usr.sbin/rtadvd/advcap.c
386
tdecode(char *str, char **area)
usr.sbin/rtadvd/advcap.c
395
cp = *area;
usr.sbin/rtadvd/advcap.c
434
str = *area;
usr.sbin/rtadvd/advcap.c
435
*area = cp;