Home
last modified time | relevance | path

Searched refs:opname (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dbitops.c592 char *opname = c->argv[1]->ptr; in bitopCommand() local
603 if ((opname[0] == 'a' || opname[0] == 'A') && !strcasecmp(opname,"and")) in bitopCommand()
605 else if((opname[0] == 'o' || opname[0] == 'O') && !strcasecmp(opname,"or")) in bitopCommand()
607 else if((opname[0] == 'x' || opname[0] == 'X') && !strcasecmp(opname,"xor")) in bitopCommand()
609 else if((opname[0] == 'n' || opname[0] == 'N') && !strcasecmp(opname,"not")) in bitopCommand()
/f-stack/freebsd/sys/
H A Dlock.h140 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \ argument
142 CTR6(KTR_LOCK, opname " (%s) %s %p r = %d at %s:%d", \
147 #define LOCK_LOG_TRY(opname, lo, flags, result, file, line) do { \ argument
149 CTR6(KTR_LOCK, "TRY_" opname " (%s) %s %p result=%d at %s:%d",\
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h22 const char *opname);
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.h26 const char *opname);
/f-stack/dpdk/app/test/
H A Dtest_ring_stress_impl.h174 const char *fname, const char *opname) in check_ring_op() argument
178 fname, lc, opname, exp, res); in check_ring_op()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c47 #define DEFINEOP(opname, vtype) \ argument
52 } opname
54 #define DEFINEARROP(opname, vtype) \ argument
59 } opname
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c196 #define DEFINE_VMMOPS_IFUNC(ret_type, opname, args) \ argument
197 DEFINE_IFUNC(static, ret_type, vmmops_##opname, args) \
200 return (vmm_ops_intel.opname); \
202 return (vmm_ops_amd.opname); \
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3502 const char *opname; in create_parents() local
3536 opname = dgettext(TEXT_DOMAIN, "create"); in create_parents()
3542 opname = dgettext(TEXT_DOMAIN, "open"); in create_parents()
3547 opname = dgettext(TEXT_DOMAIN, "mount"); in create_parents()
3552 opname = dgettext(TEXT_DOMAIN, "share"); in create_parents()
3564 "failed to %s ancestor '%s'"), opname, target); in create_parents()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c2541 cmdline_fixed_string_t opname; member
2581 if (!strcmp(res->opname, "start")) in cmd_config_rxtx_queue_parsed()
2583 else if (!strcmp(res->opname, "stop")) in cmd_config_rxtx_queue_parsed()
2612 TOKEN_STRING_INITIALIZER(struct cmd_config_rxtx_queue, opname,
2635 cmdline_fixed_string_t opname; member
2695 opname, "deferred_start");