Searched defs:blist (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c105 struct rpcblist *blist; local
146 if ((blist = (struct rpcblist *)rpcb_getmaps(nconf, "localhost"))
153 for (; blist != NULL; blist = blist->rpcb_next) {
154 if (blist->rpcb_map.r_prog != rpc->r_number)
158 if (strcmp(blist->rpcb_map.r_netid, sproto) != 0)
161 if (strcmp(blist->rpcb_map.r_netid, UDP) &&
162 strcmp(blist->rpcb_map.r_netid, UDP6) &&
163 strcmp(blist
[all...]
/illumos-gate/usr/src/cmd/troff/
H A Dn3.c58 filep blist[NBLIST]; variable
435 filep alloc() /*return free blist[] block in nextb*/
441 if (blist[i] == 0)
447 blist[i] = -1;
469 ffree(i) /*free blist[i] and blocks pointed to*/
474 while (blist[j = blisti(i)] != (unsigned) ~0) {
475 i = (filep) blist[j];
476 blist[j] = 0;
478 blist[j] = 0;
495 wbf(i) /*store i into blist[offse
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dksyms.c64 list_t blist; member in struct:ksyms_buflist_hdr
95 hptr->cur = list_next(&hptr->blist, hptr->cur);
109 while (list = list_head(&hdr->blist)) {
110 list_remove(&hdr->blist, list);
113 list_destroy(&hdr->blist);
143 list_insert_tail(&hdr->blist, list);
156 hdr->cur = list_head(&hdr->blist);
186 ksyms_buflist_t *list = list_head(&hdr->blist);
199 list = list_next(&hdr->blist, list);
223 list_create(&hdr.blist, PAGESIZ
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c175 static struct blocked *blist; variable in typeref:struct:blocked
191 for(bp=blist ; bp; bp=bp->next)
202 pp->next = blist;
203 blist = pp;
210 blist = bp = bp->next;
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c401 char *blist = NULL; local
404 if ((blist = strdup(brands)) == NULL)
407 if ((str = strtok(blist, delim)) != NULL) {
429 free(blist);
/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c178 static struct btoc blist[] = { local
187 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) {
337 static struct btoc blist[] = { local
347 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) {
390 static struct btoc blist[] = { local
400 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) {
438 static struct btoc blist[] = { local
447 for (behavior = LINEARG(1), bp = blist; bp->cmd; bp++) {
524 static char *blist[] = { local
537 for (behavior = LINEARG(4), bp = blist; *b
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c5314 browser_t *blist; local
5316 for (blist = req->u.browser.browsers; blist; blist = blist->next)
5318 (blist == req->u.browser.browsers) ? prefix : " ", req->flags, req->interfaceIndex, blist->q.qname.c,
5386 browser_t *blist; local
5387 for (blist = req->u.browser.browsers; blist; blis
5451 browser_t *blist; local
[all...]

Completed in 98 milliseconds