Searched refs:cmd_tail (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c83 static struct cmd *cmd_tail; variable in typeref:struct:cmd
198 cmd_tail = NULL;
224 cmd_tail = NULL;
258 cmd_tail = cmd;
260 cmd_tail->cmd_next = cmd;
261 cmd_tail = cmd;
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc1766 Cmd_line rule, cmd_tail, command = NULL; local
1778 command = cmd_tail = ALLOC(Cmd_line);
1780 cmd_tail->next = ALLOC(Cmd_line);
1781 cmd_tail = cmd_tail->next;
1783 *cmd_tail = *rule;
1786 cmd_tail->next = NULL;
1846 for (rule = command; rule != NULL; rule = cmd_tail) {
1847 cmd_tail = rule->next;
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c693 iprb_dma_t *cb = &ip->cmds[ip->cmd_tail];
700 ip->cmd_tail++;
701 ip->cmd_tail %= NUM_TX;
961 ip->cmd_head = ip->cmd_tail = 0;
H A Diprb.h80 uint16_t cmd_tail; member in struct:iprb

Completed in 73 milliseconds