/illumos-gate/usr/src/lib/libipmi/common/ |
H A D | ipmi_lancfg.c | 102 ipmi_cmd_lan_get_config_t lcmd = { 0 }; in ipmi_lan_get_param() local 104 lcmd.ilgc_number = channel; in ipmi_lan_get_param() 105 lcmd.ilgc_param = param; in ipmi_lan_get_param() 106 lcmd.ilgc_set = set; in ipmi_lan_get_param() 107 lcmd.ilgc_block = block; in ipmi_lan_get_param() 112 cmd.ic_data = &lcmd; in ipmi_lan_get_param() 113 cmd.ic_dlen = sizeof (lcmd); in ipmi_lan_get_param() 164 ipmi_cmd_lan_set_config_t lcmd = { 0 }; in ipmi_lan_set_param() local 166 lcmd.ilsc_number = channel; in ipmi_lan_set_param() 167 lcmd.ilsc_param = param; in ipmi_lan_set_param() [all …]
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_mover.c | 2514 tlm_cmd_t *lcmd; /* Local command */ in mover_tape_reader() local 2524 lcmd = cmds->tcs_command; in mover_tape_reader() 2525 bufs = lcmd->tc_buffers; in mover_tape_reader() 2527 lcmd->tc_ref++; in mover_tape_reader() 2537 lcmd->tc_reader == TLM_RESTORE_RUN) { in mover_tape_reader() 2584 lcmd->tc_ref--; in mover_tape_reader() 2585 lcmd->tc_writer = TLM_STOP; in mover_tape_reader() 2663 tlm_cmd_t *lcmd; /* Local command */ in mover_socket_writer() local 2673 lcmd = cmds->tcs_command; in mover_socket_writer() 2674 bufs = lcmd->tc_buffers; in mover_socket_writer() [all …]
|
H A D | ndmpd_tar.c | 960 tlm_cmd_t *lcmd; /* Local command */ in ndmp_tar_writer() local 977 lcmd = cmds->tcs_command; in ndmp_tar_writer() 978 bufs = lcmd->tc_buffers; in ndmp_tar_writer() 980 lcmd->tc_ref++; in ndmp_tar_writer() 986 lcmd->tc_writer != (int)TLM_ABORT) { in ndmp_tar_writer() 1005 if (lcmd->tc_writer != TLM_BACKUP_RUN) { in ndmp_tar_writer() 1024 if (lcmd->tc_writer != (int)TLM_ABORT) { in ndmp_tar_writer() 1030 lcmd->tc_reader = TLM_STOP; in ndmp_tar_writer() 1031 lcmd->tc_ref--; in ndmp_tar_writer() 1076 tlm_cmd_t *lcmd; /* Local command */ in ndmp_tar_reader() local [all …]
|
H A D | ndmpd_tar3.c | 2229 tlm_cmd_t *lcmd; in backup_reader_v3() local 2247 lcmd = cmds->tcs_command; in backup_reader_v3() 2248 lcmd->tc_ref++; in backup_reader_v3() 2260 bp.bp_lcmd = lcmd; in backup_reader_v3() 2315 n = tlm_get_data_offset(lcmd); in backup_reader_v3() 2323 bpos = tlm_get_data_offset(lcmd); in backup_reader_v3() 2324 (void) write_tar_eof(lcmd); in backup_reader_v3() 2325 n = tlm_get_data_offset(lcmd) - bpos; in backup_reader_v3() 2342 lcmd->tc_writer = TLM_STOP; in backup_reader_v3() 2343 tlm_release_reader_writer_ipc(lcmd); in backup_reader_v3()
|
H A D | ndmpd_util.c | 1096 tlm_cmd_t *lcmd; in ndmp_wait_for_mover() local 1121 if ((lcmd = nlp->nlp_cmds.tcs_command) != NULL) { in ndmp_wait_for_mover() 1122 if (lcmd->tc_reader == TLM_STOP || in ndmp_wait_for_mover() 1123 lcmd->tc_reader == TLM_ABORT || in ndmp_wait_for_mover() 1124 lcmd->tc_writer == TLM_STOP || in ndmp_wait_for_mover() 1125 lcmd->tc_writer == TLM_ABORT) { in ndmp_wait_for_mover()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | Makefile | 45 $(" ")* -lcmd extern function prototypes 69 $(" ")* -lcmd function list -- define your own CMDLIST()
|
H A D | Mamfile | 469 exec - * -lcmd extern function prototypes 891 exec - * -lcmd function list -- define your own CMDLIST()
|
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 2327 tlm_cmd_t *lcmd; in ndmp_iter_zfs() local 2341 if ((lcmd = cmds->tcs_command) == NULL || in ndmp_iter_zfs() 2342 lcmd->tc_buffers == NULL) in ndmp_iter_zfs() 2358 &actual_size, lcmd)) != NULL) { in ndmp_iter_zfs() 2366 tlm_unget_read_buffer(lcmd->tc_buffers, actual_size); in ndmp_iter_zfs() 2392 lcmd))) != NULL) { in ndmp_iter_zfs() 2398 tlm_unget_read_buffer(lcmd->tc_buffers, sz - size); in ndmp_iter_zfs() 2514 tlm_cmd_t *lcmd; in ndmp_context_get_version() local 2523 if ((lcmd = cmds->tcs_command) == NULL || in ndmp_context_get_version() 2524 lcmd->tc_buffers == NULL) in ndmp_context_get_version() [all …]
|
H A D | tlm_backup_reader.c | 1364 tlm_cmd_t *lcmd; in ndmp_include_zfs() local 1378 if ((lcmd = cmds->tcs_command) == NULL || in ndmp_include_zfs() 1379 lcmd->tc_buffers == NULL) in ndmp_include_zfs() 1458 lcmd)) != NULL) { in ndmp_include_zfs() 1468 TRUE, lcmd))) != NULL) { in ndmp_include_zfs() 1474 tlm_unget_write_buffer(lcmd->tc_buffers, sz - size); in ndmp_include_zfs()
|
/illumos-gate/usr/src/cmd/ast/ksh/builtins/ |
H A D | Makefile | 120 LDLIBS += -lshell -lcmd -last -lumem
|
/illumos-gate/usr/src/cmd/ast/libshell/ |
H A D | Makefile.com | 47 LDLIBS += -lcmd -ldll -last -lsocket -lm -lc
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 26 SHOPT_CMDLIB_HDR == /* -lcmd builtin list (<cmdlist.h>) */
|
H A D | Mamfile | 81 bind -lcmd
|
H A D | RELEASE | 45 -lcmd from causing older non-plugin_version() aware ksh to dump core.
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | Makefile | 83 * ksh93 builtin command library -lcmd
|
H A D | package.sh | 44 then : no -lcmd conflict : 47 echo $command: $SHELL: warning: possible -lcmd conflict -- falling back to /bin/sh >&2
|
H A D | RELEASE | 20 12-02-29 package.sh: fix ksh vs -lcmd compatibility checks
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 2118 fct_cmd_t *lcmd = cmd->cmd_link; in fct_cmd_free() local 2119 fct_fill_abts_acc(lcmd); in fct_cmd_free() 2120 if (port->port_send_cmd_response(lcmd, in fct_cmd_free() 2133 fct_cmd_free(lcmd); in fct_cmd_free()
|