Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dblist.h75 typedef struct blist *blist_t;
81 extern void blist_destroy(blist_t blist);
82 extern blist_blkno_t blist_alloc(blist_t blist, blist_blkno_t count);
83 extern void blist_free(blist_t blist, blist_blkno_t blkno, blist_blkno_t count);
86 extern void blist_print(blist_t blist);
/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddcache.c149 append_block (struct dcache_block **blist, struct dcache_block *block) in append_block() argument
151 if (*blist) in append_block()
153 block->next = *blist; in append_block()
154 block->prev = (*blist)->prev; in append_block()
156 (*blist)->prev = block; in append_block()
164 *blist = block; in append_block()
171 remove_block (struct dcache_block **blist, struct dcache_block *block) in remove_block() argument
175 *blist = NULL; in remove_block()
184 if (*blist == block) in remove_block()
185 *blist = block->next; in remove_block()
[all …]
/netbsd/src/sbin/ldconfig/
Dldconfig.c376 struct hints_bucket *blist; in buildhints() local
408 blist = (struct hints_bucket *)xmalloc(n); in buildhints()
409 memset(blist, 0, n); in buildhints()
412 blist[i].hi_next = -1; in buildhints()
420 bp = blist + in buildhints()
425 if (blist[i].hi_pathx == 0) in buildhints()
433 bp = &blist[bp->hi_next]; in buildhints()
435 bp = blist + i; in buildhints()
472 if ((size_t)write(fd, blist, hdr.hh_nbucket * sizeof(struct hints_bucket)) != in buildhints()
501 free(blist); in buildhints()
[all …]
/netbsd/src/usr.sbin/lpr/lpd/
Dlpd.c124 char **blist; /* list of addresses to bind(2) to */ variable
167 newblist = realloc(blist, in main()
171 blist = newblist; in main()
174 blist[blist_addrs++] = strdup(optarg); in main()
288 if (blist != NULL) { in main()
290 free(blist[i]); in main()
291 free(blist); in main()
751 error = getaddrinfo((blist_addrs == 0) ? NULL : blist[blidx], in socksetup()
755 syslog(LOG_ERR, "%s: %s", blist[blidx], in socksetup()
/netbsd/src/games/hunt/huntd/
Dshots.c72 BULLET *blist; in moveshots() local
85 blist = Bullets; in moveshots()
87 for (bp = blist; bp != NULL; bp = next) { in moveshots()
132 blist = Bullets; in moveshots()
134 for (bp = blist; bp != NULL; bp = next) { in moveshots()
986 zapshot(BULLET *blist, BULLET *obp) in zapshot() argument
992 for (bp = blist; bp != NULL; bp = bp->b_next) { in zapshot()
1002 explshot(blist, obp->b_y, obp->b_x); in zapshot()
1010 explshot(BULLET *blist, int y, int x) in explshot() argument
1014 for (bp = blist; bp != NULL; bp = bp->b_next) in explshot()
[all …]
/netbsd/src/sys/kern/
Dsubr_blist.c137 struct blist { struct
202 bl = kmem_zalloc(sizeof(struct blist), KM_SLEEP); in blist_create()
232 kmem_free(bl, sizeof(struct blist)); in blist_destroy()
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Duds_daemon.c6935 for (const browser_t *blist = browse->browsers; blist; blist = blist->next) in LogClientInfoToFD() local
6938 … (blist == browse->browsers) ? prefix : "", req->flags, req->interfaceIndex, blist->q.qname.c, in LogClientInfoToFD()
7060 for (const browser_t *blist = browse->browsers; blist; blist = blist->next) in LogClientInfo() local
7063 … (blist == browse->browsers) ? prefix : "", req->flags, req->interfaceIndex, blist->q.qname.c, in LogClientInfo()
7143 for (const browser_t *blist = req->browse->browsers; blist; blist = blist->next) in GetMcastClients() local
7145 if (mDNSOpaque16IsZero(blist->q.TargetQID)) in GetMcastClients()
7219 for (const browser_t *blist = req->browse->browsers; blist; blist = blist->next) in LogMcastClientInfo() local
7221 if (mDNSOpaque16IsZero(blist->q.TargetQID)) in LogMcastClientInfo()
7222 …ogMcastNoIdent("Q: DNSServiceBrowse %##s %s PID[%d](%s)", blist->q.qname.c, DNSTypeName(blist->q.… in LogMcastClientInfo()