Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c199 char _cmd[PATH_MAX], *cmd; in scanconfig() local
353 (void) snprintf(_cmd, PATH_MAX, MSG_ORIG(MSG_CMD_CONF), in scanconfig()
355 cmd = strdupa(_cmd); in scanconfig()
364 (void) snprintf(_cmd, PATH_MAX, MSG_ORIG(MSG_CMD_FLAGS), in scanconfig()
367 cmd = strdupa(_cmd); in scanconfig()
415 (void) snprintf(_cmd, PATH_MAX, in scanconfig()
417 cmd = strdupa(_cmd); in scanconfig()
421 (void) snprintf(_cmd, PATH_MAX, in scanconfig()
423 cmd = strdupa(_cmd); in scanconfig()
457 (void) snprintf(_cmd, PATH_MAX, in scanconfig()
[all …]
/illumos-gate/usr/src/cmd/mkdir/
H A DMakefile52 POFILE= $(PROG)_cmd.po
/illumos-gate/usr/src/cmd/mkfifo/
H A DMakefile51 POFILE= $(PROG)_cmd.po
/illumos-gate/usr/src/cmd/cpc/cputrack/
H A DMakefile41 POFILE = $(PROG)_cmd.po
/illumos-gate/usr/src/cmd/cpc/cpustat/
H A DMakefile75 POFILE = $(PROG)_cmd.po
/illumos-gate/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…
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker.h348 int kldsym(int _fileid, int _cmd, void *_data);
/illumos-gate/usr/src/cmd/cron/
H A DMakefile64 POFILE= $(PROG1)_cmd.po
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex681 \myfunc{mcp\_cmd}{mcp_cmd} -- this is the very core of message-passing from driver to MFW. Upper-l…
887 \item \myfunc{filter\_accept\_cmd}{filter_accept_cmd} -- configures the Rx mode of the device.
888 …ng this will re-set the Rx mode [this calls \texttt{ecore\_filter\_accept\_cmd()} as part of its w…
898 \item \myfunc{filter\_mcast\_cmd}{filter_mcast_cmd} -- configures a multicast filter.
1020 …\texttt{gl\_cmd\_pi} & The index in the status-block for CmdQ completions, suggested value 1 \\ \h…
1146 …\texttt{gl\_cmd\_pi} & The index in the status-block for CmdQ completions, suggested value 1 \\ \h…
/illumos-gate/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
/illumos-gate/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, \
/illumos-gate/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()