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

1234567891011>>

/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c340 * the last line, don't write it out. Since we may add a
342 * that the last line is blank before we skip it.
414 register char *tok_beg; /* beginning of last token */
415 register char *tok_end; /* end of last token */
553 int last; local
555 last = NULL;
562 last = mesg;
564 if (last != NULL) {
565 dot = &message[last-1];
566 last
[all...]
H A Dlist.c443 register char **last; local
447 last = argv + argc - 1;
482 if (ap >= last) {
783 printf(gettext("Referencing beyond last message\n"));
/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/fs.d/
H A Dpreenlib.c226 struct rawdev *last, *rdp; local
231 for (last = NULL, rdp = *devlist; rdp; last = rdp, rdp = rdp->nxtrd) {
247 if (last) {
248 last->nxtrd = rdp->nxtrd;
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c367 hrtime_t last, now; local
563 last = gethrtime();
600 g_interval = now - last;
601 last = now;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c1033 static u_int last = 0xa5a5a5a5; local
1064 number = last;
1065 last *= calls;
1066 last++;
1067 number ^= last;
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c319 unsigned char *last; local
327 last = at;
331 *last++ = c;
337 memcpy(last, current, len);
338 last += len;
349 *last++ = c;
353 memcpy(last, current, len);
354 last += len;
360 *last = 0;
369 unsigned char *last; local
[all...]
/illumos-gate/usr/src/cmd/kvmstat/
H A Dkvmstat.c139 kstat_instance_t *last = NULL; local
150 last = ksi;
175 if (last == NULL) {
179 last->ksi_next = ksi;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c391 static int last = 0; local
398 last = 0;
413 last = index-1;
419 i = last;
468 last = i = upper;
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c72 int last; member in struct:class_type
353 cl[i].last = cl[i].first = (i ? cl[i-1].last : 1);
358 f[j].ept->volno = cl[i].last;
595 if (vol > cl[i].last)
596 cl[i].last = vol;
602 cl[nclass].last = vol;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.h73 void (*last)(void *); /* Call-back for last ref */ member in struct:ref_s
79 (container)->ref.last = (void (*)(void *))((inactive)); \
90 (container)->ref.last((container)); \
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c285 MBLKP mp, last, listhead = NULL; local
316 last = mp;
318 last->b_next = mp;
319 last = mp;
/illumos-gate/usr/src/uts/common/io/
H A Dbufmod.c94 mblk_t *sb_tail; /* first mblk of last message appended */
960 mblk_t *last; /* last mblk of current message */ local
999 * the first mblk of the last msgb added and call linkb on that
1000 * that last message, rather than performing the
1085 * It may be possible to append the wrapper to the last mblk
1093 for (last = mp; last->b_cont; last = last
[all...]
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c463 static amd_iommu_acpi_ivhd_t *last; local
470 ASSERT(last);
471 acpi_ivhdp = last;
472 last = NULL;
482 ASSERT(last == NULL);
548 last = acpi_ivhdp;
567 last = acpi_ivhdp;
580 last = acpi_ivhdp;
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_srq.c393 int i, len, last; local
398 last = srq->srq_wq_bufsz - 1;
399 for (i = 0; i < last; i++) {
403 srq->srq_wq_wqhdr->wq_tail = last;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxdate.c170 char* last; local
194 fix = tmxscan(s, &last, NiL, &t, now, 0);
195 if (t && !*last)
198 *e = last;
250 if (!*(last = (char*)s))
516 s = last;
1210 * disambiguate english "last ... in"
1326 * disambiguate "last" vs. { "previous" "final" }
1650 last = t;
1724 last
[all...]
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c222 reg Dbfile_t *last, *db; local
230 { for(last = NIL(Dbfile_t*), db = Dbfile; db; last = db, db = db->next)
241 else if(last) /* move-to-front heuristic */
242 { last->next = db->next;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c631 gptwocfg_handle_list_t *h, *last; local
636 h = last = gptwocfg_handle_list;
643 last->next = h->next;
656 last = h;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c723 page_t *last = last_page; local
724 page_t *pp = last;
732 last = pp = page_first();
743 if (pp == last)
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c196 sdt_probe_t *sdp = parg, *old, *last, *hash; local
214 last = NULL;
219 last = hash;
223 if (last != NULL) {
224 last->sdp_hashnext = sdp->sdp_hashnext;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c211 * the first and last differing characters. A clear-eol is used to
236 int col, last, tail, jump, count; local
254 last = newscr->_last[row];
255 if (COLS < last)
256 last = COLS;
272 if (last < tail + CEOL_SIZE)
279 for (jump = -1; col < last; ) {
286 if (last <= ++col)
320 while (col < last
345 *** hacks for writting into the last
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c401 * The last slot in the dispatch table is used to handle
925 * willing to "go async", and only allow the last command in a
929 * in a compound that "goes async" (the last one).
1245 int last; local
1247 last = first + nreq - 1;
1249 if ((first < SMB2__NCMDS) && (last < SMB2__NCMDS)) {
1250 for (i = first; i <= last; i++, ksr++) {
H A Dsmb_dispatch.c91 * last command in the reply chain.
1262 int last; local
1264 last = first + nreq - 1;
1266 if ((first < SMB_COM_NUM) && (last < SMB_COM_NUM)) {
1267 for (i = first; i <= last; i++, ksr++) {
/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);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_gld.c44 int ret, i, last; local
86 last = i40e->i40e_resources.ifr_nmacfilt_used - 1;
87 if (i != last) {
88 i40e_uaddr_t *src = &i40e->i40e_uaddrs[last];
93 * Set the multicast bit in the last one to indicate to ourselves that
96 bzero(&i40e->i40e_uaddrs[last], sizeof (i40e_uaddr_t));
97 i40e->i40e_uaddrs[last].iua_mac[0] = 0x01;
343 int last; local
367 last = i40e->i40e_resources.ifr_nmcastfilt_used - 1;
368 if (i != last) {
[all...]

Completed in 180 milliseconds

1234567891011>>