Searched refs:blist (Results 1 – 8 of 8) sorted by relevance
/titanic_41/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->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() [all …]
|
/titanic_41/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, PAGESIZE, in ksyms_open()
|
/titanic_41/usr/src/cmd/troff/ |
H A D | n3.c | 58 filep blist[NBLIST]; variable 441 if (blist[i] == 0) in alloc() 447 blist[i] = -1; in alloc() 474 while (blist[j = blisti(i)] != (unsigned) ~0) { 475 i = (filep) blist[j]; 476 blist[j] = 0; 478 blist[j] = 0; 517 if (blist[j] == (unsigned) ~0) { 522 blist[j] = (unsigned)(nextb); 524 offset = ((filep)blist[j]); [all …]
|
/titanic_41/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; *bp; bp++) { in autosd()
|
/titanic_41/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_41/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_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uds_daemon.c | 950 browser_t *blist; in LogClientInfo() local 951 for (blist = req->browser_info->browsers; blist; blist = blist->next) in LogClientInfo() 952 LogMsgNoIdent("%3d: DNSServiceBrowse %##s", req->sd, blist->q.qname.c); in LogClientInfo()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 726 struct memlist *blist);
|