/titanic_51/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 105 struct rpcblist *blist; in svc_getrpcinfo() local 146 if ((blist = (struct rpcblist *)rpcb_getmaps(nconf, "localhost")) in svc_getrpcinfo() 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 in svc_getrpcinfo() [all...] |
/titanic_51/usr/src/uts/common/io/ |
H A D | ksyms.c | 64 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, PAGESIZ in ksyms_open() [all...] |
/titanic_51/usr/src/cmd/troff/ |
H A D | n3.c | 58 filep blist[NBLIST]; variable 435 filep alloc() /*return free blist[] block in nextb*/ in alloc() 441 if (blist[i] == 0) in alloc() 447 blist[i] = -1; in alloc() 469 ffree(i) /*free blist[i] and blocks pointed to*/ in ffree() 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...] |
/titanic_51/usr/src/cmd/power/ |
H A D | handlers.c | 178 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; *b in autosd() [all...] |
/titanic_51/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 401 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()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 175 static struct blocked *blist; variable 191 for(bp=blist ; bp; bp=bp->next) in block_info() 202 pp->next = blist; in block_info() 203 blist = pp; in block_info() 210 blist = bp = bp->next; in block_done()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 184 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()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 5267 browser_t *blist; in LogClientInfo() local 5269 for (blist = req->u.browser.browsers; blist; blist = blist->next) in LogClientInfo() 5271 (blist == req->u.browser.browsers) ? prefix : " ",blist->q.qname.c, in LogClientInfo() 5336 browser_t *blist; in GetMcastClients() local 5337 for (blist = req->u.browser.browsers; blist; blis in GetMcastClients() 5401 browser_t *blist; LogMcastClientInfo() local [all...] |
/titanic_51/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 726 struct memlist *blist);
|