| /src/tests/lib/libc/gen/ |
| t_fpsetround.c | 102 int did = 0; local 109 if (!did) { 111 did = 1;
|
| /src/external/bsd/file/dist/src/ |
| fsmagic.c | 114 int ret, did = 0; local 126 #define COMMA (did++ ? ", " : "") 430 if (!silent && !mime && did && ret == 0) {
|
| /src/sbin/badsect/ |
| badsect.c | 101 int i, did = 0; local 193 did++; 196 if (did)
|
| /src/sys/dev/fdt/ |
| cdns3_fdt.c | 150 uint32_t did = OTGRD4(cfsc, OTG_DID); local 151 if (did != OTG_DID_V1) { 152 aprint_error(": unsupported IP (%#x)\n", did);
|
| /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 194 did = 0; 201 if (!did) { 203 did = 1; 208 if (did) { [all...] |
| rpc_main.c | 563 int did; local 592 did = 0; 594 print_funcdef(l->val, &did); 596 print_funcend(did);
|
| /src/lib/libc/rpc/ |
| svc_fdset.c | 96 const char *did = ""; local 106 fprintf(stderr, "%s%d", did, i); 107 did = ", "; 109 did = ""; 115 fprintf(stderr, "%s%d", did, fd); 116 did = ", ";
|
| /src/sys/arch/evbppc/virtex/ |
| design_gsrd1.c | 297 int did = 0; local 306 did++; 311 if (did == 0)
|
| design_gsrd2.c | 353 int did = 0; local 359 did++; 363 did++; 370 if (did == 0)
|
| /src/sys/dev/raidframe/ |
| rf_stripelocks.c | 671 int i, j, foundone = 0, did; local 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/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",
|
| /src/sys/dev/ic/ |
| isp_target.c | 1012 uint32_t sid, did; local 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 549 if (did) 560 if (did) 562 did++;
|
| /src/usr.bin/netstat/ |
| if.c | 210 int did = 1, rtax = 0, n; local 280 if (did) { 281 did = 0; 300 did = 1;
|
| /src/sbin/scsictl/ |
| scsictl.c | 335 /* device did not return either defect list. */ 364 /* device did not return any defects. */ 642 print_designator(const char *pre, struct scsipi_inquiry_evpd_device_id *did) 684 assoc = __SHIFTOUT(did->flags, SINQ_DEVICE_ID_ASSOCIATION); 685 proto = __SHIFTOUT(did->pc, SINQ_DEVICE_ID_PROTOCOL); 686 code = __SHIFTOUT(did->pc, SINQ_DEVICE_ID_CODESET); 687 type = __SHIFTOUT(did->flags, SINQ_DEVICE_ID_TYPE); 690 if (did->flags & SINQ_DEVICE_ID_PIV) { 699 for (k = 0; k < did->designator_length; k++) { 700 printf("%02x", did->designator[k]) 728 struct scsipi_inquiry_evpd_device_id *did; local [all...] |
| /src/sys/dev/pci/ |
| if_txp.c | 131 int vid, did, flags; member in struct:txp_pci_match 166 PCI_PRODUCT(id) == txp_devices[i].did)
|
| /src/usr.sbin/makemandb/ |
| apropos-utils.c | 912 int i = 0, did; local 938 did = 0; 952 did = 1; 962 char *ul_section = ul_pager(did, callback_args->section); 963 char *ul_name = ul_pager(did, callback_args->name); 964 char *ul_name_desc = ul_pager(did, callback_args->name_desc);
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-link.c | 1649 ctf_in_flight_dynsym_t *did, *nid; local 1672 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1676 nid = ctf_list_next (did); 1677 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1682 if (did->cid_sym.st_name == NULL) 1684 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1); 1686 did->cid_sym.st_name = ctf_strraw (fp, off); 1687 did->cid_sym.st_nameidx_set = 0 [all...] |
| ctf-open.c | 1835 ctf_in_flight_dynsym_t *did, *nid; local 1889 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1891 nid = ctf_list_next (did); 1892 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1893 free (did);
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-link.c | 1683 ctf_in_flight_dynsym_t *did, *nid; local 1706 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1710 nid = ctf_list_next (did); 1711 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1716 if (did->cid_sym.st_name == NULL) 1718 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1); 1720 did->cid_sym.st_name = ctf_strraw (fp, off); 1721 did->cid_sym.st_nameidx_set = 0 [all...] |
| ctf-open.c | 1835 ctf_in_flight_dynsym_t *did, *nid; local 1889 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1891 nid = ctf_list_next (did); 1892 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1893 free (did);
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-link.c | 1671 ctf_in_flight_dynsym_t *did, *nid; local 1694 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1698 nid = ctf_list_next (did); 1699 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1704 if (did->cid_sym.st_name == NULL) 1706 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1); 1708 did->cid_sym.st_name = ctf_strraw (fp, off); 1709 did->cid_sym.st_nameidx_set = 0 [all...] |
| ctf-open.c | 1833 ctf_in_flight_dynsym_t *did, *nid; local 1887 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1889 nid = ctf_list_next (did); 1890 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1891 free (did);
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-link.c | 1649 ctf_in_flight_dynsym_t *did, *nid; local 1672 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1676 nid = ctf_list_next (did); 1677 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1682 if (did->cid_sym.st_name == NULL) 1684 uint32_t off = CTF_SET_STID (did->cid_sym.st_nameidx, CTF_STRTAB_1); 1686 did->cid_sym.st_name = ctf_strraw (fp, off); 1687 did->cid_sym.st_nameidx_set = 0 [all...] |
| ctf-open.c | 1835 ctf_in_flight_dynsym_t *did, *nid; local 1889 for (did = ctf_list_next (&fp->ctf_in_flight_dynsyms); did != NULL; did = nid) 1891 nid = ctf_list_next (did); 1892 ctf_list_delete (&fp->ctf_in_flight_dynsyms, did); 1893 free (did);
|