/src/sys/dev/wscons/ |
wsevent.c | 236 * Make sure we can return at least 1. 268 * If we do not wrap to 0, used up all our space, or had an error, 423 struct wscons_event *we; local in function:wsevent_inject 425 we = EVARRAY(ev, ev->put); 426 we->type = events[i].type; 427 we->value = events[i].value; 428 we->time = t;
|
/src/usr.bin/rwho/ |
rwho.c | 81 struct whoent *we; local in function:main 148 we = wd.wd_we; 150 if (aflg == 0 && we->we_idle >= 60*60) { 151 we++; 164 mp->myutmp = we->we_utmp; 165 mp->myidle = we->we_idle; 167 nusers++; we++; mp++;
|
/src/usr.bin/ruptime/ |
ruptime.c | 84 struct whoent *we; local in function:main 152 we = (struct whoent *)(buf + cc); --we >= wd->wd_we;) 153 if (aflg || we->we_idle < 3600)
|
/src/tests/lib/libc/regex/ |
t_regex_att.c | 218 static const char *we[] = { local in function:unsupported 253 for (size_t i = 0; i < __arraycount(we); i++) 254 if (strcmp(we[i], s) == 0) 415 * We check these early so that we skip the lines quickly 467 name++; /* We have it, so ignore */ 476 name++; /* We have it, so ignore */
|
/src/usr.bin/mail/ |
fio.c | 56 * If we have threading support, these routines live in thread.c. 212 * We need to make "offset" a pointer to the end of 436 wordexp_t we; local in function:expand 443 * This way, we make no recursive expansion. 479 e = wordexp(name, &we, WRDE_NOCMD); 502 switch (we.we_wordc) { 507 if (strlen(we.we_wordv[0]) >= PATHSIZE) 509 strlcpy(xname, we.we_wordv[0], PATHSIZE); 516 wordfree(&we);
|
/src/usr.sbin/rwhod/ |
rwhod.c | 79 /* Time interval limit; ruptime will think that we are down > than this */ 86 * We communicate with each neighbor in a list constructed at the time we're 294 * Otherwise we might overflow or read past the end. 315 struct whoent *we; local in function:handleread 322 we = wd.wd_we; 324 we->we_idle = ntohl(we->we_idle); 325 we->we_utmp.out_time = 326 ntohl(we->we_utmp.out_time) 362 struct whoent *we = mywd.wd_we, *wlast; local in function:send_host_information 554 struct whoent *we; local in function:Sendto [all...] |
/src/sys/dev/ic/ |
vga.c | 157 * XXX We should probably not bother with this 312 * We want at least ASCII 32..127 be present in the 463 /* make sure we have a valid cursor position */ 470 /* make sure we have a valid memory offset */ 615 * we require VGA_CONSOLE_ATI_BROKEN_FONTSEL anyway. 697 /* until we know better, assume "fast scrolling" does not work */ 874 * XXX We could be more clever and use video RAM. 1472 int ul, we, p, st; local in function:vga_scroll 1478 we = scr->vga_rollover + scr->pcs.type->ncols * 2; 1481 we = 0x8000 [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
gtt.c | 168 * table type, as we know l4 root entry doesn't have a PSE bit, 230 /* We take IPS bit as 'PSE' for PTE level. */ 444 * it also works, so we need to treat root pointer entry 1017 /* We don't setup 64K shadow entry so far. */ 1069 struct intel_vgpu *vgpu, struct intel_gvt_gtt_entry *we) 1076 GEM_BUG_ON(!gtt_type_is_pt(get_next_pt_type(we->type))); 1078 if (we->type == GTT_TYPE_PPGTT_PDE_ENTRY) 1079 ips = vgpu_ips_enabled(vgpu) && ops->test_ips(we); 1081 spt = intel_vgpu_find_spt_by_gfn(vgpu, ops->get_pfn(we)); 1097 int type = get_next_pt_type(we->type) 1721 struct intel_gvt_gtt_entry we, se; local in function:ppgtt_handle_guest_write_page_table_bytes [all...] |
/src/sys/kern/ |
vfs_wapbl.c | 463 * the same as the new log we just opened. 591 * is the same as the log of the maximum power of two. So we can do 707 struct wapbl_entry *we; local in function:wapbl_discard 713 * XXX we may consider using upgrade here 714 * if we want to call flush from inside a transaction 741 SIMPLEQ_FOREACH(we, &wl->wl_entries, we_entries) { 745 we->we_bufcount, we->we_reclaimable_bytes, 746 we->we_error, we->we_unsynced_bufbytes)) 1621 struct wapbl_entry *we = bp->b_private; local in function:wapbl_biodone 1764 struct wapbl_entry *we; local in function:wapbl_flush 2054 struct wapbl_entry *we; local in function:wapbl_print [all...] |