Searched refs:blist (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | blist.h | 75 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/sbin/ldconfig/ |
H A D | ldconfig.c | 376 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/ |
H A D | lpd.c | 124 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/ |
H A D | shots.c | 72 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/ |
H A D | subr_blist.c | 57 * Unlike the rlist code, the blist code wires all necessary memory at 60 * on an rlist_free() call. The non-blocking features of the blist code 62 * rlist code uses a little less overall memory than the blist code (but 63 * due to swap interleaving not all that much less), but the blist code 98 #include <sys/blist.h> 119 #include "../sys/blist.h" 137 struct blist { struct 174 * blist_create() - create a blist capable of handling up to the specified 179 * The smallest blist consists of a single leaf node capable of 202 bl = kmem_zalloc(sizeof(struct blist), KM_SLEE in blist_create() 138 bl_blocksblist global() argument 139 bl_radixblist global() argument 140 bl_skipblist global() argument 141 bl_freeblist global() argument 143 bl_rootblksblist global() argument [all...] |
/netbsd-src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/ |
H A D | README | 263 { my $blist = ''; 265 $blist .= qq{ * $i\n}; 267 $blist;
|
/netbsd-src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/ |
H A D | Changes | 244 { my $blist = ''; 246 $blist .= qq{ * $i\n}; 248 $blist;
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | options.c | 1009 struct acl_options* b, *blast = NULL, *blist = NULL; in copy_acl_list() local 1023 if(!blist) blist = b; in copy_acl_list() 1029 return blist; in copy_acl_list()
|