/src/share/doc/psd/20.ipctut/ |
socketpair.c | 36 #define DATA1 "In Xanadu, did Kublai Khan . . ."
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce100/ |
dce_clk_mgr.h | 59 int dentist_get_divider_from_did(int did);
|
amdgpu_dce_clk_mgr.c | 84 int dentist_get_divider_from_did(int did) 86 if (did < DENTIST_BASE_DID_1) 87 did = DENTIST_BASE_DID_1; 88 if (did > DENTIST_MAX_DID) 89 did = DENTIST_MAX_DID; 91 if (did < DENTIST_BASE_DID_2) { 93 * (did - DENTIST_BASE_DID_1); 94 } else if (did < DENTIST_BASE_DID_3) { 96 * (did - DENTIST_BASE_DID_2); 97 } else if (did < DENTIST_BASE_DID_4) [all...] |
/src/usr.bin/make/unit-tests/ |
deptgt-end-fail-indirect.mk | 5 # Before 2020-11-25, an error in the .END target did not print the "Stop."
|
include-main.mk | 3 # Until 2020-09-05, the .INCLUDEDFROMFILE magic variable did not behave
|
var-eval-short.mk | 51 # Before var.c 1.877 from 2021-03-14, the modifier ':[...]' did not expand 65 # Before var.c 1.856 from 2021-03-14, the modifier ':C' did not expand the 84 # error message 'Invalid time value: ${FAIL}}' since it did not expand its 99 # error message 'Invalid time value: ${FAIL}}' since it did not expand its
|
varmod-l-name-to-value.mk | 32 # the below :L did not update the definedness of the enclosing expression.
|
cond-func-exists.mk | 48 # first makefile. At that time, the file did not exist yet.
|
deptgt-end-fail.mk | 6 # Before 2020-11-25, an error in the .END target did not print the "Stop.",
|
/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...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_trace.h | 41 TP_PROTO(unsigned did, uint32_t reg, uint32_t value), 42 TP_ARGS(did, reg, value), 44 __field(unsigned, did) 49 __entry->did = did; 54 (unsigned long)__entry->did, 60 TP_PROTO(unsigned did, uint32_t reg, uint32_t value), 61 TP_ARGS(did, reg, value), 63 __field(unsigned, did) 68 __entry->did = did [all...] |
/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);
|
/src/tests/lib/libc/gen/ |
t_fpsetround.c | 102 int did = 0; local in function:test 109 if (!did) { 111 did = 1;
|
/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/sbin/scsictl/ |
scsictl.c | 334 /* device did not return either defect list. */ 363 /* device did not return any defects. */ 641 print_designator(const char *pre, struct scsipi_inquiry_evpd_device_id *did) 683 assoc = __SHIFTOUT(did->flags, SINQ_DEVICE_ID_ASSOCIATION); 684 proto = __SHIFTOUT(did->pc, SINQ_DEVICE_ID_PROTOCOL); 685 code = __SHIFTOUT(did->pc, SINQ_DEVICE_ID_CODESET); 686 type = __SHIFTOUT(did->flags, SINQ_DEVICE_ID_TYPE); 689 if (did->flags & SINQ_DEVICE_ID_PIV) { 698 for (k = 0; k < did->designator_length; k++) { 699 printf("%02x", did->designator[k]) 727 struct scsipi_inquiry_evpd_device_id *did; local in function:device_identify [all...] |
/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)
|
/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 = ", ";
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
dce_clk_mgr.c | 104 int dentist_get_divider_from_did(int did) 106 if (did < DENTIST_BASE_DID_1) 107 did = DENTIST_BASE_DID_1; 108 if (did > DENTIST_MAX_DID) 109 did = DENTIST_MAX_DID; 111 if (did < DENTIST_BASE_DID_2) { 113 * (did - DENTIST_BASE_DID_1); 114 } else if (did < DENTIST_BASE_DID_3) { 116 * (did - DENTIST_BASE_DID_2); 117 } else if (did < DENTIST_BASE_DID_4) [all...] |
/src/tests/lib/libc/net/ |
h_dns_server.c | 152 for (int did = 0;; did++) { local in function:name2str 158 if (did)
|
/src/sbin/badsect/ |
badsect.c | 101 int i, did = 0; local in function:main 193 did++; 196 if (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)
|
/src/sbin/disklabel/ |
main.c | 1418 const char *did; local in function:makedisktab 1421 did = "\\\n\t:"; 1436 (void) fprintf(f, "%ssu#%" PRIu32 ":", did, lp->d_secperunit); 1437 did = ""; 1440 (void) fprintf(f, "%srm#%" PRIu16 ":", did, lp->d_rpm); 1441 did = ""; 1444 (void) fprintf(f, "%sil#%" PRIu16 ":", did, lp->d_interleave); 1445 did = ""; 1448 (void) fprintf(f, "%ssk#%" PRIu16 ":", did, lp->d_trackskew); 1449 did = "" [all...] |
/src/usr.bin/getent/ |
getent.c | 541 int did = 0; local in function:prettyprint 549 if (did) 560 if (did) 562 did++;
|
/src/usr.sbin/makemandb/ |
apropos-utils.c | 912 int i = 0, did; local in function:callback_pager 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);
|