Searched refs:XPTRWIDTH (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_descrip.c | 5369 #define XPTRWIDTH ((int)howmany(sizeof(void *) * NBBY, 4)) in db_print_file() macro 5374 XPTRWIDTH, "File", "Type", XPTRWIDTH, "Data", "Flag", in db_print_file() 5375 "GCFl", "Count", "MCount", XPTRWIDTH, "Vnode", "FPID", in db_print_file() 5378 db_printf("%*p %6s %*p %08x %04x %5d %6d %*p %5d %s\n", XPTRWIDTH, in db_print_file() 5379 fp, file_type_to_name(fp->f_type), XPTRWIDTH, fp->f_data, in db_print_file() 5380 fp->f_flag, 0, refcount_load(&fp->f_count), 0, XPTRWIDTH, fp->f_vnode, in db_print_file() 5383 #undef XPTRWIDTH in db_print_file()
|