Home
last modified time | relevance | path

Searched refs:last_cmd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y22 struct cmd *last_cmd; variable
409 last_cmd = nc;
436 cmds = last_cmd = c;
438 last_cmd->c_next = c;
439 last_cmd = c;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dvi.c104 char last_cmd; /* last command */ member
388 if( vp->last_cmd == '\0' ) in ed_viread()
392 vp->last_cmd = 'i'; in ed_viread()
491 vp->last_cmd = 'i'; in ed_viread()
773 c = vp->last_cmd; in cntlmode()
792 vp->last_cmd = c; in cntlmode()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c489 bool last_cmd = FALSE; in i40e_read_nvm_buffer_aq() local
510 last_cmd = TRUE; in i40e_read_nvm_buffer_aq()
513 data + words_read, last_cmd); in i40e_read_nvm_buffer_aq()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_e610.c3334 bool last_cmd; in ixgbe_read_flat_nvm() local
3357 last_cmd = !(bytes_read + read_size < inlen); in ixgbe_read_flat_nvm()
3365 data + bytes_read, last_cmd, in ixgbe_read_flat_nvm()
3372 } while (!last_cmd); in ixgbe_read_flat_nvm()