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

1234567891011>>

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c205 * a mblk for the last header fragment.
207 * the last fragment shares the same mblk
217 * reallocate the mblk for the last header fragment,
332 * This is the last fragment of the packet, so
391 * Attach the mblk to the last tx control block
438 * If new mblk has been allocted for the last header
511 * If it is the last fragment copied to the current tx buffer,
763 tx_context_t *last; local
770 * stored context data of the last context descriptor. The data
781 last
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c186 /* find the last fragment of the header */
207 * last header fragment:
208 * 1. the header is in multiple mblks and the last fragment
218 * reallocate the mblk for the last header fragment,
321 * This is the last fragment of the packet, so
380 * Attach the mblk to the last tx control block
421 * If new mblk has been allocted for the last header
537 * If new mblk has been allocted for the last header
609 * If it is the last fragment copied to the current tx buffer,
877 ixgbe_tx_context_t *last; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_queue.c498 * Compute the range spanned by two i/os, which is the endpoint of the last
509 zio_t *first, *last, *aio, *dio, *mandatory, *nio; local
519 first = last = zio;
535 * We keep track of the last non-optional I/O.
541 * recording the last non-option I/O.
545 IO_SPAN(dio, last) <= zfs_vdev_aggregation_limit &&
555 while ((first->io_flags & ZIO_FLAG_OPTIONAL) && first != last) {
563 while ((dio = AVL_NEXT(t, last)) != NULL &&
566 IO_GAP(last, dio) <= maxgap) {
567 last
[all...]
/illumos-gate/usr/src/cmd/eeprom/i386/
H A Dbenv.c347 add_comm(benv_des_t *bd, char *base, char *last, char **next, int *line) argument
353 for (p = base, lines = 0; p < last; p++) {
469 * setprop! So, if the last thing we see is a newline we'll have to
578 add_cmd(benv_des_t *bd, char *last, char **next, int *line) argument
582 while (*next <= last && **next != COMM) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */
83 int last; /* true if processing last block */ member in struct:inflate_state
120 int back; /* bits back of last unprocessed length/lit */
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c648 /* Now allocate the last entry */
710 /* Now allocate the last entry */
989 int last=0; local
995 if(*p == '\0') last = 1;
1009 if(last) break;
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c60 char *last; local
73 t = tmdate(val, &last, (time_t*)0);
74 if(*last)
135 char *last; local
145 mode = strperm(val, &last,0);
146 if(*last)
253 nfp->last = "";
H A Dtypeset.c437 char *last = 0; local
581 if(last=strchr(name,'='))
582 *last = 0;
649 if(last)
650 *last = '=';
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c78 dp->last = fp->last;
146 char *next,*last; local
165 if(*(last=(char*)name)==0)
167 if(!(next=nextdot(last)))
180 last = dp->data;
194 last = 0;
204 if(!last)
206 else if(next= nextdot(last))
215 np = (*nfp->disc->createf)(nq,last,
[all...]
H A Dstreval.c812 Arith_t *arith_compile(const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
842 if(last)
843 *last = (char*)(cur.nextchr);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c76 * since last door_fd open so try re-opening door file.
496 nvpair_t *last = NULL, *nvp; local
505 while ((nvp = nvlist_next_nvpair(nvl, last)) != NULL) {
508 if (last != NULL && strcmp(last_attr, nvpair_name(last)) == 0)
510 last = nvp;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dof.c633 const dtrace_ecbdesc_t *edp, *last; local
669 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
670 stp != NULL; stp = dt_list_next(stp), last = edp) {
681 if ((edp = sdp->dtsd_ecbdesc) == last)
713 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
714 stp != NULL; stp = dt_list_next(stp), last = edp) {
727 if ((edp = stp->ds_desc->dtsd_ecbdesc) == last)
H A Ddt_pid.c607 char *c, *last = NULL, *end; local
611 last = c;
614 if (last == NULL || (*(++last) == '\0')) {
621 pid = strtol(last, &end, 10);
623 if (errno != 0 || end == last || end[0] != '\0' || pid <= 0) {
H A Ddt_subr.c751 char *last = strrchr(str, '/'); local
753 if (last == NULL)
756 return (last + 1);
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c1011 * set the large backskip of the header group to 0 (last 4 bytes).
1301 ea_object_t *ret_obj, *dst, *last; local
1303 for (ret_obj = last = NULL; src != NULL;
1304 last = dst, src = src->eo_next) {
1329 if (last != NULL) {
1330 last->eo_next = dst;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c432 const char *first, *last; /* The first and last matching suffixes */ local
448 * Given that the array of matches is sorted, the first and last
454 last = result->matches[result->nmatch - 1].suffix;
456 * Find the point at which the first and last matching strings
459 while(*first && *first == *last) {
461 last++;
592 * Recall the return value of the last call to cpl_complete_word().
598 * completions, as returned by the last call to
604 * function, or in the last cal
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c1026 int last; local
1028 last = w->_maxx;
1036 0xff, last * sizeof (cchar_t));
H A Dm_cc.c79 int last; local
89 /* In case of error, rewind string to the last character. */
90 last = string.used;
93 string.used = last;
218 int i, bytes, count, last; local
236 /* In case of error, rewind string to the last character. */
237 last = string.used;
242 string.used = last;
251 string.used = last;
493 * Return true if valid last colum
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Djoin.c469 outfield(Join_t* jp, int index, register int n, int last) argument
518 if (last)
545 last = cp[size-1];
549 cp[size-1] = last;
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c90 ipadm_if_info_t *last = NULL; local
136 last->ifi_next = ifp;
137 last = ifp;
252 ipadm_if_info_t *last = NULL; local
303 last = aifp;
340 if (last != NULL)
341 last->ifi_next = aifp;
344 last = aifp;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c935 char *last; local
937 strtok_r(policy->VAL_OCSP_BASIC.proxy, ":", &last);
938 proxy_port_s = strtok_r(NULL, "\0", &last);
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c336 do_range(psetid_t pset, processorid_t first, processorid_t last, int print) argument
343 for (cpu = first; cpu <= last; cpu++) {
350 warn(gettext("no processors in range %d-%d\n"), first, last);
856 processorid_t first, last; local
867 last = (processorid_t)
870 last < first || first < 0) {
877 if (do_range(pset, first, last, pflag))
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c414 * If more arguments than fits in argvec/argcount then ignore the last.
771 /* Look at the last and next to last character */
772 char *cp, *last, *nlast; local
779 last = str2;
782 nlast = last;
783 last = cp;
786 logmsg(LOG_DEBUG, "parse_ms: last <%c> nlast <%c>\n",
787 (last != NULL ? *last
831 char *cp, *last; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c110 int last = 0x7fffffff; local
300 first = last = atoi(p);
304 last = atoi(p2);
473 cap_read(first, last, filter, proc, flags);
690 * the last line generated is the line printed. Instead of changing each
709 * called from - it goes to the last setjmp().
809 "\t[ -p first[,last] ] # Select packet(s) to display\n");
H A Dsnoop_capture.c324 int first, int last, int flags)
450 if (cap && count >= last) {
480 * the last known timestamp if it is available.
680 cap_read(int first, int last, int filter, void (*proc)(), int flags) argument
686 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags);
323 scan(char *buf, int len, int filter, int cap, int old, void (*proc)(), int first, int last, int flags) argument

Completed in 120 milliseconds

1234567891011>>