Searched refs:last (Results 501 - 525 of 601) sorted by relevance

<<2122232425

/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s762 aesenclast %KEY, %STATE / last round
847 aesdeclast %KEY, %STATE / last round
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c506 inline_struct(decl_list *dl, decl_list *last, int flag, int indent) argument
515 for (; dl != last; dl = dl->next) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c57 * to this end, we always look at the pid of the last caller.
58 * If the last client is no longer around, we record the new client.
162 /* Keep the "the last command modified the contents file ... */
392 /* Wait until DUMPTIMEOUT after last change before we pkgdump */
788 * lastentry always contains the last entry in the AVL tree.
1090 /* Anything before the last marker found in the log will be valid */
1232 time_since_(hrtime_t last) argument
1234 return (gethrtime() - last);
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c104 * 3 .. 258, the last 256 values correspond to the top 8 bits of
326 # define SEPARATOR(i, last, width) \
327 ((i) == (last)? "\n};\n\n" : \
593 /* Check that the bit counts in bl_count are consistent. The last code
713 int prevlen = -1; /* last emitted length */
758 int prevlen = -1; /* last emitted length */
801 * bl_order of the last bit length code to send.
806 int max_blindex; /* index of last bit length code of non zero freq */
871 int eof; /* true if this is the last block for a file */
885 * last tw
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h149 #define NEXT_ENTRY_PTR(ptr, first, last) \
150 ((ptr == last) ? first : (ptr + 1))
/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;
/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/libproc/common/
H A DPsymtab.c100 uintptr_t a, addr, *addrs, last = 0; local
125 if (last > addr)
128 addrs[naddrs++] = last = addr + phdr.p_memsz - 1;
153 if (last > addr)
156 addrs[naddrs++] = last = addr + phdr.p_memsz - 1;
2109 * One last check: we allow "a.out" to always alias the executable,
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c366 * value, this will also be part of the dumped key. The last "saltbits" of the
933 lasts = 0; /* indicate that this is last token */
1605 uint8_t last; local
1620 last = *mask;
1621 while (last != 0) {
1623 last = (last << 1) & 0xff;
3183 bail(dgettext(TEXT_DOMAIN, "save_assoc: last fputs"));
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c140 int i1, i2, i3, last; local
174 last = PAGESIZE / sizeof (uint64_t) / 64;
176 for (i1 = 0; i1 < last; i1++)
182 last = sizeof (uint64_t) / sizeof (uint8_t);
183 for (i2 = 0, mask = 0xff; i2 < last; i2++, mask <<= 8)
999 * will be written to the hardware in the next-to-last step below.
1405 * it's found, we swap the last entry with the current
1406 * one, set the last entry to zero, decrement the last
1617 * Else if this is the last entr
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1942 char *last = strrchr(apid, ':') + 1; local
1947 "last = %s\n\t\tapid = %s", last, apid);
1951 if (apid == NULL || last == NULL) {
1963 if (strncmp(node_addr, last, strlen(last)))
/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/uts/common/os/
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/uts/common/io/
H A Dlofi.c78 * device is closed for the last time, it will be cleaned up at that time. In
87 * last lofi_close will perform the unmapping and this lofi instance will be
94 * are no more IO requests. Since ls_cleanup is set, the last lofi_close
99 * calls to succeed and can have last lofi_close() to remove the instance.
292 boolean_t last = B_TRUE; local
297 last = B_FALSE;
302 for (i = 0; last && (i < OTYP_LYR); i++) {
304 last = B_FALSE;
308 return (!last);
631 * mount. In either case we set ls_cleanup so the last
[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/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/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/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c2464 device->last = NULL;
2583 device->last = NULL;
2655 device->last = NULL;
3661 device->last = NULL;
3663 } else if (device->last != NULL) { /* last node */
3664 device->last->next = cachep;
3665 device->last = cachep;
3669 device->last = cachep;
3958 device.last
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c508 /* Object is the last one in the list */
1794 obj_delay_freed.last = objp;
1797 obj_delay_freed.last->next = objp;
1798 obj_delay_freed.last = objp;
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dvi.c108 char last_find; /* last find command */
109 char last_cmd; /* last command */
112 int findchar; /* last find char */
115 int last_wind; /* last column in window */
116 int lastmotion; /* last motion */
120 int ocur_virt; /* old last virtual position */
124 int lastrepeat; /* last repeat count for motion cmds */
153 #define last_phys editb.e_peol /* last column in physical */
154 #define last_virt editb.e_eol /* last column */
155 #define lsearch editb.e_search /* last searc
674 register int last = isalph(tcur_virt-1); local
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_cursor.c82 * must be the same. For the last test, as the saved copy of the cursor
623 CURSOR copy, last; local
651 /* Save the last interesting cursor position. */
652 last = *cp;
677 * we're doing an insert, set the cursor to the last item and
695 use_last: *cp = last;
911 * the first/last of any on-page duplicates based on the flag
939 * first or last entry -- if a comparison
1114 * Return the last record.
1224 /* Continue from the last btre
[all...]
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c498 uint_t last_offset; /* last index into current dir block */
919 * we zero that part of the last page that's between EOF and
1294 * we zero that part of the last page that's between EOF and
1534 * accessing the last cached page for the current
2122 struct hio *fio, *nio, *tio, *prev, *last; local
2167 * The last processed I/O structure from the previous
2274 * Duplicate the last IO node to leave the sentinel alone.
2340 last = tio;
2350 if (nio == last) {
2354 /* sentinel last no
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c141 tid_t dw_mfgtid_last; /* last mfg'd type ID used */
1813 int last = -1; local
1825 if (dw->dw_nunres == last) {
1836 last = dw->dw_nunres;
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c730 /* If this command will consume the last CB, interrupt when done */
744 /* clear the suspend flag from the last submitted command */
1119 uint16_t last, curr, next; local
1125 last = ip->rx_last;
1131 lfd = &ip->rxb[last];
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c938 uint8_t last[sizeof (uint64_t)]; local
943 * 2) encode the last 64-bit word to a temp buffer
948 Encode64(last, &ctx->state.s64[3], sizeof (uint64_t));
949 bcopy(last, (uint8_t *)digest + 24, 4);

Completed in 186 milliseconds

<<2122232425