Home
last modified time | relevance | path

Searched refs:_cmd (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/sgs/crle/common/
H A Dprint.c228 char _cmd[PATH_MAX], *cmd; in scanconfig() local
382 (void) snprintf(_cmd, PATH_MAX, MSG_ORIG(MSG_CMD_CONF), in scanconfig()
384 cmd = strdupa(_cmd); in scanconfig()
393 (void) snprintf(_cmd, PATH_MAX, MSG_ORIG(MSG_CMD_FLAGS), in scanconfig()
396 cmd = strdupa(_cmd); in scanconfig()
442 (void) snprintf(_cmd, PATH_MAX, in scanconfig()
444 cmd = strdupa(_cmd); in scanconfig()
448 (void) snprintf(_cmd, PATH_MAX, in scanconfig()
450 cmd = strdupa(_cmd); in scanconfig()
487 (void) snprintf(_cmd, PATH_MAX, in scanconfig()
[all …]
/titanic_50/usr/src/cmd/cpc/cputrack/
H A DMakefile53 POFILE = $(PROG)_cmd.po
/titanic_50/usr/src/cmd/mkfifo/
H A DMakefile51 POFILE= $(PROG)_cmd.po
/titanic_50/usr/src/cmd/mkdir/
H A DMakefile53 POFILE= $(PROG)_cmd.po
/titanic_50/usr/src/cmd/cpc/cpustat/
H A DMakefile71 POFILE = $(PROG)_cmd.po
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h196 #define SET_DEBUG_OOO_INFO(_isle, _cmd, _data) \ argument
197 …(_isle)->recent_ooo_combined_cqe = ((((_cmd) << TOE_RX_CQE_COMPLETION_OPCODE_SHIFT) & TOE_RX_CQE_C…
/titanic_50/usr/src/cmd/cron/
H A DMakefile59 POFILE= $(PROG1)_cmd.po
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_stats.c54 #define LM_STATS_DO_IF_SF(_pdev,_cmd) if( !_pdev->hw_info.mf_info.multi_vnics_mode ){ _cmd; } ; argument
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c66 #define ecore_sp_post(_pdev, _cmd , _cid, _data, _con_type) \ argument
67 lm_sq_post(_pdev, _cid, (u8)(_cmd), CMD_PRIORITY_NORMAL, _con_type, \
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2941 #define LM_TCP_SET_CQE(_param, _cid, _cmd) \ in lm_tcp_comp_cb() argument
2943 (((_cmd) << TOE_RX_CQE_COMPLETION_OPCODE_SHIFT) & TOE_RX_CQE_COMPLETION_OPCODE); in lm_tcp_comp_cb()