| /src/sys/arch/macppc/dev/ |
| ofw_i2c_machdep.c | 112 char *clist; local 133 clist = name; 136 clist = kmem_tmpbuf_alloc(clist_size, 138 if (OF_getprop(node, "compatible", clist, clist_size) 140 kmem_tmpbuf_free(clist, clist_size, compat_buf); 146 clist, clist_size, addr, 149 if (clist != name) { 150 kmem_tmpbuf_free(clist, clist_size, compat_buf);
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| dnsrps.c | 54 librpz_clist_t *clist = NULL; local 82 clist = librpz->clist_create(&emsg, NULL, NULL, NULL, 84 if (clist == NULL) { 89 client = librpz->client_create(&emsg, clist, cstr, 93 librpz->clist_detach(&clist); 104 librpz->clist_detach(&clist); 112 librpz->clist_detach(&clist); 117 librpz->clist_detach(&clist);
|
| /src/sys/dev/fdt/ |
| fdt_i2c.c | 138 char *clist; local 171 clist = kmem_tmpbuf_alloc(clist_size, 173 if (OF_getprop(node, "compatible", clist, clist_size) 175 kmem_tmpbuf_free(clist, clist_size, compat_buf); 179 cbrv = i2c_enumerate_device(dev, args, name, clist, 183 kmem_tmpbuf_free(clist, clist_size, compat_buf);
|
| fdt_spi.c | 120 char *clist; local 145 clist = kmem_tmpbuf_alloc(clist_size, 147 if (OF_getprop(node, "compatible", clist, clist_size) < 149 kmem_tmpbuf_free(clist, clist_size, compat_buf); 155 args->sa->sa_clist = clist; 161 kmem_tmpbuf_free(clist, clist_size, compat_buf);
|
| /src/usr.bin/sort/ |
| init.c | 82 struct coldesc *clist = NULL; variable in typeref:struct:coldesc 86 * clist (list of columns which correspond to one or more icol or tcol) 92 * keep clist in order--inserts a column in a sorted array 101 p = realloc(clist, (ncols + 2) * sizeof(*clist)); 104 clist = p; 105 memset(&clist[ncols], 0, sizeof(clist[ncols])); 108 if (field->icol.num <= clist[i].num) 110 if (field->icol.num != clist[i].num) [all...] |
| /src/bin/dd/ |
| args.c | 354 } clist[] = { variable in typeref:struct:conv 384 if (!(cp = bsearch(&tmp, clist, 385 __arraycount(clist), sizeof(*clist), c_conv))) {
|
| /src/sys/dev/acpi/ |
| acpi_i2c.c | 131 char *clist; local 148 clist = acpi_pack_compat_list(ad, &clist_size); 149 if (clist == NULL) { 157 clist, clist_size, i2cc.i2c_addr, 160 kmem_free(clist, clist_size);
|
| /src/usr.sbin/altq/libaltq/ |
| qop_cdnr.c | 406 struct classinfo *clinfo, *clist[2]; local 414 clist[0] = clinfo; 415 clist[1] = NULL; 433 clist[0] = NULL; 441 if ((error = qop_add_cdnr(&clinfo, cdnr_name, ifinfo, clist, 462 struct classinfo *clinfo, *clist[3]; local 468 clist[n] = clhandle2clinfo(ifinfo, in_action->tca_handle); 469 if (clist[n] == NULL) 474 clist[n] = clhandle2clinfo(ifinfo, out_action->tca_handle); 475 if (clist[n] == NULL 524 struct classinfo *clinfo, *clist[4]; local 598 struct classinfo *clinfo, *clist[4]; local [all...] |
| /src/external/bsd/am-utils/dist/libamu/ |
| wire.c | 452 #define clist (ifc.ifc_ifcu.ifcu_req) macro
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| intrusive_list-selftests.c | 406 const ListType &clist = list; local 413 SELF_CHECK (&clist.front () == &a); 415 SELF_CHECK (&clist.back () == &c); 764 const ListType &clist = list; local 772 SELF_CHECK (&*clist.begin () == &a); 775 SELF_CHECK (&*clist.rbegin () == &c); 780 clist.end (); 783 clist.end (); 1105 const ListType &clist = list; local 1112 SELF_CHECK (&clist.front () == &a) 1567 const ListType &clist = list; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| intrusive_list-selftests.c | 406 const ListType &clist = list; local 413 SELF_CHECK (&clist.front () == &a); 415 SELF_CHECK (&clist.back () == &c); 764 const ListType &clist = list; local 772 SELF_CHECK (&*clist.begin () == &a); 775 SELF_CHECK (&*clist.rbegin () == &c); 780 clist.end (); 783 clist.end (); 1105 const ListType &clist = list; local 1112 SELF_CHECK (&clist.front () == &a) 1567 const ListType &clist = list; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| dnsrps.c | 63 static librpz_clist_t *clist; variable 137 INSIST(clist == NULL); 154 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock, 157 if (clist == NULL) { 172 if (clist != NULL) { 173 librpz->clist_detach(&clist); 201 new->rps_client = librpz->client_create(&emsg, clist, rps_cstr, false);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dnsrps.c | 62 static librpz_clist_t *clist; variable 136 INSIST(clist == NULL); 158 clist = librpz->clist_create(&emsg, dnsrps_lock, dnsrps_unlock, 161 if (clist == NULL) { 176 if (clist != NULL) { 177 librpz->clist_detach(&clist); 204 new->rps_client = librpz->client_create(&emsg, clist, rps_cstr, false);
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| s3_lib.c | 4141 uint16_t *clist; local 4146 clist = sc->ext.peer_supportedgroups; 4154 = tls1_group_id_lookup(s->ctx, clist[i]); 4159 cptr[i] = TLSEXT_nid_unknown | clist[i];
|
| /src/crypto/external/bsd/openssl/dist/ssl/ |
| s3_lib.c | 3606 uint16_t *clist; local 3611 clist = s->ext.peer_supportedgroups; 3619 = tls1_group_id_lookup(s->ctx, clist[i]); 3624 cptr[i] = TLSEXT_nid_unknown | clist[i];
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| s3_lib.c | 3600 uint16_t *clist; local 3605 clist = s->ext.peer_supportedgroups; 3612 const TLS_GROUP_INFO *cinf = tls1_group_id_lookup(clist[i]); 3617 cptr[i] = TLSEXT_nid_unknown | clist[i];
|
| /src/sys/sys/ |
| tty.h | 84 struct clist { struct 111 struct clist t_rawq; /* Device raw input queue. */ 115 struct clist t_canq; /* Device canonical queue. */ 119 struct clist t_outq; /* Device output queue. */ 265 int b_to_q(const u_char *, int, struct clist *); 266 void catq(struct clist *, struct clist *); 268 int getc(struct clist *); 269 void ndflush(struct clist *, int); 270 int ndqb(struct clist *, int) [all...] |
| /src/usr.bin/diff/ |
| diffreg.c | 217 static struct cand *clist; /* merely a free storage pot for candidates */ variable in typeref:struct:cand 218 static int clistlen; /* the length of clist */ 403 clist = xcalloc(clistlen, sizeof(*clist)); 410 free(clist); 604 if (y <= clist[oldc].y) 610 if (clist[c[l]].y <= y) 634 clist = xreallocarray(clist, clistlen, sizeof(*clist)); [all...] |
| /src/external/bsd/ntp/dist/ntpdc/ |
| ntpdc_ops.c | 2661 u_long clist[min(MAXARGS, 8)]; local 2670 qitemlim = min(pcmd->nargs, COUNTOF(clist)); 2672 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum); 2676 sizeof(u_int32), (char *)clist, &items, 2843 u_long clist[min(MAXARGS, 8)]; local 2853 qitemlim = min(pcmd->nargs, COUNTOF(clist)); 2855 clist[qitems] = NSRCADR(&pcmd->argval[qitems].netnum); 2859 sizeof(u_int32), (char *)clist, &items,
|
| ntpdc.c | 1336 struct xcmd *clist; local 1341 clist = clist1; 1343 clist = clist2; 1348 for (cl = clist; cl->keyword != 0; cl++) { 1371 if (clist == clist1 && clist2 != 0) { 1372 clist = clist2;
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| dummylib.c | 127 trpz_client_create(librpz_emsg_t *emsg, librpz_clist_t *clist, const char *cstr, 435 librpz_clist_t *clist = *clistp; local 437 free(clist); 671 trpz_client_create(librpz_emsg_t *emsg, librpz_clist_t *clist, const char *cstr, 675 if (clist == NULL) { 676 trpz_pemsg(emsg, "clist was NULL\n"); 694 result->pclist = (trpz_clist_t *)clist;
|
| /src/sys/fs/nfs/client/ |
| nfs_clstate.c | 3146 int clist, gotseq_ok, i, j, k, op, rcalls; local 3459 clist = fxdr_unsigned(int, *tl); 3460 for (j = 0; j < clist; j++) {
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-main.c | 2552 struct collection_list *clist; 2619 clist = &stepping_list; 2621 clist = &tracepoint_list; 2629 = clist->wholly_collected (); 2641 const std::vector<std::string> &computed = clist->computed (); 2551 struct collection_list *clist; local
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-main.c | 2510 struct collection_list *clist; 2577 clist = &stepping_list; 2579 clist = &tracepoint_list; 2587 = clist->wholly_collected (); 2599 const std::vector<std::string> &computed = clist->computed (); 2509 struct collection_list *clist; local
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 1922 struct xcmd *clist; local 1927 clist = clist1; 1929 clist = clist2; 1934 for (cl = clist; cl->keyword != 0; cl++) { 1957 if (clist == clist1 && clist2 != 0) { 1958 clist = clist2;
|