| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| Sun_fcGetNumberOfTgtAdapters.cc | 42 HBAList* list = HBAList::instance(); local 43 return (list->getNumberofTgtAdapters());
|
| Sun_fcGetVendorLibraryAttributes.cc | 52 HBAList* list = HBAList::instance(); local 53 *attrs = list->getVSLAttributes();
|
| Sun_fcLoadLibrary.cc | 48 HBAList* list = HBAList::instance(); local 49 return (list->load());
|
| Sun_fcFreeLibrary.cc | 47 HBAList* list = HBAList::instance(); local 48 HBA_STATUS status = list->unload(); 49 delete (list);
|
| Sun_fcGetAdapterName.cc | 55 HBAList* list = HBAList::instance(); local 56 std::string sname = list->getHBAName(index);
|
| Sun_fcGetNumberOfAdapters.cc | 43 HBAList* list = HBAList::instance(); local 44 HBA_UINT32 ret = list->getNumberofAdapters(); 50 return (list->getNumberofAdapters());
|
| Sun_fcGetTgtAdapterName.cc | 55 HBAList* list = HBAList::instance(); local 56 std::string sname = list->getTgtHBAName(index);
|
| /onnv/onnv-gate/usr/src/lib/libast/common/cdt/ |
| dtextract.c | 36 reg Dtlink_t *list, **s, **ends; local 39 list = dt->data->here; 41 { list = dtflatten(dt); 46 { list = dt->data->head; 54 return list;
|
| dtflatten.c | 24 /* Flatten a dictionary into a linked list. 37 reg Dtlink_t *t, *r, *list, *last, **s, **ends; local 43 list = last = NIL(Dtlink_t*); 49 else list = last = t; 57 list = dt->data->head; 61 for(list = last = r, r = r->right; r; last = r, r = r->right) 71 dt->data->here = list; 74 return list;
|
| dtmethod.c | 37 reg Dtlink_t *list, *r; local 50 /* get the list of elements */ 51 list = dtflatten(dt); 70 { if((r = list) ) 74 list->left = r; 77 dt->data->head = list; 81 while(list) 82 { r = list->right; 83 (*meth->searchf)(dt,(Void_t*)list,DT_RENEW); 84 list = r [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
| TextListShadow.java | 62 * visibleRows: how many rows are visible in the list, changing the 105 TextList list = (TextList)body; local 108 return new Boolean(list.allowsMultipleSelections()); 112 return new Integer(list.getMinimumRows()); 114 return list.getSelectedItem(); 116 return list.getSelectedItems(); 122 TextList list = (TextList)body; local 125 list.setMultipleSelections( 129 StringVector items = list.items(); 137 list.updateView() [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/ |
| dashos.c | 58 char **list = 0; local 77 addlist (&list, option); 82 return (list);
|
| getlist.c | 42 ** getlist() - CONSTRUCT LIST FROM STRING 47 * character from "hardsep", can separate items in the list. 64 register char **list, local 79 * Construct in "sep" the full list of characters that 80 * can separate items in the list. Avoid a "malloc()" 110 * Pass 1: Count the number of items in the list. 130 * Pass 2: Create the list. 134 * Pass 1 counted the number of list separaters, so 137 if (!(list = (char **)Malloc((n+2) * sizeof(char *)))) { 152 list[n++] = unq_strdup(str, sep) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/ |
| db_shash.c | 34 } list[] = { variable in typeref:struct:__anon1381 98 if (list[i].power == 0) { 102 if (list[i].power >= n_buckets) 105 return (list[i].prime);
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/ |
| os_tmpdir.c | 34 * The order of items in the list structure and the order of checks in 48 * static const char * const list[] 52 static const char * list[] = { local 106 /* Step through the list looking for a possibility. */ 108 for (lp = list; *lp != NULL; ++lp)
|
| /onnv/onnv-gate/usr/src/cmd/ssh/include/ |
| misc.h | 48 char **list; member in struct:arglist
|
| /onnv/onnv-gate/usr/src/cmd/mail/ |
| goback.c | 120 reciplist list; local 153 new_reciplist(&list); 154 add_recip(&list, work, FALSE); 155 sendlist(&list, 0, 0); 156 del_reciplist(&list);
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| xlist.c | 14 xsplit(char *list, char sep) 20 for (n = 0, p = list; p && *p; ) { 29 for (n = 0, p = list; p && *p; ) { 50 xfree_split_list(char **list) 53 for (p = list; p && *p; p++) { 56 xfree(list); 63 char *list; local 72 list = (char *)xmalloc(n); 73 *list = '\0'; 80 if (*list != '\0' [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| list_impl.h | 43 struct list { struct
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| madman_trap.c | 68 SNMP_variable *list = NULL; local 80 list = snmp_typed_variable_append(list, &applName_name, 82 if(list == NULL) 94 list = snmp_typed_variable_append(list, &applOperStatus_name, 96 if(list == NULL) 107 list, error_label)) 112 snmp_variable_list_free(list); 115 snmp_variable_list_free(list); 126 SNMP_variable *list = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/ |
| inittab.c | 40 * Retrieve a list of DHCP options from the dhcp inittab. 61 dhcp_symbol_t *list; local 86 /* Get the list of options */ 87 list = inittab_load(category, ITAB_CONS_MANAGER, &num); 88 if (list == NULL) { 96 free(list); 104 if (inittab_verify(&list[i], &internal) == ITAB_FAILURE) { 107 entryptr = &list[i]; 150 free(list);
|
| optiondefs.c | 172 * Generate the default value for an option whose value is a list of numbers. 183 jlongArray list; local 212 list = (*env)->NewLongArray(env, opt->u.ret.count); 213 if (list == NULL) { 220 listel = (*env)->GetLongArrayElements(env, list, NULL); 232 (*env)->ReleaseLongArrayElements(env, list, listel, 0); 235 return (list);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/proc/ |
| open.c | 53 va_list list; local 55 va_start(list, path); 56 for (i = 0; i < MAX_ARGS+1 && (argv[i] = va_arg(list, char *)); i++) 59 va_end(list);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/ |
| replica.c | 60 free_replica(struct replica *list, int count) 65 if (list[i].host) 66 free(list[i].host); 67 if (list[i].path) 68 free(list[i].path); 70 free(list); 76 struct replica *list = NULL; local 106 * and grab the address and store it in the list 112 if ((list = realloc(list, (*count + 1) [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/access/ |
| loadaccess.c | 127 register char **list; local 138 * Preallocate space for the initial list. We'll always 139 * allocate one more than the list size, for the terminating null. 142 list = (char **)Malloc((nalloc + 1) * sizeof(char *)); 143 if (!list) { 159 list = (char **)Realloc( 160 (char *)list, 163 if (!list) { 169 list[nlist] = Strdup(buf); /* if fail, minor problem */ 170 list[++nlist] = 0 [all...] |