Searched defs:list (Results 201 - 225 of 605) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/tools/protocmp/
H A Dlist.h134 elem **list; member in struct:__anon4483
155 extern void examine_list(elem_list *list);
157 extern void print_type_list(elem_list *list, char file_type);
H A Dprotodir.c36 #include "list.h"
84 parse_proto_line(const char *basedir, char *line, elem_list *list, short arch, argument
208 if (!(dup = find_elem(list, e, FOLLOW_LINK))) {
209 e->pkgs = add_pkg(NULL, pkgname); /* init pkgs list */
210 add_elem(list, e);
242 * exception list.
257 parse_proto_link(const char *basedir, char *line, elem_list *list, short arch, argument
305 if ((p = find_elem(list, &key, NO_FOLLOW_LINK)) == NULL) {
329 if (!(dup = find_elem(list, e, NO_FOLLOW_LINK))) {
330 e->pkgs = add_pkg(NULL, pkgname); /* init pkgs list */
452 first_pass_prototype(const char *protofile, const char *protodir, elem_list *list, short arch, const char *basedir, const char *pkgname) argument
559 second_pass_prototype(const char *protofile, const char *protodir, elem_list *list, short arch, const char *basedir, const char *pkgname) argument
634 process_package_dir(const char *pkgname, const char *protodir, elem_list *list, int verbose) argument
695 read_in_protodir(const char *dir_name, elem_list *list, int verbose) argument
[all...]
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c93 nlist(const char *name, struct nlist *list) argument
99 for (p = list; p->n_name && p->n_name[0]; p++) { /* n_name can be ptr */
130 return (_elf_nlist(fd, list));
134 return (_coff_nlist(fd, list));
141 _elf_nlist(int fd, struct nlist *list) argument
160 for (inl = list, nreq = 0; inl->n_name && inl->n_name[0]; ++inl, nreq++)
258 for (p = list; p->n_name && p->n_name[0]; ++p) {
356 _coff_nlist(int fd, struct nlist *list) argument
389 for (inl = list, nreq = 0; inl->n_name && inl->n_name[0]; ++inl, nreq++)
398 for (p = list;
[all...]
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_cipher.c238 kcf_prov_tried_t *list = NULL; local
243 list, func, 0)) == NULL) {
244 if (list != NULL)
245 kcf_free_triedlist(list);
259 if (list != NULL)
260 kcf_free_triedlist(list);
272 /* Add pd to the linked list of providers tried. */
273 if (kcf_insert_triedlist(&list, pd, KCF_KMFLAG(crq)) != NULL)
277 if (list != NULL)
278 kcf_free_triedlist(list);
364 kcf_prov_tried_t *list = NULL; local
646 kcf_prov_tried_t *list = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Ddevpool.c224 nvlist_t *list; local
505 list = NULL;
511 propget.pp_o_id_subtype, propget.pp_o_id, &list);
516 ret = nvlist_pack(list, &kbuf, &kbufsz, NV_ENCODE_NATIVE, 0);
518 nvlist_free(list);
548 nvlist_free(list);
580 &list, KM_SLEEP) != 0) {
585 nvlist_free(list);
590 * Extract the nvpair from the list. The list ma
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsid.c386 ksidlist_t *list; local
393 list = kmem_zalloc(KSIDLIST_MEM(ngrp), KM_SLEEP);
395 list->ksl_nsid = ngrp;
396 list->ksl_ref = 1;
400 list->ksl_neid++;
402 grp[i], &list->ksl_sids[i]) != 0) {
404 ksid_rele(&list->ksl_sids[i]);
410 list->ksl_sids[i].ks_id = grp[i];
414 kmem_free(list, KSIDLIST_MEM(ngrp));
417 return (list);
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c164 * Search the hash list for the as and addr we are looking for
254 /* zero the block list since we are giving back its memory */
345 struct hrmstat *list, **prev_hrm; local
350 list = hrm_hashtab[h];
353 while (list) {
354 if (list == hrm) {
355 *prev_hrm = list->hrm_hnext;
358 prev_hrm = &list->hrm_hnext;
359 list = list
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c26 * copyright notice, this list of conditions and the following
30 * copyright notice, this list of conditions and the following
420 struct list *list; local
441 list = &conn->c_send_queue;
443 list = &conn->c_retrans;
448 RDSV3_FOR_EACH_LIST_NODE(rm, list, m_conn_item) {
H A Dsend.c26 * copyright notice, this list of conditions and the following
30 * copyright notice, this list of conditions and the following
135 * - tx queueing is a simple fifo list
266 * list right away.
592 * This removes messages from the socket's list if they're on it. The list
595 * position on the list. This function will drop that reference after
596 * removing the messages from the 'messages' list regardless of if it found
597 * the messages on the socket list or not.
600 rdsv3_send_remove_from_sock(struct list *message
686 list_t list; local
724 list_t list; local
[all...]
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c115 sda_cmd_list_init(list_t *list) argument
117 list_create(list, sizeof (struct sda_cmd_impl),
122 sda_cmd_list_fini(list_t *list) argument
124 list_destroy(list);
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcp_util.h48 caddr_t list; member in struct:fcp_ioctl
119 caddr32_t list; member in struct:fcp32_ioctl
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c48 free_list(char **list) argument
52 if (list == NULL)
55 for (i = 0; list[i] != NULL; i++)
56 free(list[i]);
57 free(list);
/illumos-gate/usr/src/lib/libadm/common/
H A Dckitem.c132 char **list; local
176 list = match(menup, strval, (int)max);
177 if (!list) {
182 item[i] = list[i];
183 free(list);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dlc.c695 * add to the list of possibly active locales
738 Lc_attribute_list_t list; member in struct:Lc_scan_s
759 if (++ls->attribute >= elementsof(ls->lc.language->attributes) || !(ls->list.attribute = ls->lc.language->attributes[ls->attribute]))
774 ls->list.attribute = ls->lc.language->attributes[ls->attribute = 0];
779 ls->list.attribute = 0;
782 ls->lc.attributes = ls->list.attribute ? &ls->list : (Lc_attribute_list_t*)0;
788 if ((!ls->list.attribute || !(ls->lc.index = ls->list.attribute->index)) &&
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ib.c471 pcmu_ib_ino_info_t *list = pib_p->pib_ino_lst; local
473 if (list == ino_p) {
474 pib_p->pib_ino_lst = list->pino_next;
476 for (; list->pino_next != ino_p; list = list->pino_next)
478 list->pino_next = ino_p->pino_next;
512 /* do NOT modify the link list until after the busy wait */
577 * removes pcmu_ispec_t from the ino's link list.
600 /* do NOT modify the link list unti
[all...]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_intr.c16 * notice, this list of conditions, and the following disclaimer,
60 #include <sys/list.h>
236 /* initialize our complete list */
354 * @cmpl_list: An instance of our list structure
581 * @complete_list: An instance of our list structure
660 * @complete_list: An instance of our list structure
784 * @cmpl_list: complete list.
828 * @cmpl_list: complete list.
869 * @cmpl_list: complete list.
912 * @cmpl_list: complete list
1102 struct io_heci_list *list; local
[all...]
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_memlist.c69 memlist_free_all(struct memlist **list) argument
73 next = *list;
79 *list = 0;
90 /* find the location in list */
144 * Delete memlist entries, assuming list sorted by address
165 /* also inherently ignore a zero-length list */
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c62 * The scrubber maintains a private copy of the phys_install memory list
166 * create memscrub_memlist from phys_install list
217 struct memlist *list; local
221 for (list = listp; list; list = list->next) {
223 list->address, list->size);
455 * add a span to the memscrub list
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_mem.c60 drm_tex_region_t *list; local
74 list = sarea_priv->texList;
77 * them to head of list to preserve LRU semantics.
80 list[i].in_use = (unsigned char)in_use;
81 list[i].age = age;
85 list[(unsigned)list[i].next].prev = list[i].prev;
86 list[(unsigned)list[
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Doptions.c104 *f = 0, /* forms list - allow/deny */
105 *P = 0, /* paper list */
107 **H = 0, /* list of modules to push */
109 **I = 0, /* content-type-list */
113 modifications[128], /* list of mods to make */
122 **S = 0, /* -set/print-wheel list */
124 *u = 0, /* user allow/deny list */
166 * Add a fake value to the end of the "argv" list, to
375 case 'I': /* content-type-list */
520 case 'u': /* user allow/deny list */
605 register char **list = dashos(optarg); local
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c45 off_t chfiles ( char * * list, uid_t uid, gid_t gid ) /* funcdef */ argument
53 while(file = *list++)
74 list[-1] = file = newfile;
H A Dstatus.c608 char *list; local
609 list = showForms(pps);
610 (void)fdprintf(fd, "%s\n", (list ? list : ""));
611 if (list)
612 Free(list);
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c106 char *residentfonts = NULL; /* list of printer resident fonts */
149 readresident(); /* and the optional resident font list */
221 case 'r': /* resident font list */
463 copyfonts(char *list) argument
471 * list points to a %%DocumentFonts: or continuation comment. What follows the
472 * the keyword will be a list of fonts separated by white space (or (atend)).
478 strtok(list, " \n"); /* skip to the font list */
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c438 envlist(int fd, char **list) argument
443 if (!list || !*list)
446 while ((env = *list++)) {
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c270 /* add any unconsumed attributes to the "options" list */
370 lpsched_user_to_job_attributes(papi_attribute_t ***list, char *user) argument
372 if ((list != NULL) && (user != NULL) && (user[0] != NULL)) {
377 papiAttributeListAddString(list, PAPI_ATTR_REPLACE,
379 papiAttributeListAddString(list, PAPI_ATTR_REPLACE,
383 papiAttributeListAddString(list, PAPI_ATTR_REPLACE,

Completed in 128 milliseconds

1234567891011>>