/src/sys/arch/i386/stand/pxeboot/ |
pxe.c | 124 t_PXENV_UDP_WRITE *uw = (void *) pxe_command_buf; local in function:sendudp 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 in function:cmd_put 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/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_pm.c | 2437 unsigned uw; local in function:amdgpu_hwmon_show_power_avg 2454 uw = (query >> 8) * 1000000 + (query & 0xff) * 1000; 2456 return snprintf(buf, PAGE_SIZE, "%u\n", uw);
|
/src/sys/dev/usb/ |
utoppy.c | 1606 struct utoppy_writefile *uw; local in function:utoppyioctl 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...] |