Searched refs:list (Results 276 - 300 of 536) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBA.cc124 throw IOError("Unable to build HBA list");
326 void FCHBA::loadAdapters(vector<HBA*> &list) { argument
404 throw IOError("Unable to build HBA list");
421 list.insert(list.begin(), hba);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c374 /* advance pointer in result list */
1388 ** availrealms -- list of available realms
1418 /* check whether context is in list */
1426 "AUTH=client, realm=%s not in list=%s",
1435 ** ITEMINLIST -- does item appear in list?
1437 ** Check whether item appears in list (which must be separated by a
1439 ** of the list or after a space, and it must end with a space or the
1440 ** end of the list.
1444 ** list -- list o
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c91 void display_io_cards(struct io_card *list);
111 * Linked list of IO card info for display.
151 /* insert card to the list */
213 display_io_cards(struct io_card *list) argument
219 if (list == NULL)
229 for (p = list; p != NULL; p = p->next) {
863 /* now attach this prom node to the board list */
864 /* Insert this node at the end of the list */
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c47 #include <isc/list.h>
54 * Separate a linked list of records into groups so that all records
108 /* Thread all of the updates onto a list of groups. */
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c133 list_append_ent(void *ent, void **list, uint_t cnt, void (*free_ent)()) argument
137 if (!(new_l = realloc(list, sizeof (*list) * (cnt + 1)))) {
138 list_free_all(free_ent, list);
526 * Return a list of valid mechanisms ranked by sequence in the NIS+
534 * The list of mechanisms are gauranteed to be valid ones installed
537 * This implementation returns copies of the "master" list. The "master"
538 * list will updated if the file is modified.
545 * 'mechs' is the "master" list of valid mechanisms from
547 * 'mechs_no_dups' is the "master" list o
[all...]
/osnet-11/usr/src/lib/libntfs/
H A DMakefile81 ../common/include/ntfs/list.h \
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dpassword_pbkdf2.c21 #include <grub/list.h>
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Draid.c33 /* Linked list of RAID arrays. */
195 grub_disk_memberlist_t list = NULL, tmp;
203 tmp->next = list;
204 list = tmp;
207 return list;
681 /* Add an array to the list if we didn't find any. */
829 /* Add our new array to the list. */
194 grub_disk_memberlist_t list = NULL, tmp; local
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c1 /* gui_list.c - GUI component to display a selectable list of items. */
29 struct grub_gui_list list; member in struct:grub_gui_list_impl
154 || grub_strcmp (type, "list") == 0);
211 /* Draw the list of items. */
574 self->list.ops = &list_ops;
575 self->list.component.ops = &list_comp_ops;
614 self->list.component.ops->destroy (self);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dauth.c20 #include <grub/list.h>
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dexecute.c670 grub_script_execute_cmdlist (struct grub_script_cmd *list) argument
676 for (cmd = list->next; cmd; cmd = cmd->next)
737 result = grub_script_execute_cmd (cmdfor->list);
767 result = grub_script_execute_cmd (cmdwhile->list);
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dattach.ksh206 /usr/sbin/zfs list -Hro name,$PROP_CANDIDATE "${zone.ROOT_ds}" \
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c83 get_entry (char *list, int num, int nested) argument
91 while (*(list++));
93 while (nested && *(list++));
96 return list;
744 printf (" Booting command-list\n\n");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dminimod.pl123 writemain() takes an argument list of directories containing archive
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL313 Mandatory section; should be a comma-separated list of programs or functions
320 only a single dash, should separate the list of programs or functions from
349 like L<Pod::Usage|Pod::Usage>. This is normally presented as a list, with
383 errno, a full list of the possible errno values should be given here.
409 list using C<=over>, C<=item>, and C<=back>. For example:
425 All files used by the program or function, normally presented as a list, and
448 catman(8). Normally a simple list of man pages separated by commas, or a
454 If the package has a mailing list, include a URL or subscription
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h205 /* Definition for list in ldapdelete.c */
207 typedef struct Element { /* double-linked list data type */
213 typedef struct { /* generic double-linked list head */
219 void L_Init(Head *list);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm378 failure. In a list context a two-element array is returned containing
379 the new socket and the peer address; the list will be empty upon
390 Call C<socketpair> and return a list of two sockets created, or an
391 empty list on failure.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm113 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm84 pass the C<use> an empty import list, and then access
H A Dservent.pm86 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm37 L<perltie> for a list of the functions required in tying a scalar to a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm78 pass the C<use> an empty import list, and then access
H A Dlocaltime.pm74 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm83 pass the C<use> an empty import list, and then access
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.t22 like( $@, qr/needs explicit list of PerlIO layers/,

Completed in 56 milliseconds

<<11121314151617181920>>