Searched refs:sc_cmd (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/saf/ |
H A D | readtab.c | 195 free(sp->sc_cmd); 307 free(tsp->sc_cmd); in purge() 357 …size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SL… in dump_table() 363 sp->sc_flags, sp->sc_rsmax, sp->sc_pstate, sp->sc_cmd, sp->sc_comment); in dump_table()
|
H A D | util.c | 216 if ((sp->sc_cmd = malloc((unsigned) (strlen(p) + 1))) == NULL) { 224 (void) strcpy(sp->sc_cmd, p);
|
H A D | structs.h | 58 char *sc_cmd; /* command */ member
|
H A D | sacadm.c | 1010 sp->sc_flags, sp->sc_rsmax, SSTATE, sp->sc_cmd, sp->sc_comment); 1012 free(sp->sc_cmd);
|
H A D | sac.c | 679 char *p = sp->sc_cmd; /* working pointer */ in mkargv()
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 444 swapctl(int sc_cmd, void *sc_arg, int *rv) in swapctl() argument 470 switch (sc_cmd) { in swapctl() 744 if (sc_cmd == SC_ADD) in swapctl() 776 if (sc_cmd == SC_REMOVE) in swapctl() 791 swapctl32(int sc_cmd, void *sc_arg, int *rv) in swapctl32() argument 818 switch (sc_cmd) { in swapctl32() 1050 if (sc_cmd == SC_ADD) in swapctl32() 1082 if (sc_cmd == SC_REMOVE) in swapctl32()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stropts.h | 322 int sc_cmd; /* ioctl command */ member
|
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath_var.h | 196 struct uath_cmd sc_cmd[UATH_CMD_LIST_COUNT]; member
|
H A D | uath.c | 1145 cmd = &sc->sc_cmd[sc->sc_cmdid]; in uath_cmdsend() 1435 cmd = &sc->sc_cmd[0]; in uath_cmd_rxeof() 1437 cmd = &sc->sc_cmd[hdr->msgid]; in uath_cmd_rxeof() 2219 err = uath_alloc_cmd_list(sc, sc->sc_cmd, UATH_CMD_LIST_COUNT, in uath_reconnect() 2315 uath_free_cmd_list(sc->sc_cmd, UATH_CMD_LIST_COUNT); in uath_disconnect() 3117 err = uath_alloc_cmd_list(sc, sc->sc_cmd, UATH_CMD_LIST_COUNT, in uath_attach() 3267 uath_free_cmd_list(sc->sc_cmd, UATH_CMD_LIST_COUNT); in uath_attach() 3317 uath_free_cmd_list(sc->sc_cmd, UATH_CMD_LIST_COUNT); in uath_detach()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 1018 sc->sc_cmd->type = LE_32(type); in ipw2100_cmd() 1019 sc->sc_cmd->subtype = LE_32(0); in ipw2100_cmd() 1020 sc->sc_cmd->seq = LE_32(0); in ipw2100_cmd() 1025 (void) memcpy(sc->sc_cmd->data, buf, len); in ipw2100_cmd() 1026 sc->sc_cmd->len = LE_32(len); in ipw2100_cmd() 1603 sc->sc_cmd = (struct ipw2100_cmd *)sc->sc_dma_cmd.dr_base; in ipw2100_ring_reset()
|
H A D | ipw2100_impl.h | 128 struct ipw2100_cmd *sc_cmd; member
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prsubr.c | 2683 strcmd.sc_cmd = TI_GETMYNAME; in prfdinfotlisockopt() 2693 strcmd.sc_cmd = TI_GETPEERNAME; in prfdinfotlisockopt()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | streamio.c | 3679 access = job_control_type(scp->sc_cmd); in strioctl() 6494 cmdp->cb_cmd = scp->sc_cmd; in strdocmd()
|