Searched refs:_cmd (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | print.c | 228 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 D | Makefile | 53 POFILE = $(PROG)_cmd.po
|
/titanic_50/usr/src/cmd/mkfifo/ |
H A D | Makefile | 51 POFILE= $(PROG)_cmd.po
|
/titanic_50/usr/src/cmd/mkdir/ |
H A D | Makefile | 53 POFILE= $(PROG)_cmd.po
|
/titanic_50/usr/src/cmd/cpc/cpustat/ |
H A D | Makefile | 71 POFILE = $(PROG)_cmd.po
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4st.h | 196 #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 D | Makefile | 59 POFILE= $(PROG1)_cmd.po
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_stats.c | 54 #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 D | ecore_sp_verbs.c | 66 #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 D | lm_l4sp.c | 2941 #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()
|