Symbol: full
bin/df/df.c
461
static const char full[] = "100";
bin/df/df.c
598
availblks == 0 ? full : strspct(pb, sizeof(pb), used,
bin/df/df.c
636
availblks == 0 ? full :
bin/df/df.c
653
inodes == 0 ? (used == 0 ? empty : full) :
bin/ksh/vi.c
2158
vi_pprompt(full)
bin/ksh/vi.c
2159
int full;
bin/ksh/vi.c
2161
pprompt(prompt + (full ? 0 : prompt_skip), prompt_trunc);
common/dist/zlib/examples/gzappend.c
261
int ret, lastbit, left, full;
common/dist/zlib/examples/gzappend.c
296
have = full = 0;
common/dist/zlib/examples/gzappend.c
322
full = 1;
common/dist/zlib/examples/gzappend.c
362
if (full) {
games/boggle/boggle/bog.c
67
static void clearwordpath(int full);
games/boggle/boggle/bog.c
691
clearwordpath(int full)
games/boggle/boggle/bog.c
696
for (pos = 0; pos < max && (full || wordpath[pos] != -1); pos++) {
games/dab/board.h
62
int full(void) const; // True if no more moves
games/dab/player.cc
70
if (b.full())
games/sail/dr_3.c
335
int rig, full;
games/sail/dr_3.c
348
full = 1;
games/sail/dr_3.c
350
full = 0;
games/sail/dr_3.c
352
full = 0;
games/sail/dr_3.c
355
full = 0;
games/sail/dr_3.c
357
if ((sp->file->FS != 0) != full)
games/sail/dr_3.c
358
send_fs(sp, full);
games/sail/pl_4.c
49
int rig, full;
games/sail/pl_4.c
52
full = mf->FS;
games/sail/pl_4.c
56
if (!full) {
games/trek/getpar.c
150
strcat(input, r->full);
games/trek/getpar.c
169
for (q = r->full; *p && *q; q++, p++)
games/trek/getpar.h
39
const char *full;
games/trek/score.c
97
Skitab[u - 1].abbrev, Skitab[u - 1].full);
games/trek/srscan.c
169
printf("Length, Skill %s%s, ", p->abbrev, p->full);
games/trek/srscan.c
171
printf("%s%s\n", p->abbrev, p->full);
games/trek/win.c
84
printf("from %s%s ", p->abbrev, p->full);
games/trek/win.c
86
printf("to %s%s\n", p->abbrev, p->full);
lib/libc/db/btree/bt_split.c
622
indx_t full, half, nxt, off, skip, top, used;
lib/libc/db/btree/bt_split.c
637
full = (indx_t)temp;
lib/libc/db/btree/bt_split.c
638
half = full / 2;
lib/libc/db/btree/bt_split.c
677
if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
sys/arch/hp300/stand/common/ite_sti.c
327
sti_init(int full)
sys/arch/hp300/stand/common/ite_sti.c
338
if (full)
sys/arch/luna68k/dev/omrasops.c
1287
int sb, eb, db, sboff, full, cnt, lnum, rnum;
sys/arch/luna68k/dev/omrasops.c
1326
full = (w - (32 - db)) / 32;
sys/arch/luna68k/dev/omrasops.c
1328
full = w / 32;
sys/arch/luna68k/dev/omrasops.c
1356
for (cnt = full; cnt; cnt--) {
sys/arch/luna68k/dev/omrasops.c
1392
for (cnt = full; cnt; cnt--) {
sys/arch/luna68k/dev/omrasops.c
1420
int sb, eb, db, sboff, full, cnt, lnum, rnum;
sys/arch/luna68k/dev/omrasops.c
1465
full = (w - (32 - db)) / 32;
sys/arch/luna68k/dev/omrasops.c
1467
full = w / 32;
sys/arch/luna68k/dev/omrasops.c
1501
for (cnt = full; cnt; cnt--) {
sys/arch/luna68k/dev/omrasops.c
1555
for (cnt = full; cnt; cnt--) {
sys/arch/m68k/060sp/dist/ilsp.s
293
# if the divisor msw is 0, use simpler algorithm then the full blown
sys/arch/powerpc/powerpc/db_trace.c
151
bool full = false;
sys/arch/powerpc/powerpc/db_trace.c
164
full = true;
sys/arch/powerpc/powerpc/db_trace.c
342
if (full)
sys/arch/sparc64/sparc64/db_interface.c
527
int i, j, full = 0;
sys/arch/sparc64/sparc64/db_interface.c
535
full = 1;
sys/arch/sparc64/sparc64/db_interface.c
554
if (full) {
sys/arch/sparc64/sparc64/db_interface.c
583
int i, j=0, full = 0;
sys/arch/sparc64/sparc64/db_interface.c
591
full = 1;
sys/arch/sparc64/sparc64/db_interface.c
602
if (full) {
sys/arch/sparc64/sparc64/db_interface.c
848
int i, start = 0, full = 0, reverse = 0;
sys/arch/sparc64/sparc64/db_interface.c
860
full = 1;
sys/arch/sparc64/sparc64/db_interface.c
872
if (!full) end = &trap_trace[start+1];
sys/arch/sparc64/sparc64/db_interface.c
877
if (full && start)
sys/arch/sparc64/sparc64/db_interface.c
889
if (full && start)
sys/arch/sun2/sun2/promlib.c
113
if (full) {
sys/arch/sun2/sun2/promlib.c
126
_mode_kernel(struct kernel_state *state, int full)
sys/arch/sun2/sun2/promlib.c
132
if (full) {
sys/arch/sun2/sun2/promlib.c
97
_mode_monitor(struct kernel_state *state, int full)
sys/arch/x86/x86/cpu.c
1249
cpu_init_msrs(struct cpu_info *ci, bool full)
sys/arch/x86/x86/cpu.c
1301
if (full) {
sys/arch/xen/x86/cpu.c
1064
cpu_init_msrs(struct cpu_info *ci, bool full)
sys/arch/xen/x86/cpu.c
1067
if (full) {
sys/ddb/db_command.c
1038
bool full = false;
sys/ddb/db_command.c
1041
full = true;
sys/ddb/db_command.c
1048
kqueue_printit((struct kqueue *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1060
bool full = false;
sys/ddb/db_command.c
1063
full = true;
sys/ddb/db_command.c
1068
uvm_map_printit((struct vm_map *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1080
bool full = false;
sys/ddb/db_command.c
1083
full = true;
sys/ddb/db_command.c
1085
uvm_object_printit((struct uvm_object *)(uintptr_t) addr, full,
sys/ddb/db_command.c
1098
bool full = false;
sys/ddb/db_command.c
1101
full = true;
sys/ddb/db_command.c
1103
uvm_page_printit((struct vm_page *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1128
bool full = false;
sys/ddb/db_command.c
1131
full = true;
sys/ddb/db_command.c
1133
vfs_buf_print((struct buf *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1203
bool full = false;
sys/ddb/db_command.c
1206
full = true;
sys/ddb/db_command.c
1208
vfs_vnode_print((struct vnode *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1220
bool full = false;
sys/ddb/db_command.c
1223
full = true;
sys/ddb/db_command.c
1225
vfs_vnode_lock_print((struct vnode *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1249
bool full = false;
sys/ddb/db_command.c
1252
full = true;
sys/ddb/db_command.c
1254
vfs_mount_print((struct mount *)(uintptr_t) addr, full, db_printf);
sys/ddb/db_command.c
1262
bool full = false;
sys/ddb/db_command.c
1265
full = true;
sys/ddb/db_command.c
1267
vfs_mount_print_all(full, db_printf);
sys/ddb/db_command.c
1484
bool full = false;
sys/ddb/db_command.c
1487
full = true;
sys/ddb/db_command.c
1490
full, db_printf);
sys/ddb/db_xxx.c
165
bool full = false;
sys/ddb/db_xxx.c
175
full = true;
sys/ddb/db_xxx.c
191
vfs_vnode_print(vp, full, db_printf);
sys/dev/audio/audio.c
2959
bool full;
sys/dev/audio/audio.c
2961
full = (usrbuf->used >= track->usrbuf_usedhigh &&
sys/dev/audio/audio.c
2964
if (!full)
sys/dev/fdt/fdt_ddb.c
123
fdt_print(const void *addr, bool full,
sys/dev/fdt/fdt_ddb.c
158
if (!full)
sys/dev/ic/aic79xx.c
170
u_int msgval, int full);
sys/dev/ic/aic79xx.c
4111
ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full)
sys/dev/ic/aic79xx.c
4127
if (full) {
sys/dev/ic/aic7xxx.c
195
u_int msgval, int full);
sys/dev/ic/aic7xxx.c
2941
ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full)
sys/dev/ic/aic7xxx.c
2957
if (full) {
sys/dev/pci/hifn7751.c
759
hifn_reset_board(struct hifn_softc *sc, int full)
sys/dev/pci/hifn7751.c
777
if (full) {
sys/dev/rasops/rasops.c
1109
int row, col, height, slop1, slop2, full, cnt;
sys/dev/rasops/rasops.c
1169
full = (ri->ri_xscale - slop1 /* - slop2 */) >> 2;
sys/dev/rasops/rasops.c
1185
for (cnt = full; cnt; cnt--) {
sys/dev/rasops/rasops.c
1194
memcpy(hp, rp, ((slop1 != 0) + full +
sys/dev/rasops/rasops.h
225
int slop1, slop2, full;
sys/dev/rasops/rasops.h
235
full = (bytes - slop1 /* - slop2 */) >> 2;
sys/dev/rasops/rasops.h
245
for (; full; full--) {
sys/dev/rasops/rasops1-4_putchar.h
205
full = width / 32;
sys/dev/rasops/rasops1-4_putchar.h
206
width -= full * 32;
sys/dev/rasops/rasops1-4_putchar.h
220
for (cnt = full; cnt; cnt--)
sys/dev/rasops/rasops1-4_putchar.h
227
memcpy(hp, rp, ((lmask != -1) + full +
sys/dev/rasops/rasops1-4_putchar.h
254
for (cnt = full; cnt; cnt--) {
sys/dev/rasops/rasops1-4_putchar.h
269
memcpy(hp, rp, ((lmask != -1) + full +
sys/dev/rasops/rasops1-4_putchar.h
291
for (cnt = full; cnt; cnt--)
sys/dev/rasops/rasops1-4_putchar.h
297
memcpy(hp, rp, ((lmask != -1) + full +
sys/dev/rasops/rasops1-4_putchar.h
91
int height, width, full, cnt, bit;
sys/dev/rasops/rasops24.c
214
int bytes, full, slop, cnt;
sys/dev/rasops/rasops24.c
265
full = bytes / (4 * 3);
sys/dev/rasops/rasops24.c
266
slop = (bytes - full * (4 * 3)) / 4;
sys/dev/rasops/rasops24.c
271
for (cnt = full; cnt; cnt--) {
sys/dev/rasops/rasops24.c
297
int height, slop1, slop2, full, cnt;
sys/dev/rasops/rasops24.c
357
full = (num - slop1 /* - slop2 */) / 12;
sys/dev/rasops/rasops24.c
370
for (cnt = full; cnt; cnt--) {
sys/dev/rasops/rasops_bitops.h
222
int height, width, lnum, rnum, sb, db, full, cnt, sboff;
sys/dev/rasops/rasops_bitops.h
297
full = (num - lnum) >> 5;
sys/dev/rasops/rasops_bitops.h
299
full = num >> 5;
sys/dev/rasops/rasops_bitops.h
310
hp -= (lmask != 0) + full;
sys/dev/rasops/rasops_bitops.h
330
for (cnt = full; cnt; cnt--) {
sys/dev/rasops/rasops_bitops.h
346
memcpy(hp, dp, ((lmask != 0) + full +
sys/dev/rasops/rasops_bitops.h
380
for (cnt = full; cnt; cnt--, sp++) {
sys/dev/rasops/rasops_bitops.h
391
memcpy(hp, drp, ((lmask != 0) + full +
sys/dev/scsipi/st.c
1707
st_erase(struct st_softc *st, int full, int flags)
sys/dev/scsipi/st.c
1719
if (full) {
sys/dev/scsipi/st.c
357
static int st_erase(struct st_softc *, int full, int flags);
sys/fs/puffs/puffs_subr.c
50
const struct componentname *cn, int full)
sys/fs/puffs/puffs_subr.c
56
if (full) {
sys/kern/kern_event.c
2168
kqueue_printit(struct kqueue *kq, bool full, void (*pr)(const char *, ...))
sys/kern/vfs_subr.c
1678
vfs_buf_print(struct buf *bp, int full, void (*pr)(const char *, ...))
sys/kern/vfs_subr.c
1698
vfs_vnode_print(struct vnode *vp, int full, void (*pr)(const char *, ...))
sys/kern/vfs_subr.c
1701
uvm_object_printit(&vp->v_uobj, full, pr);
sys/kern/vfs_subr.c
1704
if (full) {
sys/kern/vfs_subr.c
1710
vfs_buf_print(bp, full, pr);
sys/kern/vfs_subr.c
1716
vfs_buf_print(bp, full, pr);
sys/kern/vfs_subr.c
1722
vfs_vnode_lock_print(void *vlock, int full, void (*pr)(const char *, ...))
sys/kern/vfs_subr.c
1731
vfs_vnode_print(VIMPL_TO_VNODE(vip), full, pr);
sys/kern/vfs_subr.c
1737
vfs_mount_print_all(int full, void (*pr)(const char *, ...))
sys/kern/vfs_subr.c
1741
vfs_mount_print(mp, full, pr);
sys/kern/vfs_subr.c
1745
vfs_mount_print(struct mount *mp, int full, void (*pr)(const char *, ...))
sys/kern/vfs_subr.c
1814
if (full) {
sys/kern/vfs_trans.c
1123
fstrans_dump(int full)
sys/kern/vfs_trans.c
1134
fstrans_print_lwp(p, l, full == 1);
sys/kern/vfs_trans.c
1138
fstrans_print_mount(mp, full == 1);
sys/kern/vfs_wapbl.c
1025
wapbl_buffered_flush(struct wapbl *wl, bool full)
sys/kern/vfs_wapbl.c
1038
if (!full && only_done) {
sys/kern/vfs_wapbl.c
1055
if (!full)
sys/kern/vfs_wapbl.c
2051
wapbl_print(struct wapbl *wl, int full, void (*pr)(const char *, ...))
sys/kern/vfs_wapbl.c
2092
if (full) {
sys/net/if_bridge.c
2474
int full = *(int*)arg;
sys/net/if_bridge.c
2476
if (full || (brt->brt_flags & IFBAF_TYPEMASK) == IFBAF_DYNAMIC)
sys/net/if_bridge.c
2488
bridge_rtflush(struct bridge_softc *sc, int full)
sys/net/if_bridge.c
2490
bridge_rtlist_iterate_remove(sc, bridge_rtflush_cb, &full);
sys/netinet/tcp_vtw.h
190
fatp_t full;
sys/netinet/tcp_vtw.h
192
full.inuse = (1U << FATP_NTAGS) - 1U;
sys/netinet/tcp_vtw.h
194
return (fp->inuse == full.inuse);
sys/nfs/nfsm_subs.h
304
#define nfsm_v3attrbuild(a, full) \
sys/nfs/nfsm_subs.h
313
if ((full) && (a)->va_uid != (uid_t)VNOVAL) { \
sys/nfs/nfsm_subs.h
321
if ((full) && (a)->va_gid != (gid_t)VNOVAL) { \
sys/nfs/nfsm_subs.h
329
if ((full) && (a)->va_size != VNOVAL) { \
sys/rump/librump/rumpvfs/rump_vfs.c
482
int *full = cl;
sys/rump/librump/rumpvfs/rump_vfs.c
486
vfs_vnode_print(vp, *full, (void *)rumpuser_dprintf);
sys/rump/librump/rumpvfs/rump_vfs.c
491
rump_vfs_mount_print(const char *path, int full)
sys/rump/librump/rumpvfs/rump_vfs.c
503
vfs_mount_print(mvp->v_mount, full, (void *)rumpuser_dprintf);
sys/rump/librump/rumpvfs/rump_vfs.c
504
if (full) {
sys/rump/librump/rumpvfs/rump_vfs.c
507
vfs_vnode_iterator_next(marker, rump_print_selector, &full);
sys/sys/wapbl.h
183
void wapbl_print(struct wapbl *wl, int full, void (*pr)(const char *, ...)
sys/uvm/uvm_map.c
5216
uvm_map_printit(struct vm_map *map, bool full,
sys/uvm/uvm_map.c
5228
if (!full)
sys/uvm/uvm_object.c
339
uvm_object_printit(struct uvm_object *uobj, bool full,
sys/uvm/uvm_object.c
354
if (!full) {
sys/uvm/uvm_page.c
2121
uvm_page_printit(struct vm_page *pg, bool full,
sys/uvm/uvm_page.c
2151
if (!full)
usr.sbin/cpuctl/arch/i386.c
1032
bool full;
usr.sbin/cpuctl/arch/i386.c
1170
full = descs[3] & CPUID_DATP_FULLASSOC;
usr.sbin/cpuctl/arch/i386.c
1174
= full ? 0xff : ways;
usr.sbin/fssconfig/fssconfig.c
114
char full[64], path[MAXPATHLEN];
usr.sbin/fssconfig/fssconfig.c
183
fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open);
usr.sbin/fssconfig/fssconfig.c
197
err(1, "%s: FSSIOCSET", full);
usr.sbin/fssconfig/fssconfig.c
208
char full[64];
usr.sbin/fssconfig/fssconfig.c
216
fd = opendisk1(argv[0], O_RDWR, full, sizeof(full), 0, prog_open);
usr.sbin/fssconfig/fssconfig.c
221
err(1, "%s: FSSIOCCLR", full);
usr.sbin/fssconfig/fssconfig.c
228
char *dev, path[64], full[64];
usr.sbin/fssconfig/fssconfig.c
244
fd = opendisk1(dev, O_RDONLY, full, sizeof(full), 0, prog_open);
usr.sbin/fssconfig/fssconfig.c
258
err(1, "%s: FSSIOCGET", full);