Searched refs:last (Results 476 - 500 of 601) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c288 obj->last = obj;
291 obj_list->last->next = obj;
292 obj_list->last = obj;
1061 i < (entry_num + 1); /* last one is for default */
1070 i < (entry_num + 1); /* last one is for default */
2021 map_pair->last = map_pair;
2024 map_list->last->next = map_pair;
2025 map_list->last = map_pair;
2086 obj->last = NULL;
H A Ditm_comp.y369 $$->next = $$->last = NULL;
389 $$->next = $$->last = NULL;
413 $$->next = $$->last = NULL;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c316 * we always put the bonus buffer after the last block
455 * dnode_destroy() to easily determine if the last child has
851 * A newly created dnode sets the objset pointer last of all to indicate
1236 * It's unsafe to release the last hold on a dnode by dnode_rele() or
1238 * prevent the dnode from moving, since releasing the last hold could
1316 * dbuf maintains a hold on the dnode. When the last child
1644 * the first and last indirect blocks can actually be written
1663 uint64_t first, last; local
1668 last = dn->dn_maxblkid >> epbs;
1670 last
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c2165 scf_simple_prop_t *last)
2177 * We're looking for the first property in this block if last is
2181 if (last == NULL) {
2203 * If last isn't NULL, then return the next prop in the property group,
2207 if (last->pr_next != NULL)
2208 return (last->pr_next);
2210 if (last->pr_pg->pg_next == NULL) {
2215 this = last->pr_pg->pg_next;
2164 scf_simple_app_props_next(const scf_simple_app_props_t *propblock, scf_simple_prop_t *last) argument
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/libshell/common/sh/
H A Dnvdisc.c656 * NV_LAST: Move or push <fp> to bottom of stack or delete last
1052 * if last==0 and first component of name is a reference, nv_bfsearch()
1055 Namval_t *nv_bfsearch(const char *name, Dt_t *root, Namval_t **var, char **last) argument
1098 if(last)
1099 *last = cp;
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c439 * The last NULL entry in the table is required to detect "end of table".
1416 lev = pev; /* last checked event */
1458 lev = pev; /* last checked event */
1475 * - if this is the last thread calling port_get(n) then wakeup the
1571 * 5. The event source callback function is the last opportunity for the
1626 * 5. The event source callback function is the last opportunity for the
1726 * - the event located at the head of the queue if 'last' pointer is NULL
1727 * - the next event after the event pointed by 'last'
1735 port_get_kevent(list_t *list, port_kevent_t *last) argument
1737 if (last
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c1041 int last, rc; local
1043 last = (iodev->si_open == fd && !fd->sf_next);
1045 if (last || (iodev->si_io->flag & NSC_REFCNT))
1914 * I/O device structure. If this is the last reference it
2099 * device structure. If this is the last reference it is
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c1368 static time_t last; local
1375 * message within the last second.
1382 if (last == now && lastfmt == fmt)
1385 last = now;
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c97 csd_t *i_cpr_storage_desc_end; /* one byte beyond last used descp */
98 csd_t *i_cpr_storage_desc_last_used; /* last used descriptor */
954 * from the last attempt to save sensitive pages
959 CPR_DEBUG(CPR_DEBUG7, "%s last ratio %ld%%\n", str, last_pcnt);
964 * pages * (last + [5%, 10%])
1768 int last; local
1792 last = strlen(es_prop) - 1;
1793 es_prop[last] = '3';
1887 /* set magic for the last descriptor */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c353 int last = 0; local
520 * If we have a stale door handle, give smf a last
532 if (!last) {
534 last++;
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s114 stb %l1, [%i2 + 1] ! store last byte
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c661 HDR *h, *srch, *last = NULL; local
669 last = srch;
678 SM_ASSERT(last != NULL);
679 last->h_link = h;
2251 ** length of last offending field, 0 if all ok.
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1424 * last. Optimization, so as not to use locks
1993 int tries, pend, last; local
1996 last = _sd_pending_iobuf();
1998 if (pend == last) {
2003 pend = last;
/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/sun4u/starfire/ml/
H A Ddrmach_asm.s347 ! read ensures that last write completed (has left queue in the PC chip)
/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/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/libbsm/
H A Dauditxml425 # strip off part of last word (already cut)
673 last;
973 last unless $entry;
/illumos-gate/usr/src/man/man1/
H A DMakefile186 last.1 \
/illumos-gate/usr/src/lib/libzfs/common/
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/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h535 meta_object_t *last; /* points to last obj in the list */ member in struct:obj_to_be_freed_list
542 meta_session_t *last; /* points to last session in the list */ member in struct:ses_to_be_freed_list
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib.c135 ctx->waitDone.first = ctx->waitDone.last = NULL;
259 ctx->waitDone.last = NULL;
410 * Hitting the end twice means that the last
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmisalign.s61 ldub [%o0],%o0 ! note this has to be done last.
/illumos-gate/usr/src/common/bignum/i386/
H A Dbignum_i386_asm.s961 cmp $1, %ecx / The last triangle term is special
1031 / Carry from last triangle term must participate in doubling,

Completed in 181 milliseconds

<<11121314151617181920>>