| /src/sys/arch/i386/stand/pxeboot/ |
| pxe.c | 124 t_PXENV_UDP_WRITE *uw = (void *) pxe_command_buf; local 126 uw->status = 0; 128 uw->ip = d->destip.s_addr; 129 uw->gw = gateip.s_addr; 130 uw->src_port = d->myport; 131 uw->dst_port = d->destport; 132 uw->buffer_size = len; 133 uw->buffer.segment = VTOPSEG(pkt); 134 uw->buffer.offset = VTOPOFF(pkt); 138 if (uw->status != PXENV_STATUS_SUCCESS) [all...] |
| /src/usr.bin/utoppya/ |
| utoppya.c | 465 struct utoppy_writefile uw; local 503 uw.uw_path = argv[1]; 511 uw.uw_size = st.st_size; 512 uw.uw_mtime = st.st_mtime; 513 uw.uw_offset = 0; 515 if (find_toppy_dirent(uw.uw_path, &ud)) { 517 snprintf(dstbuf, sizeof(dstbuf), "%s/%s", uw.uw_path, 519 uw.uw_path = dstbuf; 523 uw.uw_path); 526 if (ud.ud_size > uw.uw_size [all...] |
| /src/external/bsd/mdocml/dist/ |
| tbl_term.c | 582 int uw, dw; /* Vertical line widths. */ local 636 uw = dw = 0; 639 uw = cpp->vert; 640 if (uw == 0 && opts & TBL_OPT_ALLBOX) 641 uw = 1; 645 uw = 1; 665 uw = 0; 681 BRIGHT * rw + BUP * uw + BDOWN * dw, 1); 687 if (tp->enc != TERMENC_ASCII || (uw < 2 && dw < 2)) 688 uw = dw = 0 [all...] |
| /src/external/bsd/tmux/dist/ |
| utf8.c | 289 struct utf8_width_item uw; local 291 uw.wc = wc; 292 return RB_FIND(utf8_width_cache, &utf8_width_cache, &uw); 299 struct utf8_width_item *uw, *old; local 355 uw = xcalloc(1, sizeof *uw); 356 uw->wc = wc; 357 uw->width = width; 358 uw->allocated = 1; 360 old = RB_INSERT(utf8_width_cache, &utf8_width_cache, uw); 375 struct utf8_width_item *uw, *uw1; local 521 struct utf8_width_item *uw; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_pm.c | 2437 unsigned uw; local 2454 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; 2456 return snprintf(buf, PAGE_SIZE, "%u\n", uw);
|
| /src/external/bsd/ntp/dist/libntp/ |
| ntp_calendar.c | 1906 uint32_t uw, ud, sf32; local 1924 uw = sf32 ^ ((sf32 ^ ud) / DAYSPERWEEK); 1925 ud -= uw * DAYSPERWEEK; 1927 ds.hi = uint32_2cpl_to_int32(uw);
|
| /src/sys/dev/usb/ |
| utoppy.c | 1606 struct utoppy_writefile *uw; local 1772 uw = (struct utoppy_writefile *)data; 1776 uw->uw_path, uw->uw_size, uw->uw_offset)); 1785 if ((err = utoppy_add_path(sc, uw->uw_path, 1)) != 0) { 1792 utoppy_add_64(sc, uw->uw_offset); 1812 utoppy_timestamp_encode(sc, uw->uw_mtime); 1814 utoppy_add_64(sc, uw->uw_size); 1835 sc->sc_wr_offset = uw->uw_offset [all...] |