/src/tests/lib/libc/gen/ |
t_fpsetround.c | 102 int did = 0; local in function:test 109 if (!did) { 111 did = 1;
|
t_fpsetround.c | 102 int did = 0; local in function:test 109 if (!did) { 111 did = 1;
|
/src/usr.bin/rpcgen/ |
rpc_hout.c | 122 print_funcdef(definition *def, int *did) 132 if (!*did) { 135 *did = 1; 145 print_funcend(int did) { 146 if (did) { 176 int did; local in function:pargdef 194 did = 0; 201 if (!did) { 203 did = 1; 208 if (did) { [all...] |
rpc_hout.c | 122 print_funcdef(definition *def, int *did) 132 if (!*did) { 135 *did = 1; 145 print_funcend(int did) { 146 if (did) { 176 int did; local in function:pargdef 194 did = 0; 201 if (!did) { 203 did = 1; 208 if (did) { [all...] |
rpc_main.c | 563 int did; local in function:h_output 592 did = 0; 594 print_funcdef(l->val, &did); 596 print_funcend(did);
|
rpc_main.c | 563 int did; local in function:h_output 592 did = 0; 594 print_funcdef(l->val, &did); 596 print_funcend(did);
|
/src/sbin/badsect/ |
badsect.c | 101 int i, did = 0; local in function:main 193 did++; 196 if (did)
|
badsect.c | 101 int i, did = 0; local in function:main 193 did++; 196 if (did)
|
/src/sys/dev/fdt/ |
cdns3_fdt.c | 150 uint32_t did = OTGRD4(cfsc, OTG_DID); local in function:cdns3_fdt_attach 151 if (did != OTG_DID_V1) { 152 aprint_error(": unsupported IP (%#x)\n", did);
|
cdns3_fdt.c | 150 uint32_t did = OTGRD4(cfsc, OTG_DID); local in function:cdns3_fdt_attach 151 if (did != OTG_DID_V1) { 152 aprint_error(": unsupported IP (%#x)\n", did);
|
/src/sys/arch/evbppc/virtex/ |
design_gsrd1.c | 297 int did = 0; local in function:cdmac_intr 306 did++; 311 if (did == 0)
|
design_gsrd2.c | 353 int did = 0; local in function:cdmac_intr 359 did++; 363 did++; 370 if (did == 0)
|
design_gsrd1.c | 297 int did = 0; local in function:cdmac_intr 306 did++; 311 if (did == 0)
|
design_gsrd2.c | 353 int did = 0; local in function:cdmac_intr 359 did++; 363 did++; 370 if (did == 0)
|
/src/sys/dev/raidframe/ |
rf_stripelocks.c | 671 int i, j, foundone = 0, did; local in function:PrintLockedStripes 689 for (did = 1, j = 0, q = p->granted; q; 699 did = 1; 701 did = 0; 703 if (!did) 710 for (did = 1, j = 0, q = p->waitersH; q; 719 did = 1; 721 did = 0; 723 if (!did)
|
rf_stripelocks.c | 671 int i, j, foundone = 0, did; local in function:PrintLockedStripes 689 for (did = 1, j = 0, q = p->granted; q; 699 did = 1; 701 did = 0; 703 if (!did) 710 for (did = 1, j = 0, q = p->waitersH; q; 719 did = 1; 721 did = 0; 723 if (!did)
|
/src/tests/lib/libc/net/ |
h_dns_server.c | 152 for (int did = 0;; did++) { local in function:name2str 158 if (did)
|
h_dns_server.c | 152 for (int did = 0;; did++) { local in function:name2str 158 if (did)
|
/src/lib/libc/rpc/ |
svc_fdset.c | 96 const char *did = ""; local in function:svc_fdset_print 106 fprintf(stderr, "%s%d", did, i); 107 did = ", "; 109 did = ""; 115 fprintf(stderr, "%s%d", did, fd); 116 did = ", ";
|
svc_fdset.c | 96 const char *did = ""; local in function:svc_fdset_print 106 fprintf(stderr, "%s%d", did, i); 107 did = ", "; 109 did = ""; 115 fprintf(stderr, "%s%d", did, fd); 116 did = ", ";
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
dvo_ch7xxx.c | 105 u8 did; member in struct:ch7xxx_did_struct 128 static const char *ch7xxx_get_did(u8 did) 133 if (ch7xxx_dids[i].did == did) 237 DRM_DEBUG_KMS("ch7xxx not detected; got DID 0x%02x from %s slave %d.\n",
|
dvo_ch7xxx.c | 105 u8 did; member in struct:ch7xxx_did_struct 128 static const char *ch7xxx_get_did(u8 did) 133 if (ch7xxx_dids[i].did == did) 237 DRM_DEBUG_KMS("ch7xxx not detected; got DID 0x%02x from %s slave %d.\n",
|
/src/usr.bin/netstat/ |
if.c | 210 int did = 1, rtax = 0, n; local in function:intpr_sysctl 280 if (did) { 281 did = 0; 300 did = 1;
|
/src/sys/dev/ic/ |
isp_target.c | 1012 uint32_t sid, did; local in function:isp_got_tmf_24xx 1024 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2]; 1026 if (FCPARAM(isp, chan)->isp_portid == did) { 1031 isp_prt(isp, ISP_LOGWARN, "%s: D_ID 0x%x not found on any channel", __func__, did); 1037 notify.nt_did = did; 1263 * did not set DiscPriv in the identify message. We don't care 1349 * did not set DiscPriv in the identify message. We don't care
|
/src/usr.bin/getent/ |
getent.c | 541 int did = 0; local in function:prettyprint 549 if (did) 560 if (did) 562 did++;
|