HomeSort by relevance Sort by last modified time
    Searched refs:LIST (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/sgs/include/
alist.h 26 * Define an Alist, a list maintained as a reallocable array, and a for() loop
44 * that of a linked list. However, an Alist is represented by a single
46 * that contains control information for the list. Following the header
51 * There are two "flavors" of array list:
61 * for the list is only allocated if an item is inserted. This is very
70 * - Insert/Delete operations at the end of the list are very
80 * - To free an array list, simply call the standard free() function
81 * on the list pointer.
87 * Aliste is used to represent list indexes, offsets, and sizes.
149 * from the start of an array list to the first byte of the data are
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisopaccess.sh 34 LIST=0
62 l) LIST=1;;
163 1) if [ $LIST -eq 0 ]; then
169 2) if [ $LIST -eq 0 -a $REMOVE -eq 0 ]; then
172 elif [ $LIST -ne 0 -a $REMOVE -ne 0 ]; then
176 if [ $LIST -ne 0 ]; then
177 LIST=2
186 3) if [ $LIST -ne 0 -o $REMOVE -ne 0 ]; then
220 # List all or just one operation
221 if [ $LIST -eq 1 ]; the
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
util.c 38 Lm_list *lml = LIST(lmp);
48 Lm_list *lml = LIST(lmp);
71 Lm_list *lml = LIST(lmp);
84 Lm_list *lml = LIST(lmp);
142 Lm_list *lml = LIST(lmp);
162 Lm_list *lml = LIST(lmp);
209 dbg_print(LIST(lmp), MSG_ORIG(MSG_UTL_SCC_ENTRY), idx, NAME(lmp));
255 dbg_print(LIST(clmp), MSG_INTL(MSG_UTL_EDGE_OUT), SORTVAL(clmp),
262 Lm_list *lml = LIST(lmp);
311 dbg_print(LIST(lmp), MSG_INTL(MSG_UTL_LCINTERFACE), NAME(lmp), str
    [all...]
bindings.c 108 Lm_list *lml = LIST(flmp);
178 dbg_print(LIST(flmp), MSG_INTL(MSG_BND_REJECT), NAME(flmp), NAME(tlmp),
185 Lm_list *lml = LIST(flmp);
210 dbg_print(LIST(lmp), MSG_INTL(MSG_BND_PLTPAD_TO), EC_ADDR(pltpad),
222 dbg_print(LIST(lmp), MSG_INTL(MSG_BND_PLTPAD_FROM), EC_ADDR(pltpad),
files.c 43 Lm_list *lml = LIST(lmp);
124 Lm_list *lml = LIST(lmp);
143 Lm_list *lml = LIST(lmp);
155 Lm_list *lml = LIST(lmp);
228 Lm_list *lml = LIST(lmp);
319 Lm_list *lml = LIST(lmp);
386 Lm_list *lml = LIST(clmp);
430 Lm_list *lml = LIST(lmp);
443 Lm_list *lml = LIST(clmp);
466 Lm_list *lml = LIST(lmp)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/cli/
k5srvutil.sh 16 # returns a list of principals in the keytab
61 USAGE=`gettext "Usage: $0 [-i] [-f file] list|change|delete|delold"`
105 LIST=`gettext "list"`
118 ${CHANGE}|${DELOLD}|${DELETE}|${LIST})
141 $LIST)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
Util.pm 0 # List::Util.pm
7 package List::Util;
23 bootstrap List::Util $XS_VERSION;
89 List::Util - A selection of general-utility list subroutines
93 use List::Util qw(first max maxstr min minstr reduce shuffle sum);
97 C<List::Util> contains a selection of subroutines that people have
102 By default C<List::Util> does not export any subroutines. The
107 =item first BLOCK LIST
110 of LIST in turn. C<first> returns the first element where the result fro
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tnf/prex/
prexgram.y 53 %token LIST
79 #include "list.h"
108 %type <intval> CONTINUE DISABLE ENABLE HELP LIST QUIT SOURCE TRACE UNTRACE BUFFER KTRACE PFILTER CLEAR CONNECT command
159 | LIST { $$ = $1; }
292 listsets_statement : LIST SETS NL { set_list(); }
295 listhistory_statement : LIST HISTORY NL { cmd_list(); }
298 listtracefile_statement : LIST TRACEFILE NL { cmd_listtracefile(); }
301 listfcns_statement : LIST FCNS NL { fcn_list(); }
326 listprobes_statement : LIST speclist PROBES SETNAME NL
328 | LIST speclist PROBES exprlist N
    [all...]
help.c 55 "list tracefile.\n"
62 "Type help with no arguments for a list of available help topics.\n"
77 " list fcns # list the defined probe functions\n"
112 "filter list, then any threads not associated with a process are included.\n"
123 " pfilter add 1234 # add pid 1234 to the filter list\n"
134 "specified by a list of space-separated selectors of the form:\n"
145 "If a list of selectors is specified, an OR operation is applied - the\n"
150 "The \"list\" command is used to view available probes in the target,\n"
160 " list probes $all # list probes in set $all (all probes)\n
    [all...]
prexlex.l 89 list { yylval.intval = LIST; return (LIST); }
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
audit.c 37 * Audit library capabilities are indicated by flags within the link-map list
44 * (lml == LIST(lmp)))
46 * The latter link-map list equivalence test insures that auditors themselves
87 _audit_objfilter(APlist *list, Rt_map *frlmp, const char *ref, Rt_map *felmp,
93 for (APLIST_TRAVERSE(list, idx, alp)) {
105 leave(LIST(alp->al_lmp), thr_flg_reenter);
148 _audit_objsearch(APlist *list, char *name, Rt_map *clmp, uint_t flags)
154 for (APLIST_TRAVERSE(list, idx, alp)) {
162 leave(LIST(alp->al_lmp), thr_flg_reenter);
194 DBG_CALL(Dbg_libs_audit(LIST(clmp), name, nname))
    [all...]
dlfcns.c 116 leave(LIST(clmp), 0);
207 * For dlopen(0) the handle is maintained as part of the link-map list,
244 * Associate the handle with the link-map list or the reference
270 * head of the link-map list is defined as the owner. There is
271 * no need to maintain a list of dependencies, for when this
273 * entire link-map list provides for searching all objects with
281 ghp->gh_ownlml = LIST(rlmp);
300 LIST(rlmp)->lm_flags |= LML_FLG_GROUPSEXIST;
308 * handles are put on the orphan list. As this handle is back
309 * in use, it must be removed from the orphan list
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/cachefs/cachefspack/
rules.h 36 #define LIST "LIST"
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
Abbrev.pm 9 abbrev - create an abbreviation table from a list
14 abbrev $hashref, LIST
19 Stores all unambiguous truncations of each element of LIST
21 The values are the original list elements.
25 $hashref = abbrev qw(list edit send abort gripe);
27 %hash = abbrev qw(list edit send abort gripe);
29 abbrev $hashref, qw(list edit send abort gripe);
31 abbrev(*hash, qw(list edit send abort gripe));
39 # abbrev \%foo, LIST;
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/i386/
i386_elf.c 130 Lm_list *lml = LIST(rlmp);
214 lml = LIST(lmp);
244 * Determine the last link-map of this list, this'll be the starting
329 if ((LIST(nlmp)->lm_flags & LML_FLG_RTLDLM) && LIST(nlmp)->lm_init)
635 if ((LIST(_lmp)->lm_tflags |
734 if ((LIST(_lmp)->lm_tflags |
785 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH,
808 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) &
827 DBG_CALL(Dbg_reloc_apply_val(LIST(lmp)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
lib_pm.PL 170 use lib LIST;
172 no lib LIST;
188 use lib LIST;
192 BEGIN { unshift(@INC, LIST) }
194 For each directory in LIST (called $dir here) the lib module also
213 For each directory in LIST (called $dir here) the lib module also
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/amd64/
amd64_elf.c 150 Lm_list *lml = LIST(rlmp);
233 lml = LIST(lmp);
265 * Determine the last link-map of this list, this'll be the starting
350 if ((LIST(nlmp)->lm_flags & LML_FLG_RTLDLM) && LIST(nlmp)->lm_init)
677 if ((LIST(_lmp)->lm_tflags |
776 if ((LIST(_lmp)->lm_tflags |
828 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH,
851 if (((LIST(lmp)->lm_tflags | AFLAGS(lmp)) &
870 DBG_CALL(Dbg_reloc_apply_val(LIST(lmp)
    [all...]
  /onnv/onnv-gate/usr/src/lib/librstp/common/
base.h 160 #define STP_NEW_IN_LIST(WHAT, TYPE, LIST, MSG) \
163 WHAT->next = LIST; \
164 LIST = WHAT; \
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Handle.pm 28 L<perltie> for a list of the functions required in tying a handle to a package.
38 =item TIEHANDLE classname, LIST
41 glob instance with the specified class. C<LIST> would represent additional
49 =item PRINT this, LIST
51 Print the values in I<LIST>
53 =item PRINTF this, format, LIST
55 Print the values in I<LIST> using I<format>
Array.pm 164 L<perltie> for a list of the functions required in order to tie an array
183 =item TIEARRAY classname, LIST
186 an array instance with the specified class. C<LIST> would represent
241 =item PUSH this, LIST
243 Append elements of LIST to the array.
254 =item UNSHIFT this, LIST
256 Insert LIST elements at the beginning of the array, moving existing elements
259 =item SPLICE this, offset, length, LIST
268 I<LIST> may be empty.
270 Returns a list of the original I<length> elements at I<offset>
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
common_sparc.c 143 if (LIST(lmp)->lm_flags & LML_FLG_TRC_WARN) {
149 eprintf(LIST(lmp), ERR_FATAL,
sparc_elf.c 274 Lm_list *lml = LIST(rlmp);
373 lml = LIST(lmp);
416 * Determine the last link-map of this list, this'll be the starting
504 if ((LIST(nlmp)->lm_flags & LML_FLG_RTLDLM) && LIST(nlmp)->lm_init)
794 if ((LIST(_lmp)->lm_tflags |
893 if ((LIST(_lmp)->lm_tflags |
953 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH,
995 eprintf(LIST(lmp), ERR_FATAL,
1002 DBG_CALL(Dbg_reloc_apply_reg(LIST(lmp), ELF_DBG_RTLD
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/
res_update.h 35 #include <isc/list.h>
65 typedef LIST(ns_updrec) ns_updque;
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
sparc_elf.c 331 * lml - link map list
419 Lm_list *lml = LIST(rlmp);
499 lml = LIST(lmp);
555 * Determine the last link-map of this list, this'll be the starting
646 if ((LIST(nlmp)->lm_flags & LML_FLG_RTLDLM) && LIST(nlmp)->lm_init)
1022 if ((LIST(_lmp)->lm_tflags |
1121 if ((LIST(_lmp)->lm_tflags |
1185 DBG_CALL(Dbg_reloc_in(LIST(lmp), ELF_DBG_RTLD, M_MACH,
1227 eprintf(LIST(lmp), ERR_FATAL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/librtld/common/
dynamic.c 73 if (dlmp = is_so_loaded(LIST(lmp),
134 * list. Clear it.
261 eprintf(LIST(lmp), ERR_WARNING,

Completed in 1140 milliseconds

1 2 3 4