| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_error.c | 23 } msgs[] = { variable in typeref:struct:__anon830 35 for (x = 0; x < (int)(sizeof(msgs) / sizeof(msgs[0])); x++) { 36 if (msgs[x].code == code) { 37 return msgs[x].msg;
|
| /src/external/bsd/openpam/dist/t/ |
| t_pam_conv.h | 35 struct pam_message *msgs; member in struct:t_pam_conv_script
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| re_compile_checker.py | 24 msgs = { variable in class:ReCompileChecker
|
| dns_import_checker.py | 20 msgs = { variable in class:DnsExplicitImportsChecker
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_scdc_helper.c | 62 struct i2c_msg msgs[2] = { local 76 ret = i2c_transfer(adapter, msgs, ARRAY_SIZE(msgs)); 79 if (ret != ARRAY_SIZE(msgs))
|
| drm_dp_dual_mode_helper.c | 71 struct i2c_msg msgs[] = { local 87 ret = i2c_transfer(adapter, msgs, ARRAY_SIZE(msgs)); 90 if (ret != ARRAY_SIZE(msgs))
|
| /src/usr.bin/xlint/lint2/ |
| msg.c | 49 static const char *msgs[] = { variable 78 (void)vprintf(msgs[n], ap);
|
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| com_right.h | 67 char const * const * msgs; member in struct:error_table
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| display_status.c | 41 static const char *msgs[] = { local 52 else if (v >= sizeof(msgs)/sizeof(*msgs)) 55 return msgs[v]; 61 static const char *msgs[] = { local 87 else if (v >= sizeof(msgs)/sizeof(*msgs)) 90 return msgs[v]; 96 static const char *msgs[] = { local 107 if (v >= sizeof(msgs)/sizeof(*msgs) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_display_status.c | 68 static const char *msgs[] = { local 79 else if (v >= sizeof(msgs)/sizeof(*msgs)) 82 return msgs[v]; 88 static const char *msgs[] = { local 112 if (v >= sizeof(msgs)/sizeof(*msgs)) 115 return msgs[v]; 121 static const char *msgs[] = { local 132 if (v >= sizeof(msgs)/sizeof(*msgs) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| CompCom.h | 44 compmsg *msgs; /* the array of messages */ member in class:CompComment
|
| Emsg.h | 106 Vector<Emsg*> *msgs; member in class:DbeMessages
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| CompCom.h | 44 compmsg *msgs; /* the array of messages */ member in class:CompComment
|
| Emsg.h | 106 Vector<Emsg*> *msgs; member in class:DbeMessages
|
| /src/games/rogue/ |
| message.c | 62 static char msgs[NMESSAGES][DCOLS] = {"", "", "", "", ""}; variable 94 (void)strlcpy(msgs[imsg], msg, sizeof(msgs[imsg])); 132 message(msgs[((imsg - c) % NMESSAGES)], 0);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_i2c.c | 299 struct i2c_msg msgs[] = { local 317 if (i2c_transfer(&i2c_bus->adapter, msgs, 2) == 2) {
|
| amdgpu_ras_eeprom.c | 385 struct i2c_msg *msgs, *msg; local 400 msgs = kcalloc(num, sizeof(*msgs), GFP_KERNEL); 401 if (!msgs) { 419 msg = &msgs[i]; 448 ret = i2c_transfer(&control->eeprom_accessor, msgs, num); 493 kfree(msgs);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ |
| nouveau_nvkm_subdev_mxm_base.c | 49 struct i2c_msg msgs[] = { local 54 return i2c_transfer(&bus->i2c, msgs, 2) == 2;
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| anvil_clnt.c | 24 /* int anvil_clnt_mail(anvil_clnt, service, addr, msgs) 28 /* int *msgs; 60 /* rate, msgs, rcpts, ntls, auths) 66 /* int *msgs; 118 /* .IP msgs 217 int *msgs, int *rcpts, int *newtls, int *auths) 231 RECV_ATTR_INT(ANVIL_ATTR_MAIL, msgs), 271 const char *addr, int *msgs) 283 RECV_ATTR_INT(ANVIL_ATTR_RATE, msgs), 446 int msgs; local [all...] |
| /src/external/public-domain/xz/dist/src/xz/ |
| hardware.c | 271 const char *msgs[] = { local 281 for (unsigned i = 0; i < ARRAY_SIZE(msgs); ++i) { 282 size_t w = tuklib_mbstr_width(msgs[i], NULL); 296 memlimit_show(msgs[0], width_max, total_ram); 298 tuklib_mbstr_fw(msgs[1], (int)(width_max)), 299 msgs[1], cputhreads); 303 memlimit_show(msgs[2], width_max, memlimit_compress); 304 memlimit_show(msgs[3], width_max, memlimit_decompress); 305 memlimit_show(msgs[4], width_max, 307 memlimit_show(msgs[5], width_max, memlimit_mt_default) [all...] |
| /src/usr.bin/xlint/lint1/ |
| err.c | 57 static const char *const msgs[] = { variable 447 static bool is_suppressed[sizeof(msgs) / sizeof(msgs[0])]; 463 id >= sizeof(msgs) / sizeof(msgs[0]) || 464 msgs[id][0] == '\0') 553 (void)vfprintf(out, msgs[msgid], ap); 574 (void)vfprintf(out, msgs[msgid], ap); 590 (void)vfprintf(out, msgs[msgid], ap);
|
| /src/lib/libpam/modules/pam_radius/ |
| pam_radius.c | 194 struct pam_message msgs[MAX_CHALLENGE_MSGS]; local 218 msgs[num_msgs].msg = rad_cvt_string(attrval, attrlen); 219 if (msgs[num_msgs].msg == NULL) { 224 msgs[num_msgs].msg_style = PAM_TEXT_INFO; 225 msg_ptrs[num_msgs] = &msgs[num_msgs]; 235 msgs[num_msgs].msg = strdup("(null RADIUS challenge): "); 236 if (msgs[num_msgs].msg == NULL) { 240 msgs[num_msgs].msg_style = PAM_TEXT_INFO; 241 msg_ptrs[num_msgs] = &msgs[num_msgs]; 244 msgs[num_msgs-1].msg_style = PAM_PROMPT_ECHO_ON [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm_helpers.c | 485 struct i2c_msg *msgs; local 495 msgs = kcalloc(num, sizeof(struct i2c_msg), GFP_KERNEL); 497 if (!msgs) 501 msgs[i].flags = cmd->payloads[i].write ? 0 : I2C_M_RD; 502 msgs[i].addr = cmd->payloads[i].address; 503 msgs[i].len = cmd->payloads[i].length; 504 msgs[i].buf = cmd->payloads[i].data; 507 result = i2c_transfer(&aconnector->i2c->base, msgs, num) == num; 509 kfree(msgs);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| dvo_sil164.c | 81 struct i2c_msg msgs[] = { local 99 if (i2c_transfer(adapter, msgs, 2) == 2) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| i2c.h | 103 struct i2c_msg msgs[] = { local 108 int ret = i2c_transfer(adap, msgs, ARRAY_SIZE(msgs)); 119 struct i2c_msg msgs[] = { local 124 int ret = i2c_transfer(adap, msgs, ARRAY_SIZE(msgs)); 135 struct i2c_msg msgs[] = { local 139 int ret = i2c_transfer(adap, msgs, ARRAY_SIZE(msgs)); 150 struct i2c_msg msgs[] = local [all...] |