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

/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_tmplt.h94 uint32_t tvalue; member in struct:_q8_poll_hdr
H A Dql_misc.c906 uint32_t tvalue)
918 if ((data & tmask) != tvalue) {
947 if ((data & phdr->tmask) == phdr->tvalue)
950 phdr->tmask, phdr->tvalue)) {
998 phdr->tmask, phdr->tvalue))
1001 "tvalue] [0x%08x 0x%08x 0x%08x 0x%08x"
1005 phdr->tvalue);
1032 phdr->tmask, phdr->tvalue)) {
905 qla_poll_reg(qla_host_t *ha, uint32_t addr, uint32_t ms_to, uint32_t tmask, uint32_t tvalue) argument
/freebsd-10.0-release/lib/libjail/
H A Djail.c296 char *p, *ep, *tvalue; local
397 tvalue = alloca(fw + 1);
398 strlcpy(tvalue, avalue, fw + 1);
401 if (inet_pton(AF_INET, tvalue,
407 jp->jp_name, tvalue);
413 if (inet_pton(AF_INET6, tvalue,
419 jp->jp_name, tvalue);
727 char *value, *tvalue, **values; local
827 tvalue = value;
829 strcpy(tvalue, value
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dgimple-low.c569 tree tvalue = TREE_OPERAND (TREE_VALUE (t), 0); local
570 if (tvalue && TREE_CODE (tvalue) == MODIFY_EXPR)
571 tvalue = TREE_OPERAND (tvalue, 1);
573 if (value == tvalue)
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c85 char *tname = NULL, *tvalue = NULL; local
87 if(value && !(tvalue = BUF_strdup(value))) goto err;
92 vtmp->value = tvalue;
99 if(tvalue) OPENSSL_free(tvalue);
/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.c88 const char *tvalue; local
286 tvalue = optarg;
287 if (strcmp(tvalue, "enable") != 0 &&
288 strcmp(tvalue, "disable") != 0) {
538 if (strcmp(tvalue, "enable") == 0) {
545 } else if (strcmp(tvalue, "disable") == 0) {
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c530 unsigned int tvalue; member in struct:asm_opcode
11233 inst.instruction = opcode->tvalue;
14275 inst.instruction = opcode->tvalue;

Completed in 328 milliseconds