Searched refs:list (Results 26 - 50 of 536) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcGetAdapterName.cc55 HBAList* list = HBAList::instance(); local
56 std::string sname = list->getHBAName(index);
H A DSun_fcGetTgtAdapterName.cc55 HBAList* list = HBAList::instance(); local
56 std::string sname = list->getTgtHBAName(index);
H A DFCSyseventBridge.cc218 nvlist_t *list = NULL; local
226 if (sysevent_get_attr_list(ev, &list) || list == NULL) {
244 if (nvlist_lookup_uint32(list, (char *)"instance",
248 nvlist_free(list);
254 if (nvlist_lookup_byte_array(list, (char *)"port-wwn",
258 nvlist_free(list);
281 nvlist_free(list);
304 nvlist_free(list);
323 nvlist_free(list);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DAbbrev.pm9 abbrev - create an abbreviation table from a 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));
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddttreeset.c30 static Dtlink_t* treebalance(Dtlink_t* list, int size) argument
32 static Dtlink_t* treebalance(list, size)
33 Dtlink_t* list;
41 return list;
43 for(l = list, n = size/2 - 1; n > 0; n -= 1)
47 mid->left = treebalance(list, (n = size/2) );
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c88 sdp_free_list(sdp_list_t *list) argument
92 while (list != NULL) {
93 next_list = list->next;
94 if (list->value != NULL)
95 free(list->value);
96 free(list);
97 list = next_list;
238 * Adds text of a given length to a linked list. If the list is NULL to
239 * start with it builds the new list
242 add_value_to_list(sdp_list_t **list, const char *value, int len, boolean_t text) argument
283 sdp_list_to_str(sdp_list_t *list, char **buf, boolean_t text) argument
335 sdp_str_to_list(sdp_list_t **list, const char *buf, int len, boolean_t text) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dscript.c32 list so it can be easily freed. The original memory can be found
119 is zero a new list is created. */
154 /* Add the argument ARG to the end of the argument list LIST. If LIST
155 is zero, a new list will be created. */
158 struct grub_script_arglist *list,
169 return list;
175 if (!list)
181 list->argcount++;
184 for (ll = list; ll->next; ll = ll->next);
187 return list;
156 grub_script_add_arglist(struct grub_parser_param *state, struct grub_script_arglist *list, struct grub_script_arg *arg) argument
240 grub_script_create_cmdfor(struct grub_parser_param *state, struct grub_script_arg *name, struct grub_script_arglist *words, struct grub_script_cmd *list) argument
264 grub_script_create_cmdwhile(struct grub_parser_param *state, struct grub_script_cmd *cond, struct grub_script_cmd *list, int is_an_until_loop) argument
288 grub_script_append_cmd(struct grub_parser_param *state, struct grub_script_cmd *list, struct grub_script_cmd *last) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dutility.c34 // Adds the specified node to the start of the list
36 // Returns: pointer to the start of the list
39 dlist_add_as_first(DL_NODE *list, void *data) argument
44 return (list);
50 node->next = list;
51 if (list)
52 list->prev = node;
60 // Adds the specified node to the end of the list
62 // Returns: pointer to the start of the list
65 dlist_add_as_last(DL_NODE *list, voi argument
92 dlist_find(DL_NODE *list, void *data) argument
108 dlist_get_first(DL_NODE *list) argument
125 dlist_get_last(DL_NODE *list) argument
140 dlist_length(DL_NODE *list) argument
177 dlist_purge(DL_NODE *list) argument
196 dlist_remove_node(DL_NODE *list, DL_NODE *node) argument
[all...]
/osnet-11/usr/src/lib/libcmdutils/
H A DMakefile.com29 COM_OBJS= list.o strtrim.o
45 $(COMDIR)/list/list.c \
66 pics/%.o: $(COMDIR)/list/%.c
/osnet-11/usr/src/lib/libidmap/common/
H A Ddirectory_private.h61 * the _v variants accept a list of attributes as an array, while
62 * the _l variants accept the attribute list as arguments.
63 * All variations accept a list of identifiers, and return a
64 * directory_entry_list_t in the same order. The length of the list of user
79 * Does nothing if list==NULL.
81 void directory_free(directory_entry_list_t list);
87 * Search a list, case-insensitively, for a string
89 boolean_t is_in_list(char **list, char *value);
92 * Examine an objectClass list and distill it into a bitmap of "interesting"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSysV.xs67 AV *list = (AV*)SvRV(obj);
68 sv = *av_fetch(list,0,TRUE); ds.msg_perm.uid = SvIV(sv);
69 sv = *av_fetch(list,1,TRUE); ds.msg_perm.gid = SvIV(sv);
70 sv = *av_fetch(list,4,TRUE); ds.msg_perm.mode = SvIV(sv);
71 sv = *av_fetch(list,6,TRUE); ds.msg_qbytes = SvIV(sv);
89 AV *list = (AV*)SvRV(obj);
95 sv_ptr = av_fetch(list,0,TRUE);
97 sv_ptr = av_fetch(list,1,TRUE);
99 sv_ptr = av_fetch(list,2,TRUE);
101 sv_ptr = av_fetch(list,
[all...]
/osnet-11/usr/src/lib/pam_modules/list/
H A DMakefile31 POFILE= list.po
32 MSGFILES= list.c
H A DMakefile.com27 OBJECTS= list.o
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java245 List <String> list = new ArrayList <String> ();
252 list.add(0, s.substring((i + 1), npos));
256 list.add(0, s.substring(0, npos));
258 switch (list.size()) {
263 p = new ProbeDescription(list.get(0));
266 p = new ProbeDescription(list.get(0), list.get(1));
269 p = new ProbeDescription(list.get(0), list.get(1),
270 list
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_memory.c59 /* Individual key entries within a table, in a linked list */
185 krb5_mkt_list_node *list; local
191 list = calloc(1, sizeof(krb5_mkt_list_node));
192 if (list == NULL) {
197 list->keytab = calloc(1, sizeof(struct _krb5_kt));
198 if (list->keytab == NULL) {
202 list->keytab->ops = &krb5_mkt_ops;
222 list->keytab->data = data;
223 list->keytab->magic = KV5M_KEYTAB;
224 list
247 krb5_mkt_list_node *list; local
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c92 zjni_ArrayList_t *list = &list_obj; local
111 /* Create an array list to hold each ImportablePoolBean */
112 zjni_new_ArrayList(env, list);
115 data.list = (zjni_Collection_t *)list;
117 /* Iterate through all importable pools, building list */
127 return (zjni_Collection_to_array(env, (zjni_Collection_t *)list,
143 /* Create an array list */
145 zjni_ArrayList_t *list = &list_obj; local
146 zjni_new_ArrayList(env, list);
437 zjni_ArrayList_t *list = &list_obj; local
501 zjni_ArrayList_t *list; member in struct:mapping_data
509 zjni_ArrayList_t *list = map->list; local
550 zjni_ArrayList_t *list = &list_obj; local
[all...]
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.c49 nvlist_t *fmri, *list, *test_arr[TEST_ARR_SZ]; local
60 * Build up a valid list.suspect event for a fictional diagnosis
66 nvlist_alloc(&list, NV_UNIQUE_NAME, 0) != 0) {
110 err |= nvlist_add_uint8(list, FM_VERSION, FM_SUSPECT_VERSION);
111 err |= nvlist_add_string(list, FM_CLASS, FM_LIST_SUSPECT_CLASS);
112 err |= nvlist_add_string(list, FM_SUSPECT_UUID, "12345678");
113 err |= nvlist_add_string(list, FM_SUSPECT_DIAG_CODE, code);
114 err |= nvlist_add_int64_array(list, FM_SUSPECT_DIAG_TIME, tod, 2);
115 err |= nvlist_add_nvlist(list, FM_SUSPECT_DE, fmri);
116 err |= nvlist_add_uint32(list, FM_SUSPECT_FAULT_S
[all...]
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_utils.c33 * slp_onlist: determines if a token is on a list
34 * slp_add2list: adds a token to a list
35 * slp_list_subtract: removes a token from a list
157 * If 'item' is on 'list', returns 1, otherwise 0.
159 int slp_onlist(const char *item, const char *list) { argument
161 for (p = (char *)list; p; p++) {
185 * Adds item to *list if it is not already on it. If *list == NULL,
186 * creates a new list. When it grows the list, i
192 slp_add2list(const char *item, char **list, SLPBoolean check_onlist) argument
217 slp_list_subtract(const char *item, char **list) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/hostbridge/common/
H A Dhb_sun4u.c34 count_busorrc(topo_mod_t *mod, busorrc_t *list, int *hbc, int *bph) argument
40 start = list->br_ba_ac;
41 p = list->br_nextbus;
52 * complexes in the list to have the same number of buses on
69 busorrc_process(topo_mod_t *mod, busorrc_t *list, int isrc, tnode_t *ptn) argument
73 if (list == NULL) {
85 * list, ordered by "bus address". We retrieved "bus address"
104 if (count_busorrc(mod, list, &hbc, &busper) < 0)
107 return (declare_exbuses(mod, list, ptn, hbc, busper));
109 return (declare_buses(mod, list, pt
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpush.t36 ($list,$get,$leave) = split(/,\t*/,$line);
37 ($pos, $len, @list) = split(' ',$list);
42 @got = splice(@x, $pos, $len, @list);
/osnet-11/usr/src/lib/libast/common/comp/
H A Dwordexp.c31 struct list struct
33 struct list *next;
172 ((struct list*)cp)->next = (struct list*)(*av);
203 struct list *arg, *argnext;
206 argnext = (struct list*)wdarg->we_wordv[-1];
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Ddict.c152 * build_dict_database(list, char *path)
154 * Create the Crack Dictionary Database based on the list of sources
155 * dictionaries specified in "list". Store the database in "path".
158 build_dict_database(char *list, char *path) argument
160 return (packer(list, path) == -1 ? DICTDATABASE_BUILD_ERR : 0);
165 * files listed in "list", or older than the config-file PWADMIN.
168 update_dict_database(char *list, char *path) argument
183 if ((listcopy = strdup(list)) == NULL)
227 return (build_dict_database(list, path));
237 make_dict_database(char *list, cha argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c10 * This utility will list a directory's files.
53 #include "list.h"
65 struct list_head list; member in struct:dir
80 struct list_head list; member in struct:path_component
84 /* The list of sub-dirs is like a "horizontal" tree. The root of
85 * the tree is opts.path, but it is not part of the list because
86 * that's not necessary. The rules of the list are (in order of
96 * then the list will be:
100 * into the list.
154 * usage - Print a list o
[all...]
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dnscd.py147 """Converts a debug_component integer to a SMF value list."""
155 list = [] variable in class:Nscd
160 list.append(i)
161 if len(list) == 0:
164 return list
167 """Converts a debug_component SMF value list to an integer."""
168 list = self.get_prop_val_list(prop='config/debug_components') variable in class:Nscd
169 self.traceit('export debug_components= ', list)
170 if list == None or len(list)
194 list = [] variable in class:Nscd
207 list = self.get_prop_val_list(prop='config/debug_level') variable in class:Nscd
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.h78 #define LOCK_LIST(list, msg) (void) __nis_lock_hash_table(list, 1, msg)
79 #define ULOCK_LIST(list, msg) (void) __nis_ulock_hash_table(list, 1, msg)

Completed in 60 milliseconds

1234567891011>>