Home
last modified time | relevance | path

Searched refs:tvalue (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/lib/libjail/
H A Djail.c305 char *p, *ep, *tvalue; in jailparam_import() local
406 tvalue = alloca(fw + 1); in jailparam_import()
407 strlcpy(tvalue, avalue, fw + 1); in jailparam_import()
410 if (inet_pton(AF_INET, tvalue, in jailparam_import()
416 jp->jp_name, tvalue); in jailparam_import()
428 jp->jp_name, tvalue); in jailparam_import()
736 char *value, *tvalue, **values; in jailparam_export() local
836 tvalue = value; in jailparam_export()
838 strcpy(tvalue, values[i]); in jailparam_export()
840 tvalue += valuelens[i]; in jailparam_export()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dgimple-low.c569 tree tvalue = TREE_OPERAND (TREE_VALUE (t), 0); in lower_return_expr() local
570 if (tvalue && TREE_CODE (tvalue) == MODIFY_EXPR) in lower_return_expr()
571 tvalue = TREE_OPERAND (tvalue, 1); in lower_return_expr()
573 if (value == tvalue) in lower_return_expr()
/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_misc.c918 uint32_t tvalue) in qla_poll_reg() argument
930 if ((data & tmask) != tvalue) { in qla_poll_reg()
959 if ((data & phdr->tmask) == phdr->tvalue) in qla_poll_list()
962 phdr->tmask, phdr->tvalue)) { in qla_poll_list()
1010 phdr->tmask, phdr->tvalue)) in qla_poll_write_list()
1017 phdr->tvalue); in qla_poll_write_list()
1044 phdr->tmask, phdr->tvalue)) { in qla_poll_read_list()
H A Dql_tmplt.h96 uint32_t tvalue; member
/freebsd-12.1/sbin/tunefs/
H A Dtunefs.c91 const char *tvalue; in main() local
293 tvalue = optarg; in main()
294 if (strcmp(tvalue, "enable") != 0 && in main()
295 strcmp(tvalue, "disable") != 0) { in main()
545 if (strcmp(tvalue, "enable") == 0) { in main()
552 } else if (strcmp(tvalue, "disable") == 0) { in main()
/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c41 char *tname = NULL, *tvalue = NULL; in X509V3_add_value() local
46 if (value && (tvalue = OPENSSL_strdup(value)) == NULL) in X509V3_add_value()
54 vtmp->value = tvalue; in X509V3_add_value()
66 OPENSSL_free(tvalue); in X509V3_add_value()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-arm.c530 unsigned int tvalue; member
11279 inst.instruction = opcode->tvalue; in do_vfp_nsyn_opcode()
14320 inst.instruction = opcode->tvalue; in md_assemble()