| /dflybsd-src/usr.bin/getconf/ |
| H A D | getconf.c | 59 int c, key, valid; in main() local 79 if ((valid = find_progenv(vflag, &alt_path)) == 0) in main() 82 if (valid > 0 && alt_path != NULL) { in main() 92 if (valid < 0) in main() 98 if ((valid = find_limit(name, &limitval)) != 0) { in main() 99 if (valid > 0) in main() 106 if ((valid = find_confstr(name, &key)) != 0) { in main() 107 if (valid > 0) in main() 112 valid = find_sysconf(name, &key); in main() 113 if (valid > 0) { in main() [all …]
|
| /dflybsd-src/crypto/libressl/ssl/ |
| H A D | s3_lib.c | 182 .valid = 1, 198 .valid = 1, 214 .valid = 1, 230 .valid = 1, 246 .valid = 1, 266 .valid = 1, 282 .valid = 1, 298 .valid = 1, 318 .valid = 1, 334 .valid = 1, [all …]
|
| /dflybsd-src/usr.sbin/installer/dfuibe_installer/ |
| H A D | fn_subpart_hammer.c | 494 int valid = 1; in check_subpartition_selections() local 500 valid = 0; in check_subpartition_selections() 503 for (ds = dfui_response_dataset_get_first(r); valid && ds != NULL; in check_subpartition_selections() 514 valid = 0; in check_subpartition_selections() 525 valid = 0; in check_subpartition_selections() 534 valid = 0; in check_subpartition_selections() 541 valid = 0; in check_subpartition_selections() 546 valid = 0; in check_subpartition_selections() 556 valid = 0; in check_subpartition_selections() 566 valid = 0; in check_subpartition_selections() [all …]
|
| H A D | fn_subpart_ufs.c | 416 int valid = 1; in check_subpartition_selections() local 422 valid = 0; in check_subpartition_selections() 425 for (ds = dfui_response_dataset_get_first(r); valid && ds != NULL; in check_subpartition_selections() 439 valid = 0; in check_subpartition_selections() 446 valid = 0; in check_subpartition_selections() 457 valid = 0; in check_subpartition_selections() 466 valid = 0; in check_subpartition_selections() 473 valid = 0; in check_subpartition_selections() 478 valid = 0; in check_subpartition_selections() 488 valid = 0; in check_subpartition_selections() [all …]
|
| /dflybsd-src/lib/libc/gen/ |
| H A D | pwcache.c | 271 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->uid == uid)) { in user_from_uid() 275 if (!noname || (ptr->valid == VALID)) in user_from_uid() 301 ptr->valid = INVALID; in user_from_uid() 312 ptr->valid = VALID; in user_from_uid() 340 if ((ptr != NULL) && (ptr->valid > 0) && (ptr->gid == gid)) { in group_from_gid() 344 if (!noname || (ptr->valid == VALID)) in group_from_gid() 370 ptr->valid = INVALID; in group_from_gid() 381 ptr->valid = VALID; in group_from_gid() 414 if ((ptr != NULL) && (ptr->valid > 0) && !strcmp(name, ptr->name)) { in uid_from_user() 415 if (ptr->valid == INVALID) in uid_from_user() [all …]
|
| H A D | pwcache.h | 63 int valid; /* is this a valid or a miss entry */ member 69 int valid; /* is this a valid or a miss entry */ member
|
| /dflybsd-src/lib/libc/rpc/ |
| H A D | clnt_simple.c | 65 int valid; /* Is this entry valid ? */ member 137 rcp->valid = 0; in rpc_call() 142 if (!(rcp->valid && rcp->pid == getpid() && in rpc_call() 149 rcp->valid = 0; in rpc_call() 177 rcp->valid = 1; in rpc_call() 179 rcp->valid = 0; in rpc_call() 191 rcp->valid = 0; in rpc_call()
|
| H A D | getnetpath.c | 56 int valid; /* token that indicates a valid netpath_vars */ member 99 np_sessionp->valid = NP_VALID; in setnetpath() 147 if (np_sessionp == NULL || np_sessionp->valid != NP_VALID) { in getnetpath() 200 if (np_sessionp == NULL || np_sessionp->valid != NP_VALID) { in endnetpath()
|
| H A D | getnetconfig.c | 111 int valid; /* token that indicates a valid netconfig_vars */ member 203 nc_vars->valid = NC_VALID; in setnetconfig() 239 switch (ncp->valid) { in getnetconfig() 350 if (nc_handlep == NULL || (nc_handlep->valid != NC_VALID && in endnetconfig() 351 nc_handlep->valid != NC_STORAGE)) { in endnetconfig() 359 nc_handlep->valid = NC_INVALID; in endnetconfig()
|
| /dflybsd-src/crypto/libressl/crypto/x509/ |
| H A D | x509_issuer_cache.c | 137 ret = found->valid; in x509_issuer_cache_find() 155 int valid) in x509_issuer_cache_add() argument 161 if (valid != 0 && valid != 1) in x509_issuer_cache_add() 173 new->valid = valid; in x509_issuer_cache_add()
|
| H A D | x509_issuer_cache.h | 35 int valid; /* Result of signature validation. */ member 43 int valid);
|
| /dflybsd-src/crypto/openssh/ |
| H A D | PROTOCOL.certkeys | 85 string valid principals 86 uint64 valid after 87 uint64 valid before 105 string valid principals 106 uint64 valid after 107 uint64 valid before 125 string valid principals 126 uint64 valid after 127 uint64 valid before 142 string valid principals [all …]
|
| H A D | auth-passwd.c | 81 int result, ok = authctxt->valid; in auth_password() 143 if (authctxt->valid) { in warn_expiry() 199 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd; in sys_auth_passwd() 212 if (authctxt->valid && pw_password[0] && pw_password[1]) in sys_auth_passwd()
|
| /dflybsd-src/stand/boot/common/ |
| H A D | isapnp.c | 94 int i, bit, valid = 0, sum = 0x6a; in isapnp_get_serial() local 106 valid = valid || bit; in isapnp_get_serial() 115 valid = valid && (data[8] == sum); in isapnp_get_serial() 117 return valid; in isapnp_get_serial()
|
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_bzip2.c | 56 char valid; /* True = decompressor is initialized */ member 237 if (!state->valid) { in bzip2_filter_read() 277 state->valid = 1; in bzip2_filter_read() 317 state->valid = 0; in bzip2_filter_read() 347 if (state->valid) { in bzip2_filter_close() 357 state->valid = 0; in bzip2_filter_close()
|
| H A D | archive_write_set_format_7zip.c | 114 int valid; member 1623 lastrm->valid = 0; in compression_unsupported_encoder() 1636 if (lastrm->valid) in compression_init_encoder_copy() 1638 lastrm->valid = 1; in compression_init_encoder_copy() 1673 lastrm->valid = 0; in compression_end_copy() 1687 if (lastrm->valid) in compression_init_encoder_deflate() 1714 lastrm->valid = 1; in compression_init_encoder_deflate() 1768 lastrm->valid = 0; in compression_end_deflate() 1784 if (lastrm->valid) in compression_init_encoder_deflate() 1800 if (lastrm->valid) in compression_init_encoder_bzip2() [all …]
|
| /dflybsd-src/lib/libnvmm/ |
| H A D | libnvmm_x86.c | 1066 bool valid:1; member 1119 .valid = true, 1130 .valid = true, 1142 .valid = true, 1158 .valid = true, 1169 .valid = true, 1185 .valid = true, 1196 .valid = true, 1212 .valid = true, 1221 .valid = true, [all …]
|
| /dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_aic.c | 34 HAL_BOOL valid; member 228 if (cal_sram[i].valid) { in ar9300_aic_find_valid() 236 if (cal_sram[i].valid) { in ar9300_aic_find_valid() 304 cal_sram[i].valid = MS(value, AR_PHY_AIC_SRAM_VALID); in ar9300_aic_cal_post_process() 319 cal_sram[i].valid, in ar9300_aic_cal_post_process() 322 if (cal_sram[i].valid) { in ar9300_aic_cal_post_process() 339 if (cal_sram[i].valid) { in ar9300_aic_cal_post_process() 441 aic_sram[i].sram.valid = 1; in ar9300_aic_cal_post_process() 459 SM(aic_sram[i].sram.valid, in ar9300_aic_cal_post_process() 476 aic_sram[i].sram.valid, in ar9300_aic_cal_post_process()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | logic.cc | 337 valid, enumerator 379 return valid; in analyze_pack() 397 return *b ? valid : invalid; in search_known_subsumptions() 441 if (r == valid) in analyze_disjunction() 492 return valid; in check_term() 512 if (r == valid) in check_goal() 540 if (r == valid) in check_proof() 548 return valid; in check_proof() 756 return r == valid; in prove_implication()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
| H A D | i386-modes.def | 58 Add CCA to indicate that only the Above flag is valid. 59 Add CCC to indicate that only the Carry flag is valid. 60 Add CCO to indicate that only the Overflow flag is valid. 61 Add CCP to indicate that only the Parity flag is valid. 62 Add CCS to indicate that only the Sign flag is valid. 63 Add CCZ to indicate that only the Zero flag is valid. */
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd.h | 151 bool valid = false; \ 154 valid = !get_user((dst), (wptr)); \ 157 valid = !get_user((dst), (wptr)); \ 161 valid; \
|
| /dflybsd-src/tools/regression/nfsmmap/ |
| H A D | README | 4 b_{valid,dirty}{off,end} fields of struct buf is consistent with the 9 with a valid range and a dirty range 14 valid, the VM system must re-read the invalid parts of the
|
| /dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
| H A D | i386-modes.def | 55 Add CCA to indicate that only the Above flag is valid. 56 Add CCC to indicate that only the Carry flag is valid. 57 Add CCO to indicate that only the Overflow flag is valid. 58 Add CCS to indicate that only the Sign flag is valid. 59 Add CCZ to indicate that only the Zero flag is valid. */
|
| /dflybsd-src/usr.sbin/sdpd/ |
| H A D | server.c | 240 srv->fdidx[unsock].valid = 1; in server_init() 251 srv->fdidx[l2sock].valid = 1; in server_init() 276 if (srv->fdidx[fd].valid) in server_shutdown() 315 assert(srv->fdidx[fd].valid); in server_do() 352 assert(!srv->fdidx[cfd].valid); in server_accept_client() 407 srv->fdidx[cfd].valid = 1; in server_accept_client() 437 assert(srv->fdidx[fd].valid); in server_process_request() 618 assert(srv->fdidx[fd].valid); in server_close_fd()
|
| /dflybsd-src/sys/dev/netif/oce/ |
| H A D | oce_hw.h | 613 uint32_t valid:1; member 637 uint32_t valid:1; 670 uint32_t valid:1; member 694 uint32_t valid:1; 714 uint8_t valid; /* Indicates if outer VLAN is valid */ member 738 uint32_t valid:1; member 757 uint32_t valid:1; 778 uint32_t valid:1; member 795 uint32_t valid:1; 1198 uint32_t valid:1; member [all …]
|