Searched refs:spacing (Results 1 – 5 of 5) sorted by relevance
51 static char spacing[] = "* "; variable65 if (ftape_function_nest_level < sizeof(spacing)) { in ftape_trace_call()66 indent = (spacing + in ftape_trace_call()67 sizeof(spacing) - 1 - in ftape_trace_call()70 indent = spacing; in ftape_trace_call()87 if (ftape_function_nest_level < sizeof(spacing)) { in ftape_trace_exit()88 indent = (spacing + in ftape_trace_exit()89 sizeof(spacing) - 1 - in ftape_trace_exit()92 indent = spacing; in ftape_trace_exit()109 if (ftape_function_nest_level < sizeof(spacing)) { in ftape_trace_log()[all …]
286 # Square bullet, non-spacing blank
295 MT_ST_FAST_EOM using the SCSI spacing to EOD (global)407 The MTEOM command is by default implemented as spacing over 32767409 correct. The user can request using direct spacing to EOD by setting
2016 my $spacing = $1;2031 } elsif ($spacing !~ /\s+/) {
481 u32 spacing; in ia_cbr_setup() local517 spacing = dev->CbrTotEntries / entries; in ia_cbr_setup()522 IF_CBR(printk("Vci=0x%x,Spacing=0x%x,Sp_mod=0x%x\n",vcIndex,spacing,sp_mod);) in ia_cbr_setup()534 idealSlot += (u32)(spacing + fracSlot); // Point to the next location in ia_cbr_setup()