full 288 ddb/db_command.c boolean_t full = FALSE;
full 291 ddb/db_command.c full = TRUE;
full 293 ddb/db_command.c vfs_buf_print((struct buf *) addr, full, db_printf);
full 300 ddb/db_command.c boolean_t full = FALSE;
full 303 ddb/db_command.c full = TRUE;
full 305 ddb/db_command.c uvm_map_printit((struct vm_map *) addr, full, db_printf);
full 328 ddb/db_command.c boolean_t full = FALSE;
full 331 ddb/db_command.c full = TRUE;
full 333 ddb/db_command.c vfs_mount_print((struct mount *) addr, full, db_printf);
full 340 ddb/db_command.c boolean_t full = FALSE;
full 343 ddb/db_command.c full = TRUE;
full 345 ddb/db_command.c uvm_object_printit((struct uvm_object *) addr, full, db_printf);
full 352 ddb/db_command.c boolean_t full = FALSE;
full 355 ddb/db_command.c full = TRUE;
full 357 ddb/db_command.c uvm_page_printit((struct vm_page *) addr, full, db_printf);
full 364 ddb/db_command.c boolean_t full = FALSE;
full 367 ddb/db_command.c full = TRUE;
full 369 ddb/db_command.c vfs_vnode_print((struct vnode *) addr, full, db_printf);
full 193 dev/ic/aic79xx.c u_int msgval, int full);
full 4238 dev/ic/aic79xx.c ahd_sent_msg(struct ahd_softc *ahd, ahd_msgtype type, u_int msgval, int full)
full 4254 dev/ic/aic79xx.c if (full) {
full 195 dev/ic/aic7xxx.c u_int msgval, int full);
full 3018 dev/ic/aic7xxx.c ahc_sent_msg(struct ahc_softc *ahc, ahc_msgtype type, u_int msgval, int full)
full 3034 dev/ic/aic7xxx.c if (full) {
full 852 dev/ic/ath.c ath_reset(struct ath_softc *sc, int full)
full 874 dev/ic/ath.c full ? AH_TRUE : AH_FALSE, &status)) {
full 483 dev/pci/hifn7751.c hifn_reset_board(struct hifn_softc *sc, int full)
full 501 dev/pci/hifn7751.c if (full) {
full 169 dev/rasops/rasops_bitops.h int tmp, lmask, rmask, height, lnum, rnum, sb, db, cnt, full;
full 233 dev/rasops/rasops_bitops.h full = (num - (32 - (dst & 31))) >> 5;
full 235 dev/rasops/rasops_bitops.h full = num >> 5;
full 268 dev/rasops/rasops_bitops.h for (cnt = full; cnt; cnt--, sp--) {
full 307 dev/rasops/rasops_bitops.h for (cnt = full; cnt; cnt--, sp++) {
full 2176 kern/vfs_subr.c vfs_buf_print(struct buf *bp, int full, int (*pr)(const char *, ...))
full 2193 kern/vfs_subr.c if (full)
full 2194 kern/vfs_subr.c softdep_print(bp, full, pr);
full 2202 kern/vfs_subr.c vfs_vnode_print(struct vnode *vp, int full, int (*pr)(const char *, ...))
full 2217 kern/vfs_subr.c if (full) {
full 2223 kern/vfs_subr.c vfs_buf_print(bp, full, pr);
full 2229 kern/vfs_subr.c vfs_buf_print(bp, full, pr);
full 2235 kern/vfs_subr.c vfs_mount_print(struct mount *mp, int full, int (*pr)(const char *, ...))
full 2280 kern/vfs_subr.c if (full) {
full 1953 net/if_bridge.c bridge_rtflush(struct bridge_softc *sc, int full)
full 1961 net/if_bridge.c if (full ||
full 228 nfs/nfsm_subs.h #define nfsm_v3attrbuild(a, full) \
full 237 nfs/nfsm_subs.h if ((full) && (a)->va_uid != (uid_t)VNOVAL) { \
full 245 nfs/nfsm_subs.h if ((full) && (a)->va_gid != (gid_t)VNOVAL) { \
full 253 nfs/nfsm_subs.h if ((full) && (a)->va_size != VNOVAL) { \
full 1503 scsi/st.c st_erase(st, full, flags)
full 1505 scsi/st.c int full, flags;
full 1517 scsi/st.c if (full) {
full 5684 ufs/ffs/ffs_softdep.c softdep_print(struct buf *bp, int full, int (*pr)(const char *, ...))
full 5690 ufs/ffs/ffs_softdep.c worklist_print(wk, full, pr);
full 5694 ufs/ffs/ffs_softdep.c worklist_print(struct worklist *wk, int full, int (*pr)(const char *, ...))
full 5713 ufs/ffs/ffs_softdep.c for (prefix[i = 2 * MIN(16, full)] = '\0'; i--; prefix[i] = ' ')
full 3615 uvm/uvm_map.c uvm_map_printit(struct vm_map *map, boolean_t full,
full 3631 uvm/uvm_map.c if (!full)
full 3655 uvm/uvm_map.c uvm_object_printit(uobj, full, pr)
full 3657 uvm/uvm_map.c boolean_t full;
full 3670 uvm/uvm_map.c if (!full) {
full 3698 uvm/uvm_map.c uvm_page_printit(pg, full, pr)
full 3700 uvm/uvm_map.c boolean_t full;
full 3727 uvm/uvm_map.c if (!full)