Searched +defs:next +defs:command +defs:event (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 98 static int cmdsock = -1; /* command socket */ 710 check_to_advertise(struct phyint *pi, enum adv_events event) argument 717 pi->pi_name, (int)event, (int)old_state); 719 delay = advertise_event(pi, event, 0); 721 /* Make sure the global next event is updated */ 727 pi->pi_name, (int)event, (int)old_state, 734 * Return the number of milliseconds until next timeout (TIMER_INFINITY 736 * For the ADV_TIMER event the caller passes in the number of milliseconds 737 * since the last timer event i 740 advertise_event(struct phyint *pi, enum adv_events event, uint_t elapsed) argument 886 check_to_solicit(struct phyint *pi, enum solicit_events event) argument 1001 solicit_event(struct phyint *pi, enum solicit_events event, uint_t elapsed) argument 1202 uint_t next; local 1717 int command; local [all...] |
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | mr_sas.c | 467 uint16_t command; local 550 command = pci_config_get16(instance->pci_handle, 553 if (!(command & PCI_COMM_ME)) { 554 command |= PCI_COMM_ME; 557 PCI_CONF_COMM, command); 864 /* create devctl node for cfgadm command */ 875 /* create scsi node for cfgadm command */ 1130 "invalid detach command:0x%x", cmd)); 1178 "failed to abort previous syncmap command"); 1189 "failed to abort prevous AEN command"); 2646 struct mlist_head *pos, *next; local 4433 struct mlist_head *pos, *next; local 6586 struct mlist_head *pos, *next; local 7744 mrsas_service_evt(struct mrsas_instance *instance, int tgt, int lun, int event, uint64_t wwn) argument [all...] |
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | getline.c | 208 * undo command. It records a copy of the input line from before 209 * the command-mode action which edited the input line. 222 * needed by the vi-repeat-change command. 228 /* above command. */ 229 int input_curpos; /* Whenever vi command mode is entered, the */ 232 int command_curpos; /* Whenever vi command mode is entered, the */ 249 /* undo command. */ 251 /* repeat command. */ 252 int command; /* True in vi command member in struct:__anon4074 278 GlFdNode *next; /* The next in the list of nodes */ member in struct:GlFdNode 305 GlSignalNode *next; /* The next signal in the list */ member in struct:GlSignalNode 7624 int next = gl->editor == GL_EMACS_MODE ? local 7648 int next = gl_nth_word_start_backward(gl, count); local 8712 gl_watch_fd(GetLine *gl, int fd, GlFdEvent event, GlFdEventFn *callback, void *data) argument 8750 _gl_watch_fd(GetLine *gl, int fd, GlFdEvent event, GlFdEventFn *callback, void *data) argument 9078 gl_call_fd_handler(GetLine *gl, GlFdHandler *gfh, int fd, GlFdEvent event) argument [all...] |
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 942 mblk_t *next; local 968 curr = next) { 969 next = curr->b_next; 2202 * the 'ill_dlpi_deferred' chain is non-empty. This ensures that the next 2208 * state next state event, action 2383 * It returns the number of seconds (as a time_t) that the next frag timer 2387 * current_time and the time we schedule the next timeout. This isn't a 2434 * next timeout appropriately. 2820 * returns the next il 6870 int next; local 18285 ill_hook_event2str(nic_event_t event) argument 18310 ill_nic_event_dispatch(ill_t *ill, lif_if_t lif, nic_event_t event, nic_event_data_t data, size_t datalen) argument 18716 ilb_cmd_t command = *((ilb_cmd_t *)cmd_mp->b_rptr); local [all...] |
Completed in 2315 milliseconds