/src/sys/external/isc/libsodium/dist/msvc-scripts/ |
Makefile.am | 3 rep.vbs \
|
/src/lib/libusbhid/ |
descr.c | 49 struct usb_ctl_report_desc rep; local in function:hid_get_report_desc 53 rep.ucrd_size = 0; 54 if (ioctl(fd, USB_GET_REPORT_DESC, &rep) < 0) 57 return hid_use_report_desc(rep.ucrd_data, (unsigned int)rep.ucrd_size);
|
/src/sys/nfs/ |
nfs_clntsocket.c | 96 nfs_receive(struct nfsreq *rep, struct mbuf **aname, struct mbuf **mp, 113 sotype = rep->r_nmp->nm_sotype; 124 error = nfs_sndlock(rep->r_nmp, rep); 137 if (rep->r_mrep || (rep->r_flags & R_SOFTTERM)) { 138 nfs_sndunlock(rep->r_nmp); 141 so = rep->r_nmp->nm_so; 143 error = nfs_reconnect(rep); 145 nfs_sndunlock(rep->r_nmp) 322 struct nfsreq *rep; local in function:nfs_reply 504 struct nfsreq *rep; local in function:nfs_request [all...] |
nfs_socket.c | 182 nfs_connect(struct nfsmount *nmp, struct nfsreq *rep, struct lwp *l) 262 so->so_error == 0 && rep && 263 (error = nfs_sigintr(nmp, rep, rep->r_lwp)) != 0){ 349 nfs_reconnect(struct nfsreq *rep) 352 struct nfsmount *nmp = rep->r_nmp; 365 while ((error = nfs_connect(nmp, rep, &lwp0)) != 0) { 369 if (rep->r_flags & R_SOFTTERM) 457 * "rep == NULL" indicates that it has been called from a server. 468 nfs_send(struct socket *so, struct mbuf *nam, struct mbuf *top, struct nfsreq *rep, struct lwp *l 755 struct nfsreq *rep; local in function:nfs_timer [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_debugging.cc | 72 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_data 73 *description = ReportTypeDescription(rep->typ); 74 *count = rep->count; 75 *stack_count = rep->stacks.Size(); 76 *mop_count = rep->mops.Size(); 77 *loc_count = rep->locs.Size(); 78 *mutex_count = rep->mutexes.Size(); 79 *thread_count = rep->threads.Size(); 80 *unique_tid_count = rep->unique_tids.Size(); 81 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size) 87 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_tag 95 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_stack 106 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_mop 123 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_loc 140 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_loc_object_type 150 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_mutex 164 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_thread 178 const ReportDesc *rep = (ReportDesc *)report; local in function:__tsan_get_report_unique_tid [all...] |
tsan_report.cc | 281 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { 282 if (rep->mops.Size()) 283 return rep->mops[0]->stack; 284 if (rep->stacks.Size()) 285 return rep->stacks[0]; 286 if (rep->mutexes.Size()) 287 return rep->mutexes[0]->stack; 288 if (rep->threads.Size()) 289 return rep->threads[0]->stack; 314 void PrintReport(const ReportDesc *rep) { [all...] |
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
fp_test.h | 83 uint16_t rep = toRep16(result); local in function:compareResultH 85 if (rep == expected){ 90 if ((rep & 0x7c00U) == 0x7c00U && 91 (rep & 0x3ffU) > 0){ 101 uint32_t rep = toRep32(result); local in function:compareResultF 103 if (rep == expected){ 108 if ((rep & 0x7f800000U) == 0x7f800000U && 109 (rep & 0x7fffffU) > 0){ 119 uint64_t rep = toRep64(result); local in function:compareResultD 121 if (rep == expected) 142 __uint128_t rep = toRep128(result); local in function:compareResultLD [all...] |
/src/sys/dev/fdt/ |
fdt_port.c | 180 struct fdt_endpoint *rep = fdt_endpoint_remote(ep); local in function:fdt_endpoint_activate 184 if (rep == NULL) 187 KASSERT(ep->ep_active == rep->ep_active); 188 KASSERT(ep->ep_enabled == rep->ep_enabled); 192 rdp = rep->ep_port->port_dp; 194 fdt_endpoint_port_index(rep), fdt_endpoint_index(rep)); 196 error = rdp->dp_ep_activate(rdp->dp_dev, rep, activate); 199 rep->ep_active = ep->ep_active = activate; 221 struct fdt_endpoint *rep = fdt_endpoint_remote(ep) local in function:fdt_endpoint_enable 325 struct fdt_endpoint *ep, *rep; local in function:fdt_endpoints_register [all...] |
/src/common/lib/libc/arch/i386/string/small/ |
memset.S | 41 rep
|
memcmp.S | 41 rep
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
fp_extend.h | 79 const union { src_t f; src_rep_t i; } rep = {.f = x}; local in function:srcToRep 80 return rep.i; 84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local in function:dstFromRep 85 return rep.f;
|
fp_trunc.h | 67 const union { src_t f; src_rep_t i; } rep = {.f = x}; local in function:srcToRep 68 return rep.i; 72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local in function:dstFromRep 73 return rep.f;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
nouveau_nvkm_engine_disp_conn.c | 44 struct nvif_notify_conn_rep_v0 rep; local in function:nvkm_conn_hpd 50 rep.mask = NVIF_NOTIFY_CONN_V0_UNPLUG; 52 rep.mask = NVIF_NOTIFY_CONN_V0_PLUG; 53 rep.version = 0; 55 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep));
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
dd_rtl.cc | 39 static void ReportDeadlock(Thread *thr, DDReport *rep) { 40 if (rep == 0) 45 for (int i = 0; i < rep->n; i++) { 47 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); 48 PrintStackTrace(thr, rep->loop[i].stk[1]); 49 if (rep->loop[i].stk[0]) { 51 rep->loop[i].mtx_ctx0); 52 PrintStackTrace(thr, rep->loop[i].stk[0]) [all...] |
/src/common/lib/libc/arch/x86_64/string/ |
bcopy.S | 87 rep 108 rep 116 * Reverse copy is probably easy to code faster than 'rep movds' 127 rep 135 /* Intel Nehalem optimise 'rep movsb' for <= 7 bytes (9-15 clocks). 146 rep 156 rep
|
memset.S | 67 rep stosq 75 10: rep stosb
|
/src/usr.bin/gzip/ |
unlz.c | 432 unsigned rep[4] = { 0 }; local in function:lz_decode_member 448 int peek = lz_peek(lz, rep[0]); 464 lz_put(lz, lz_peek(lz, rep[0])); 472 distance = rep[1]; 477 distance = rep[2]; 479 distance = rep[3]; 480 rep[3] = rep[2]; 482 rep[2] = rep[1] [all...] |
/src/sys/arch/i386/stand/lib/ |
cpufunc.S | 65 rep 82 rep 98 rep 115 rep 132 rep 149 rep
|
pvcopy.S | 58 rep 83 rep 109 rep
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_deadlock_detector1.cc | 32 DDReport rep; member in struct:__sanitizer::DDLogicalThread 132 DDReport *rep = <->rep; local in function:__sanitizer::DD::ReportDeadlock 133 rep->n = len; 145 rep->loop[i].thr_ctx = unique_tid; 146 rep->loop[i].mtx_ctx0 = m0->ctx; 147 rep->loop[i].mtx_ctx1 = m1->ctx; 148 rep->loop[i].stk[0] = stk_to; 149 rep->loop[i].stk[1] = stk_from; 191 return &cb->lt->rep; [all...] |
/src/tests/lib/libnvmm/ |
h_io_assist_asm.S | 105 rep 117 rep 129 rep 190 rep 202 rep 214 rep
|
/src/common/lib/libc/arch/i386/string/ |
memset.S | 82 rep 99 rep
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
vmwgfx_drm.h | 239 * @rep: Output data as described above. 246 struct drm_vmw_surface_arg rep; member in union:drm_vmw_surface_create_arg 267 * @rep: Output data as described above. 274 struct drm_vmw_surface_create_req rep; member in union:drm_vmw_surface_reference_arg 426 * @rep: Output data as described above. 433 struct drm_vmw_bo_rep rep; member in union:drm_vmw_alloc_bo_arg 962 * @rep: Output argument as described above. 967 struct drm_vmw_gb_surface_create_rep rep; member in union:drm_vmw_gb_surface_create_arg 1004 * @rep: Output data as described above at "struct drm_vmw_gb_surface_ref_rep" 1009 struct drm_vmw_gb_surface_ref_rep rep; member in union:drm_vmw_gb_surface_reference_arg 1094 struct drm_vmw_context_arg rep; member in union:drm_vmw_extended_context_arg 1172 struct drm_vmw_gb_surface_create_rep rep; member in union:drm_vmw_gb_surface_create_ext_arg 1215 struct drm_vmw_gb_surface_ref_ext_rep rep; member in union:drm_vmw_gb_surface_reference_ext_arg [all...] |
/src/sys/arch/amd64/amd64/ |
busfunc.S | 188 rep 211 rep 234 rep 280 rep 303 rep 326 rep 372 rep 397 rep 422 rep 447 rep [all...] |
/src/sys/arch/i386/stand/efiboot/bootx64/ |
startprog64.S | 131 rep 152 rep 160 * Reverse copy is probably easy to code faster than 'rep movds' 171 rep 179 /* Intel Nehalem optimise 'rep movsb' for <= 7 bytes (9-15 clocks). 190 rep 200 rep
|