Home
last modified time | relevance | path

Searched refs:blist (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c105 struct rpcblist *blist; in svc_getrpcinfo() local
153 for (; blist != NULL; blist = blist->rpcb_next) { in svc_getrpcinfo()
154 if (blist->rpcb_map.r_prog != rpc->r_number) in svc_getrpcinfo()
158 if (strcmp(blist->rpcb_map.r_netid, sproto) != 0) in svc_getrpcinfo()
161 if (strcmp(blist->rpcb_map.r_netid, UDP) && in svc_getrpcinfo()
162 strcmp(blist->rpcb_map.r_netid, UDP6) && in svc_getrpcinfo()
163 strcmp(blist->rpcb_map.r_netid, TCP) && in svc_getrpcinfo()
164 strcmp(blist->rpcb_map.r_netid, TCP6)) in svc_getrpcinfo()
167 rpc_port = uaddr2port(blist->rpcb_map.r_addr); in svc_getrpcinfo()
177 if (strstr(line, blist->rpcb_map.r_netid)) in svc_getrpcinfo()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dksyms.c64 list_t blist; member
95 hptr->cur = list_next(&hptr->blist, hptr->cur); in ksyms_bcopy()
109 while (list = list_head(&hdr->blist)) { in ksyms_buflist_free()
110 list_remove(&hdr->blist, list); in ksyms_buflist_free()
113 list_destroy(&hdr->blist); in ksyms_buflist_free()
143 list_insert_tail(&hdr->blist, list); in ksyms_buflist_alloc()
156 hdr->cur = list_head(&hdr->blist); in ksyms_buflist_alloc()
186 ksyms_buflist_t *list = list_head(&hdr->blist); in ksyms_mapin()
199 list = list_next(&hdr->blist, list); in ksyms_mapin()
223 list_create(&hdr.blist, PAGESIZE, in ksyms_open()
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c56 filep blist[NBLIST]; variable
439 if (blist[i] == 0) in alloc()
445 blist[i] = -1; in alloc()
472 while (blist[j = blisti(i)] != (unsigned) ~0) {
473 i = (filep) blist[j];
474 blist[j] = 0;
476 blist[j] = 0;
515 if (blist[j] == (unsigned) ~0) {
520 blist[j] = (unsigned)(nextb);
522 offset = ((filep)blist[j]);
[all …]
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c178 static struct btoc blist[] = { in cpuidle() local
187 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) { in cpuidle()
337 static struct btoc blist[] = { in S3sup() local
347 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) { in S3sup()
390 static struct btoc blist[] = { in autoS3() local
400 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) { in autoS3()
438 static struct btoc blist[] = { in autopm() local
447 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) { in autopm()
524 static char *blist[] = { in autosd() local
537 for (behavior = LINEARG(4), bp = blist; *bp; bp++) { in autosd()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5316 browser_t *blist; in LogClientInfoToFD() local
5317 for (blist = req->u.browser.browsers; blist; blist = blist->next) in LogClientInfoToFD()
5319 …(blist == req->u.browser.browsers) ? prefix : "", req->flags, req->interfaceIndex, blist->q.qname.… in LogClientInfoToFD()
5392 browser_t *blist; in LogClientInfo() local
5393 for (blist = req->u.browser.browsers; blist; blist = blist->next) in LogClientInfo()
5395 …(blist == req->u.browser.browsers) ? prefix : "", req->flags, req->interfaceIndex, blist->q.qname.… in LogClientInfo()
5463 browser_t *blist; in GetMcastClients() local
5464 for (blist = req->u.browser.browsers; blist; blist = blist->next) in GetMcastClients()
5528 browser_t *blist; in LogMcastClientInfo() local
5529 for (blist = req->u.browser.browsers; blist; blist = blist->next) in LogMcastClientInfo()
[all …]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c401 char *blist = NULL; in z_make_brand_list() local
404 if ((blist = strdup(brands)) == NULL) in z_make_brand_list()
407 if ((str = strtok(blist, delim)) != NULL) { in z_make_brand_list()
429 free(blist); in z_make_brand_list()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c184 static struct blocked *blist; variable
200 for(bp=blist ; bp; bp=bp->next) in block_info()
211 pp->next = blist; in block_info()
212 blist = pp; in block_info()
219 blist = bp = bp->next; in block_done()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h726 struct memlist *blist);