Searched defs:last (Results 426 - 441 of 441) sorted by relevance

<<1112131415161718

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h59 #define TCP_BUF_FLAG_L4_RESERVED2 0x08 /* used only in Miniport as 'last post' */
148 char *last; member in struct:_lm_tcp_qe_buffer_t
434 /* buffer of cqes that represent the last X cqes received */
443 * the last tcp buffer of the application buffer */
448 * the last tcp buffer of the application buffer */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c835 * execution exists, it would be performed if this was the last
853 * was last - if so we need to execute the command.
870 * was the last reader. Claims and releases the execution queue lock
1517 * iterator. If returned *ppos == NULL this means that the last element has been
1545 /* If it's the last step - return NULL */
2277 * then user want to wait until the last command is done.
2315 * if the last operation has completed successfully and there are no
2316 * more elements left, positive value if the last operation has completed
2363 /* Add all but the last VLAN-MAC to the execution queue without actually
3019 * @last
3023 ecore_mcast_get_next_bin(struct ecore_mcast_obj *o, int last) argument
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h175 uint32_t last; /* last config index */ member in struct:cistpl_config_t
1009 #define CISTPL_SPCL_SEQ_END 0x080 /* last tuple in sequence */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c404 * the last 32K strings. An index in this array is thus a
544 int last_eob_len; /* bit length of EOB code for last block */
558 * Number of valid bits in bi_buf. All bits above the last
812 * (except for the last MIN_MATCH-1 bytes of the input file).
981 * Insert all strings in the hash table (except for the last
1053 /* Flush the last buffer: */
2154 * enough lookahead, the last two strings are
2322 * .. 258, the last 256 values correspond to the top 8 bits of the 15
2774 * last code must be all ones.
2906 int prevlen = -1; /* last emitte
4182 uInt last; /* true if this block is the last block */ member in struct:inflate_blocks_state
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c741 /* Store holder in last slot. */
5509 * One last release because either the loop bumped it up, or we never
6272 int last; local
6389 last = (V4_MORE_FRAGS(iph) == 0);
6393 lastbyte, last, iph->ipha_ident, mp);
6399 last = (fraghdr->ip6f_offlg & IP6F_MORE_FRAG) == 0;
6403 firstbyte, lastbyte, last, fraghdr->ip6f_ident, fraghdr,
6673 if (last)
6694 cmn_err(CE_WARN, "Fragment cached, last not yet seen.\n");
6760 * Note, this can happen when the last fra
[all...]
H A Dip_if.c526 * enqueued the ioctl when we did the ipsq_flush last time.
1114 * ipif_down_tail will call arp_ll_down on the last ipif
2869 * Check that the first character is [a-zA-Z], and that the last
3046 /* Generate one last event for this ill. */
4071 * the last reference to be released, there is a chance of recursive mutex
4893 /* This is the last ipif going down or being deleted on this ill */
5293 * the last reference to be released there is a chance of recursive mutex
9330 * for the last 4 args to ipif_lookup_name.
12147 * If this is the last ipif that is going down and there are no
12154 * If this was the last ipi
13664 char last; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2205 /* recurse to last action in tree */
2887 uint32_t first, last; local
2932 * get last occurence of value for this range.
2936 last = y - 1;
2963 printrange(fp, first, last);
3602 * last instance of the printed filter.
3684 * if not printall advance filter parameter to last instance of this
4775 /* if read the last line */
5010 /* no comma, advance to char past value last read */
9114 if (x == 5) { /* 10 secs since start/last messag
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c1407 mdi_client_t *last; local
1415 last = NULL;
1421 last = next;
1427 if (last == NULL) {
1430 last->ct_hnext = ct->ct_hnext;
2148 * NOTE: last pathinfo node of an opened client device may
2192 * last known selected path
2265 * mdi_pathinfo node starting from last known selected path
3123 * is the last path to the device
3263 * Client lost its last pat
[all...]
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c209 /* last devinfo node/minor processed. used for performance */
1414 * If this wasn't the last process to run,
2138 char *last; local
2152 last = strchr(mdir, ':');
2154 if (last == NULL) {
2155 last = mdir + strlen(mdir);
2158 (void) strncpy(cdir, mdir, last - mdir);
2159 cdir[last - mdir] = '\0';
3648 * Wait MAX_IDLE_DELAY seconds after getting the last flush
3897 * DEV_LOCK_FILE. The process id of the current and last proces
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c316 struct roffnode *last; /* leaf of stack */ member in struct:roff
322 const char *current_string; /* value of last called user macro */
324 struct tbl_node *last_tbl; /* last table parsed */
326 struct eqn_node *last_eqn; /* last equation parsed */
334 int argc; /* number of args of the last macro */
808 assert(r->last);
809 p = r->last;
811 r->last = r->last->parent;
831 p->parent = r->last;
[all...]
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2003 struct free_tsb *freelist, *last, *next; local
2078 last = freelist = NULL;
2088 last = freelist = (struct free_tsb *)tsbinfop->tsb_va;
2090 last->next = (struct free_tsb *)tsbinfop->tsb_va;
2091 last = last->next;
2093 last->next = NULL;
2094 last->tsbinfop = tsbinfop;
6053 * physical page was last or is currently
8171 * Decrease p_szc field starting from the last constituen
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c297 NULL, 0, NULL, 0 /* must be last */
305 NULL, 0, NULL, 0 /* must be last */
311 NULL, 0, NULL, 0 /* must be last */
6525 * the last mount field of the superblock is unchanged
8383 BAM_DPRINTF(("%s: last line in entry\n", fcn));
8389 BAM_DPRINTF(("%s: last line in menu\n", fcn));
9260 line_t *last; local
9281 found = last = NULL;
9286 last = lp; /* track the last globa
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c735 * take the longest, so we perform them last.
2289 int64_t this = 1, last, next; local
2302 if (value < (last = this))
2326 return (base + (value - last) / (this / nbuckets));
2330 last = this;
4366 * is DIF_SUBR_STRRCHR, we will look for the last occurrence
5216 * character is the last character in the basename.
5227 * Starting from the last character in the basename, move
5242 * character is the last character in the dirname.
5291 * "/basename".) In this case, the last
10884 dtrace_action_t *action, *last; local
12928 dtrace_actdesc_t *act, *first = NULL, *last = NULL, *next; local
14801 dtrace_helper_action_t *last = NULL, *h, *next; local
14893 dtrace_helper_action_t *helper, *last; local
15548 dtrace_helper_action_t *helper, *new, *last; local
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1707 zone_fsopt_t *last, *old, *new; local
1709 last = tabptr->zone_fs_options;
1710 for (old = last; old != NULL; old = old->zone_fsopt_next)
1711 last = old; /* walk to the end of the list */
1718 if (last == NULL)
1721 last->zone_fsopt_next = new;
1728 zone_fsopt_t *last, *this, *next; local
1730 last = tabptr->zone_fs_options;
1731 for (this = last; this != NULL; this = this->zone_fsopt_next) {
1737 last
3585 struct zone_rctlvaltab *last, *old, *new; local
3609 struct zone_rctlvaltab *last, *this, *next; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1126 ql_link_t *last; member in struct:ql_head
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1859 uint32_t last:1; /* Last entry in SGL */ member in struct:ULP_SGE_64
1866 uint32_t last:1; /* Last entry in SGL */ member in struct:ULP_SGE_64

Completed in 244 milliseconds

<<1112131415161718