Searched refs:blist (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/bless-103/libbless/HFS/
H A DBLGetFileID.c44 struct attrlist blist; local
52 blist.bitmapcount = 5;
53 blist.reserved = 0;
54 blist.commonattr = ATTR_CMN_OBJID;
55 blist.volattr = 0;
56 blist.dirattr = 0;
57 blist.fileattr = 0;
58 blist.forkattr = 0;
60 err = getattrlist(path, &blist, &attrbuf, sizeof(attrbuf), 0);
H A DBLGetDiskSectorsForFile.c70 struct attrlist alist, blist; local
100 blist.bitmapcount = 5;
101 blist.reserved = 0;
102 blist.commonattr = 0;
103 blist.volattr = ATTR_VOL_MINALLOCATION|ATTR_VOL_INFO;
104 blist.dirattr = 0;
105 blist.fileattr = 0;
106 blist.forkattr = 0;
108 ret = getattrlist(sb.f_mntonname, &blist, &ainfo, sizeof(ainfo), 1);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dblist.h8 * blist = blist_create(blocks)
9 * (void) blist_destroy(blist)
10 * blkno = blist_alloc(blist, count)
11 * (void) blist_free(blist, blkno, count)
12 * (void) blist_resize(&blist, count, freeextra)
22 * capable of managing up to (2^31) blocks per blist, though
27 * $FreeBSD: src/sys/sys/blist.h,v 1.2 1999/08/28 00:51:33 peter Exp $
77 typedef struct blist { struct
94 extern void blist_destroy(blist_t blist);
95 extern daddr_t blist_alloc(blist_t blist, daddr_
[all...]
H A Dblist.c32 * Unlike the rlist code, the blist code wires all necessary memory at
35 * on an rlist_free() call. The non-blocking features of the blist code
37 * rlist code uses a little less overall memory then the blist code (but
38 * due to swap interleaving not all that much less), but the blist code
72 #include <sys/blist.h>
99 #include <sys/blist.h>
117 /* #include <sys/blist.h> */
118 #include "blist.h"
154 * blist_create() - create a blist capable of handling up to the specified
159 * The smallest blist consist
[all...]
H A Ddtrace_glue.c1007 #include "blist.h"
1009 /* By passing around blist *handles*, the underlying blist can be resized as needed. */
1011 blist_t blist; member in struct:blist_hdl
1031 p->blist = bl = blist_create( size );
1043 blist_t bl = q->blist;
1050 q->blist = bl;
1064 blist_free( p->blist, (daddr_t)(uintptr_t)vaddr, (daddr_t)size );
1072 blist_destroy( p->blist );
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfind-file.el648 blist ;; list of live buffers
649 buf ;; current buffer in blist
671 (setq blist (buffer-list))
672 (setq buf (buffer-name (car blist)))
673 (while (and blist (not found))
676 (setq found (buffer-file-name (car blist))))
678 (setq blist (cdr blist))
679 (setq buf (buffer-name (car blist))))
H A Ddired.el754 (let (found (blist dired-buffers)) ; was (buffer-list)
756 (while blist
757 (if (null (buffer-name (cdr (car blist))))
758 (setq blist (cdr blist))
760 (set-buffer (cdr (car blist)))
768 (setq found (cdr (car blist))
769 blist nil)
770 (setq blist (cdr blist))))))
[all...]
H A Dbookmark.el1465 (let ((blist (bookmark-alist-from-buffer)))
1466 (if (listp blist)
1470 (setq bookmark-alist blist)
1473 (bookmark-import-new-list blist)
H A Ddired-aux.el1240 (blist (buffer-list)))
1241 (while blist
1243 (set-buffer (car blist))
1253 (setq blist (cdr blist)))))
H A Dprinting.el5828 (blist (buffer-list))
5830 (while (and (not found) blist)
5832 (set-buffer (car blist))
5842 (setq found (car blist))))
5843 (setq blist (cdr blist)))
6093 (let ((blist (buffer-list))
6095 (while blist
6096 (let ((name (buffer-name (car blist)))
6099 (setq blist (cd
[all...]
H A Dibuffer.el2126 (let ((blist (ibuffer-current-state-list)))
2127 (when (null blist)
2132 (ibuffer-redisplay-engine blist t)
2151 (blist (ibuffer-filter-buffers
2162 (when (null blist)
2169 (ibuffer-redisplay-engine blist arg)
H A Diswitchb.el1130 (let ((blist (iswitchb-get-buffers-in-frames 'current)))
1132 (if (memq buffer blist)
H A Dido.el3903 (let ((blist (ido-get-buffers-in-frames 'current)))
3905 (if (member buffer blist)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl360 foreach {a blist} $dict {
361 foreach b $blist {
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c3020 struct nfsbuflists blist, commitlist; local
3063 if (!nfs_buf_iterprepare(np, &blist, flags)) {
3064 while ((bp = LIST_FIRST(&blist))) {
3127 nfs_buf_itercomplete(np, &blist, NBI_DIRTY);
3256 struct nfsbuflists blist; local
3305 if (!nfs_buf_iterprepare(np, &blist, NBI_DIRTY)) {
3306 while ((bp = LIST_FIRST(&blist))) {
3321 nfs_buf_itercomplete(np, &blist, NBI_DIRTY);
3373 nfs_buf_itercomplete(np, &blist, NBI_DIRTY);
3475 struct nfsbuflists blist; local
3714 struct nfsbuflists blist; local
[all...]
H A Dnfs_vnops.c5299 struct nfsbuflists blist; local
5372 if (!nfs_buf_iterprepare(dnp, &blist, NBI_CLEAN)) {
5374 while ((bp = LIST_FIRST(&blist))) {
5420 nfs_buf_itercomplete(dnp, &blist, NBI_CLEAN);
5524 struct nfsbuflists blist; local
5568 if (!nfs_buf_iterprepare(dnp, &blist, NBI_CLEAN)) {
5570 while ((bp = LIST_FIRST(&blist))) {
5604 nfs_buf_itercomplete(dnp, &blist, NBI_CLEAN);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c5145 browser_t *blist; local
5147 for (blist = req->u.browser.browsers; blist; blist = blist->next)
5149 (blist == req->u.browser.browsers) ? prefix : " ",blist->q.qname.c,
5214 browser_t *blist; local
5215 for (blist = req->u.browser.browsers; blist; blis
5279 browser_t *blist; local
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dnvdisc.c184 static struct blocked *blist; variable in typeref:struct:blocked
200 for(bp=blist ; bp; bp=bp->next)
211 pp->next = blist;
212 blist = pp;
219 blist = bp = bp->next;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dpcomplete.c405 char **blist; local
408 /* rl_funmap_names allocates blist, but not its members */
409 blist = (char **)rl_funmap_names (); /* XXX fix const later */
411 sl->list = blist;
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclCmdMZ.c3526 Tcl_Obj *blist = NULL; /* List obj which is the body */
3655 blist = objv[0];
3906 TclListLines(blist, bline, objc, ctxPtr->line, objv);
3494 Tcl_Obj *blist = NULL; /* List obj which is the body */ local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdMZ.c2750 Tcl_Obj* blist = NULL; /* List obj which is the body */
2806 blist = objv[0];
2938 ListLines (blist, bline, objc, ctx.line, objv);
2740 Tcl_Obj* blist = NULL; /* List obj which is the body */ local
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles132 bsd/dev/dtrace/blist.c optional config_dtrace
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el13718 (defun org-release-buffers (blist)
13723 (while (setq buf (pop blist))

Completed in 356 milliseconds