Home
last modified time | relevance | path

Searched refs:last (Results 201 – 225 of 836) sorted by relevance

12345678910>>...34

/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftmp.c65 reg File_t *ff, *last; local
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
79 { if(!last)
81 else last->next = ff->next;
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c169 char *last = NULL; in str_to_tpstr() local
179 tpstrp->template = _strtok_escape(buffer, sep, &last); in str_to_tpstr()
180 tpstrp->attrs = _strtok_escape(NULL, sep, &last); in str_to_tpstr()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltablib.c96 int i, last; in tconcat() local
100 last = luaL_opt(L, luaL_checkint, 4, luaL_len(L, 1)); in tconcat()
102 for (; i < last; i++) { in tconcat()
106 if (i == last) /* add last value (if interval was not empty) */ in tconcat()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_indirect_mapping.c178 uint64_t last = vim->vim_phys->vimp_num_entries - 1; in vdev_indirect_mapping_entry_for_offset_impl() local
188 while (last >= base) { in vdev_indirect_mapping_entry_for_offset_impl()
189 mid = base + ((last - base) >> 1); in vdev_indirect_mapping_entry_for_offset_impl()
198 last = mid - 1; in vdev_indirect_mapping_entry_for_offset_impl()
205 ASSERT3U(base, ==, last + 1); in vdev_indirect_mapping_entry_for_offset_impl()
206 ASSERT(mid == base || mid == last); in vdev_indirect_mapping_entry_for_offset_impl()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_addr.c294 unsigned char *last; local
298 last = (unsigned char *)loc1;
304 loc1 = (char *)last;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c79 int last; local
90 last = string.used;
93 string.used = last;
212 int i, bytes, count, last; local
233 last = string.used;
238 string.used = last;
247 string.used = last;
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_ranges.c108 struct ranges_entry *last = 0; in dwarf_get_ranges_a() local
371 last = re; in dwarf_get_ranges_a()
373 last->next = re; in dwarf_get_ranges_a()
374 last = re; in dwarf_get_ranges_a()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c614 *((mdb_ctf_id_t *)last) = type; in typegraph_lastmember()
631 mdb_ctf_id_t last; in typegraph_hasfam() local
643 if (!mdb_ctf_type_valid(last)) in typegraph_hasfam()
686 mdb_ctf_id_t last; in typegraph_type_offset() local
1546 typegraph_stat_time(int last) in typegraph_stat_time() argument
1566 if (last) in typegraph_stat_time()
1735 if (last == NULL) { in typegraph_pass1_node()
1736 first = last = todo; in typegraph_pass1_node()
1738 last->tgtd_next = todo; in typegraph_pass1_node()
1739 last = todo; in typegraph_pass1_node()
[all …]
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dsdt.c194 sdt_probe_t *sdp = parg, *old, *last, *hash; in sdt_destroy() local
212 last = NULL; in sdt_destroy()
217 last = hash; in sdt_destroy()
221 if (last != NULL) { in sdt_destroy()
222 last->sdp_hashnext = sdp->sdp_hashnext; in sdt_destroy()
/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c322 # define SEPARATOR(i, last, width) \ argument
323 ((i) == (last)? "\n};\n\n" : \
863 void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last) in _tr_stored_block() argument
867 int last; /* one if this is the last block for a file */
912 void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) in _tr_flush_block() argument
916 int last; /* one if this is the last block for a file */
972 _tr_stored_block(s, buf, stored_len, last);
979 send_bits(s, (STATIC_TREES<<1)+last, 3);
986 send_bits(s, (DYN_TREES<<1)+last, 3);
1001 if (last) {
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtree.c79 dp->last = fp->last; in create_tree()
147 char *next,*last; in nv_diropen() local
167 if(*(last=(char*)name)==0) in nv_diropen()
169 if(!(next=nextdot(last))) in nv_diropen()
182 last = dp->data; in nv_diropen()
196 last = 0; in nv_diropen()
206 if(!last) in nv_diropen()
208 else if(next= nextdot(last)) in nv_diropen()
218 if(*nfp->last == '[') in nv_diropen()
226 np = nv_search(last,dp->root,0); in nv_diropen()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c869 add_dir_entry(char *name, struct dir_entry **list, struct dir_entry **last) in add_dir_entry() argument
873 if ((*list != NULL) && (*last == NULL)) { in add_dir_entry()
878 *last = l; in add_dir_entry()
901 *list = *last = e; in add_dir_entry()
906 assert(*last != NULL); in add_dir_entry()
907 (*last)->next = e; in add_dir_entry()
908 *last = e; in add_dir_entry()
H A Dns_fnreaddir.c66 split_cname(const FN_composite_name_t *name, FN_composite_name_t **last,
300 split_cname(const FN_composite_name_t *name, FN_composite_name_t **last, in split_cname() argument
306 *last = fn_composite_name_suffix(name, iter); in split_cname()
308 if (*last == NULL || *lead == NULL) { in split_cname()
310 fn_composite_name_destroy(*last); in split_cname()
/illumos-gate/usr/src/lib/libgss/
H A Dg_utils.c63 static int last = 0; in __gss_read_qop_file() local
68 if (stat(QOP_NUM_FILE, &stbuf) != 0 || stbuf.st_mtime < last) { in __gss_read_qop_file()
74 last = stbuf.st_mtime; in __gss_read_qop_file()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.c72 z = vp->last; in _vm_resize()
73 vp->last = size; in _vm_resize()
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.S101 ldub [%o1-1], %o3 ! load last byte
102 stb %o3, [%o0-1] ! store last byte
104 ldub [%o1+2], %o3 ! load 2nd from last byte
105 stb %o3, [%o0-2] ! store 2nd from last byte
107 ldub [%o1+1], %o3 ! load 3rd from last byte
108 stb %o3, [%o0+1] ! store 3rd from last byte
110 ldub [%o1], %o3 ! load 4th from last byte
112 stb %o3, [%o0] ! store 4th from last byte
303 ldub [%o1-1], %o3 ! load last byte
304 stb %o3, [%o0-1] ! store last byte
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c396 char *last; in is_fssnap_dump() local
402 last = basename(disk); in is_fssnap_dump()
404 (isdigit(last[0]) == 0)) in is_fssnap_dump()
407 snapnum = atoi(last); in is_fssnap_dump()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h50 Op_arg_item _TKFAR *last; member
57 Op_row_link _TKFAR *last; member
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddev-options.rst29 .. option:: -f<name-of-the-pass>[-disable|-enable|=last]
31 If ``=last`` is used, all passes after the specified one are disabled.
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c777 ixgbe_tx_context_t *last; in ixgbe_check_context() local
796 last = &tx_ring->tx_context; in ixgbe_check_context()
798 if ((ctx->hcksum_flags != last->hcksum_flags) || in ixgbe_check_context()
799 (ctx->l4_proto != last->l4_proto) || in ixgbe_check_context()
800 (ctx->l3_proto != last->l3_proto) || in ixgbe_check_context()
801 (ctx->mac_hdr_len != last->mac_hdr_len) || in ixgbe_check_context()
802 (ctx->ip_hdr_len != last->ip_hdr_len) || in ixgbe_check_context()
803 (ctx->lso_flag != last->lso_flag) || in ixgbe_check_context()
804 (ctx->lso_flag && ((ctx->mss != last->mss) || in ixgbe_check_context()
805 (ctx->l4_hdr_len != last->l4_hdr_len)))) { in ixgbe_check_context()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c310 hrtime_t tsc, last, base; in tsc_gethrtime_params() local
325 last = tsc_last; in tsc_gethrtime_params()
332 if (tsc >= last) { in tsc_gethrtime_params()
333 tsc -= last; in tsc_gethrtime_params()
334 } else if (tsc >= last - 2 * tsc_max_delta) { in tsc_gethrtime_params()
347 *tscp = tsc + last; in tsc_gethrtime_params()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtrap.c263 char *last, *name; in sig_number() local
266 n = strtol(string,&last,10); in sig_number()
267 if(*last) in sig_number()
289 n = strtol(stakptr(o),&last,10); in sig_number()
290 if(!*last) in sig_number()
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dchkauthattr.c93 char *prof, *last; in _enum_common_p() local
107 while (prof = strtok_r(profiles, KV_SEPSTR, &last)) { in _enum_common_p()
233 char *auth, *last, *auths; in _enum_auths_a() local
241 while (auth = strtok_r(auths, KV_SEPSTR, &last)) { in _enum_auths_a()
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dfuncs.c466 char *last = NULL; in check_auditflags() local
479 if (!__chkflags(_strtok_escape(flags, KV_AUDIT_DELIMIT, &last), &mask, in check_auditflags()
486 if (!__chkflags(_strtok_escape(NULL, KV_AUDIT_DELIMIT, &last), &mask, in check_auditflags()
493 if (last != NULL) { in check_auditflags()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppargs.c191 ppargs(char** argv, int last) in ppargs() argument
206 for (; c = optget(argv, usage); last = 0) switch (c) in ppargs()
462 if (!last) in ppargs()
600 if (!last) return(1); in ppargs()

12345678910>>...34