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

<<1112131415161718

/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c264 uintptr_t addr, eaddr, ap, last; local
294 last = (uintptr_t)addr + offsetof(dtrace_aggregation_t, dtag_action);
312 if (ap == last)
345 if (ap == last)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c63 * structure's last member. These declarations most often look like:
75 * memory dereference. ISO C99 calls the last member in such a structure
98 * followed by an array of that type's last member, or some other larger type
612 mdb_ctf_id_t type, ulong_t off, void *last)
614 *((mdb_ctf_id_t *)last) = type;
621 * the members; if the structure has more than one member, and the last member
631 mdb_ctf_id_t last; local
640 mdb_ctf_type_invalidate(&last);
641 mdb_ctf_member_iter(type, typegraph_lastmember, &last);
643 if (!mdb_ctf_type_valid(last))
611 typegraph_lastmember(const char *name, mdb_ctf_id_t type, ulong_t off, void *last) argument
686 mdb_ctf_id_t last; local
1546 typegraph_stat_time(int last) argument
1603 tg_todo_t *first = NULL, *last = NULL, *free = NULL, *this = NULL; local
[all...]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c212 /* out. Retains last line changed as current line. */
731 /* get last mod time of file */
1218 * since last update, save in ed.hup, or $HOME/ed.hup
1509 static char savcmd[LBSIZE]; /* last command */
2180 * input with last regular expression encountered
2928 int n, last, i; local
2931 last = i = 0;
2934 if ((n = numb()) <= last || i >= 20) {
2938 f->Ftabs[i++] = last = n;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c125 ID last; /* ID of last lit exp in position set */ member in struct:Positionset
190 (rps)->count = 0, (rps)->last = -1
195 (rps)->base[n].id = (rps)->last;\
196 (rps)->last = (n);\
627 for (i = fpos->last; i > 0; i = fpos->base[i].id) {
657 for (j = ps->last; j > 0; p++, j = q->id) {
754 for (n = ps->last; n > 0; n = ps->base[n].id) {
1694 * Find end of the last
1853 /* Note: bufend is 1 past last goo
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c3114 struct hwc_spec *hwc, *last; local
3118 last = hwc;
3119 last->hwc_next = spec;
3217 /* put "class=" entries last (lower pri if dups) */
H A Ddumpsubr.c306 cbuf_t *last; /* last in list */ member in struct:cqueue
346 int sec_done; /* dump progress last report time */
1691 if (cq->last == NULL)
1694 cq->last->next = cp;
1695 cq->last = cp;
1719 cq->last = NULL;
2323 * percent, or when no update has been drawn in the last
2462 /* the last page was done */
2980 * Write out all undelivered messages. This has to be the *last*
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h379 int last; /* last contained group number */ member in struct:Group_s
543 int error; /* last error */
547 Rex_t done; /* the last continuation */
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c3203 * if number of unexpected interrupts in the last SPUR_PERIOD ns
3208 /* last unexpected interrupt was long ago */
3212 /* last unexpected interrupt was recently */
3349 * If it was the last byte of the data block cleanup,
3569 static long last; local
3584 * - last and lastfmt - unprotected. However, this will not do
3589 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(last, lastfmt))
3595 if ((last == (now & ~1)) && (lastfmt == fmt))
3598 last = now & ~1;
3870 * - if last mbl
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c335 /* Default channel for everything else is the last channel */
2421 uint_t last; local
2430 last = sgl_type & SGL_LAST;
2486 stage_sge.last = 0;
2522 if (last) {
2523 stage_sge.last = 1;
2735 stage_sge.last = 0;
2750 stage_sge.last = 0;
2781 stage_sge.last = 0;
2814 stage_sge.last
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c2112 * whatever the last arg that we have is.
2208 * If we've reached here, then we need to try and tab complete the last
2882 * manually walk the arguments to find both the first and last
2919 char **fmts, *last, *dest, f; local
2951 last = dest;
3042 fmts[nfmts++] = last;
3043 last = dest;
3112 mdb_printf("%s", last);
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c298 { "last-Sunday", TM_SUNDAY },
299 { "last-Monday", TM_MONDAY },
300 { "last-Tuesday", TM_TUESDAY },
301 { "last-Wednesday", TM_WEDNESDAY },
302 { "last-Thursday", TM_THURSDAY },
303 { "last-Friday", TM_FRIDAY },
304 { "last-Saturday", TM_SATURDAY },
1387 * last-Sunday
1951 register long last = 0; local
1957 trans[i] = tadd(trans[i], last);
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.h255 struct tbl_cell *last; member in struct:tbl_row
293 struct tbl_dat *last; member in struct:tbl_span
354 struct eqn_box *last; /* last child node */ member in struct:eqn_box
403 ESCAPE_NOSPACE, /* suppress space if the last on a line */
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c87 static int sec_done; /* progress last report time */
462 long last = corehdr.dump_npages - 1; local
468 while (last >= first) {
469 middle = (first + last) / 2;
476 last = middle - 1;
586 * Leave room for corehdr, it is updated and written last
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4172 zprop_list_t **last, **start; local
4202 for (last = start; *last != NULL;
4203 last = &(*last)->pl_next) {
4204 if (strcmp((*last)->pl_user_prop,
4209 if (*last == NULL) {
4221 *last = entry;
H A Dlibzfs_pool.c721 zprop_list_t **last; local
727 last = plp;
728 while (*last != NULL)
729 last = &(*last)->pl_next;
744 *last = entry;
745 last = &entry->pl_next;
787 *last = entry;
788 last = &entry->pl_next;
1902 * If it starts with a slash, check the last componen
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c251 * array to 64K, this link is maintained only for the last 32K strings.
369 int last_eob_len; /* bit length of EOB code for last block */
380 /* Number of valid bits in bi_buf. All bits above the last valid bit
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
563 * (except for the last MIN_MATCH-1 bytes of the input file).
766 /* If we came back in here to get the last output from
1391 * enough lookahead, the last two strings are not inserted in
1535 * 3 .. 258, the last 256 values correspond to the top 8 bits of
1951 /* Check that the bit counts in bl_count are consistent. The last code
2070 int prevlen = -1; /* last emitte
3081 uInt last; /* true if this block is the last block */ member in struct:inflate_blocks_state
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c660 fc_ulp_list_t *last; local
662 for (last = NULL, list = fctl_ulp_list; list != NULL;
667 last = list;
671 if (last) {
672 last->ulp_next = list->ulp_next;
747 fc_ulp_list_t *last; local
752 for (last = NULL, list = fctl_ulp_list; list != NULL;
757 last = list;
761 if (last) {
762 last
2877 fc_ulp_ports_t *last; local
2927 fc_ulp_ports_t *last; local
3503 fc_remote_port_t *last; local
3558 fc_remote_port_t *last; local
3688 fc_remote_port_t *last; local
3806 fc_remote_port_t *last; local
[all...]
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h297 * This method gives a user a fine grained view of the last minute,
679 time32_t last_change; /* last state/condition change */
803 int last; member in struct:resizable_bd_list
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c2607 /* the following line must always be last */
3252 uint64_t last, now; local
3287 last = prog->stat->nbytes[i];
3292 if (now <= last) {
4122 uint64_t last, now; local
4126 last = prog->stat->nbytes[cpuid];
4145 if (now <= last) {
4153 last = now;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c823 spa_get_errlists(spa_t *spa, avl_tree_t *last, avl_tree_t *scrub) argument
827 bcopy(&spa->spa_errlist_last, last, sizeof (avl_tree_t));
2570 "loaded as it was last accessed by "
5584 * vdev in the list to be the oldest vdev, and the last one to be
5607 vdev_t *last = vd->vdev_child[vd->vdev_children - 1]; local
5609 if (last->vdev_unspare) {
5611 newvd = last;
5613 oldvd = last;
5635 if (newvd->vdev_isspare && last->vdev_isspare &&
5636 vdev_dtl_empty(last, DTL_MISSIN
[all...]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c1176 * start from where last searched if the minctg >= lastctgcnt
1313 int last, hi; local
1352 last = i;
1353 mtype16m = last;
1354 mp[last].mnr_next = -1;
1360 if (mp[j].mnr_pfnlo > mp[last].mnr_pfnlo &&
1366 mp[hi].mnr_next = last;
1367 last = hi;
1369 mtypetop = last;
2508 * the io_pool. Start the search where the last searc
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c549 /* forked since our last bind -- initiate handle close */
1282 * Called when an object is removed from the handle. On the last remove,
5443 int last; local
5488 last = REP_PROTOCOL_ENTITY_PROPERTY;
5490 last = REP_PROTOCOL_ENTITY_PROPERTYGRP;
5492 last = REP_PROTOCOL_ENTITY_INSTANCE;
5494 last = REP_PROTOCOL_ENTITY_SERVICE;
5496 last = REP_PROTOCOL_ENTITY_SCOPE;
5498 last = REP_PROTOCOL_ENTITY_NONE;
5516 if (last !
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c217 /* last call to gl_interpret_char(). */
225 KtAction action; /* The last action function that made a */
239 /* last call to gl_interpret_char(). */
253 int find_forward; /* True if the last character search was in the */
255 int find_onto; /* True if the last character search left the */
258 char find_char; /* The last character sought, or '\0' if no */
384 char *term; /* The terminal type specified on the last call */
449 long last_search; /* The value of keyseq_count during the last */
506 int last_signal; /* The last signal that was caught by */
507 /* the last cal
4669 int last = gl_nth_word_end_forward(gl, count); local
4705 int last = gl_nth_word_end_forward(gl, count); local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c638 * make certain that the last bits of the last byte of the bitmap
3280 int found, last; local
3301 last = 0;
3302 while (found && !last) {
3335 last = 1;
5472 * If this is the last one to complete, wakeup all processes waiting
5819 * Not overwriting all of the last FBA, so read in the
6240 if (ip->bi_master != ip) /* last ref to master side ip */
6247 * that should only be freed once when the last referenc
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h169 time_t last; /* time of last ping */ member in struct:rdc_if_s
445 * Dual use, the last acknowledged sequence number.

Completed in 272 milliseconds

<<1112131415161718