/linux-2.4.37.9/scripts/ |
D | kernel-doc | 395 my %args = %{$_[0]}; 398 foreach $section (@{$args{'sectionlist'}}) { 401 output_highlight($args{'sections'}{$section}); 408 my %args = %{$_[0]}; 411 print "<h2>enum ".$args{'enum'}."</h2>\n"; 413 print "<b>enum ".$args{'enum'}."</b> {<br>\n"; 415 foreach $parameter (@{$args{'parameterlist'}}) { 417 if ($count != $#{$args{'parameterlist'}}) { 427 foreach $parameter (@{$args{'parameterlist'}}) { 430 output_highlight($args{'parameterdescs'}{$parameter}); [all …]
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dir2_trace.c | 101 xfs_da_args_t *args) in xfs_dir2_trace_args() argument 103 xfs_dir2_trace_enter(args->dp, XFS_DIR2_KTRACE_ARGS, where, in xfs_dir2_trace_args() 104 (char *)args->name, (int)args->namelen, in xfs_dir2_trace_args() 105 (void *)(unsigned long)args->hashval, in xfs_dir2_trace_args() 106 (void *)((unsigned long)(args->inumber >> 32)), in xfs_dir2_trace_args() 107 (void *)((unsigned long)(args->inumber & 0xFFFFFFFF)), in xfs_dir2_trace_args() 108 (void *)args->dp, (void *)args->trans, in xfs_dir2_trace_args() 109 (void *)(unsigned long)args->justcheck, NULL, NULL); in xfs_dir2_trace_args() 115 xfs_da_args_t *args, in xfs_dir2_trace_args_b() argument 118 xfs_dir2_trace_enter(args->dp, XFS_DIR2_KTRACE_ARGS_B, where, in xfs_dir2_trace_args_b() [all …]
|
D | xfs_alloc.c | 204 xfs_alloc_arg_t *args) /* allocation argument structure */ in xfs_alloc_fix_len() argument 209 ASSERT(args->mod < args->prod); in xfs_alloc_fix_len() 210 rlen = args->len; in xfs_alloc_fix_len() 211 ASSERT(rlen >= args->minlen); in xfs_alloc_fix_len() 212 ASSERT(rlen <= args->maxlen); in xfs_alloc_fix_len() 213 if (args->prod <= 1 || rlen < args->mod || rlen == args->maxlen || in xfs_alloc_fix_len() 214 (args->mod == 0 && rlen < args->prod)) in xfs_alloc_fix_len() 216 k = rlen % args->prod; in xfs_alloc_fix_len() 217 if (k == args->mod) in xfs_alloc_fix_len() 219 if (k > args->mod) { in xfs_alloc_fix_len() [all …]
|
D | xfs_attr.c | 81 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args); 86 STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args); 87 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args); 93 STATIC int xfs_attr_node_addname(xfs_da_args_t *args); 94 STATIC int xfs_attr_node_removename(xfs_da_args_t *args); 102 STATIC int xfs_attr_rmtval_get(xfs_da_args_t *args); 103 STATIC int xfs_attr_rmtval_set(xfs_da_args_t *args); 104 STATIC int xfs_attr_rmtval_remove(xfs_da_args_t *args); 121 xfs_da_args_t args; in xfs_attr_fetch() local 137 memset((char *)&args, 0, sizeof(args)); in xfs_attr_fetch() [all …]
|
D | xfs_dir2.c | 180 xfs_da_args_t args; /* operation arguments */ in xfs_dir2_init() local 183 memset((char *)&args, 0, sizeof(args)); in xfs_dir2_init() 184 args.dp = dp; in xfs_dir2_init() 185 args.trans = tp; in xfs_dir2_init() 190 return xfs_dir2_sf_create(&args, pdp->i_ino); in xfs_dir2_init() 207 xfs_da_args_t args; /* operation arguments */ in xfs_dir2_createname() local 219 args.name = name; in xfs_dir2_createname() 220 args.namelen = namelen; in xfs_dir2_createname() 221 args.hashval = xfs_da_hashname(name, namelen); in xfs_dir2_createname() 222 args.inumber = inum; in xfs_dir2_createname() [all …]
|
D | xfs_dir.c | 144 STATIC int xfs_dir_leaf_lookup(xfs_da_args_t *args); 145 STATIC int xfs_dir_leaf_removename(xfs_da_args_t *args, int *number_entries, 151 STATIC int xfs_dir_leaf_replace(xfs_da_args_t *args); 156 STATIC int xfs_dir_node_addname(xfs_da_args_t *args); 157 STATIC int xfs_dir_node_lookup(xfs_da_args_t *args); 158 STATIC int xfs_dir_node_removename(xfs_da_args_t *args); 163 STATIC int xfs_dir_node_replace(xfs_da_args_t *args); 234 xfs_da_args_t args; in xfs_dir_init() local 237 memset((char *)&args, 0, sizeof(args)); in xfs_dir_init() 238 args.dp = dir; in xfs_dir_init() [all …]
|
D | xfs_dir2_sf.c | 68 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args, 72 static void xfs_dir2_sf_addname_hard(xfs_da_args_t *args, int objchange, 74 static int xfs_dir2_sf_addname_pick(xfs_da_args_t *args, int objchange, 78 static void xfs_dir2_sf_check(xfs_da_args_t *args); 80 #define xfs_dir2_sf_check(args) argument 83 static void xfs_dir2_sf_toino4(xfs_da_args_t *args); 84 static void xfs_dir2_sf_toino8(xfs_da_args_t *args); 176 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_sf() argument 195 xfs_dir2_trace_args_sb("block_to_sf", args, size, bp); in xfs_dir2_block_to_sf() 196 dp = args->dp; in xfs_dir2_block_to_sf() [all …]
|
D | xfs_attr_leaf.c | 82 STATIC int xfs_attr_leaf_add_work(xfs_dabuf_t *leaf_buffer, xfs_da_args_t *args, 112 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create() argument 118 dp = args->dp; in xfs_attr_shortform_create() 134 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA); in xfs_attr_shortform_create() 143 xfs_attr_shortform_add(xfs_da_args_t *args) in xfs_attr_shortform_add() argument 151 dp = args->dp; in xfs_attr_shortform_add() 158 if (sfe->namelen != args->namelen) in xfs_attr_shortform_add() 160 if (memcmp(args->name, sfe->nameval, args->namelen) != 0) in xfs_attr_shortform_add() 162 if (((args->flags & ATTR_SECURE) != 0) != in xfs_attr_shortform_add() 165 if (((args->flags & ATTR_ROOT) != 0) != in xfs_attr_shortform_add() [all …]
|
D | xfs_dir2_trace.h | 58 void xfs_dir2_trace_args(char *where, struct xfs_da_args *args); 59 void xfs_dir2_trace_args_b(char *where, struct xfs_da_args *args, 61 void xfs_dir2_trace_args_bb(char *where, struct xfs_da_args *args, 63 void xfs_dir2_trace_args_bibii(char *where, struct xfs_da_args *args, 66 void xfs_dir2_trace_args_db(char *where, struct xfs_da_args *args, 68 void xfs_dir2_trace_args_i(char *where, struct xfs_da_args *args, xfs_ino_t i); 69 void xfs_dir2_trace_args_s(char *where, struct xfs_da_args *args, int s); 70 void xfs_dir2_trace_args_sb(char *where, struct xfs_da_args *args, int s, 75 #define xfs_dir2_trace_args(where, args) argument 76 #define xfs_dir2_trace_args_b(where, args, bp) argument [all …]
|
D | xfs_dir2_node.c | 70 static int xfs_dir2_leafn_add(xfs_dabuf_t *bp, xfs_da_args_t *args, int index); 76 static void xfs_dir2_leafn_moveents(xfs_da_args_t *args, xfs_dabuf_t *bp_s, 82 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, xfs_dabuf_t *bp, 85 static int xfs_dir2_node_addname_int(xfs_da_args_t *args, 131 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node() argument 149 xfs_dir2_trace_args_b("leaf_to_node", args, lbp); in xfs_dir2_leaf_to_node() 150 dp = args->dp; in xfs_dir2_leaf_to_node() 152 tp = args->trans; in xfs_dir2_leaf_to_node() 156 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) { in xfs_dir2_leaf_to_node() 208 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_add() argument [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | atari_scsi.h | 112 #define ARB_PRINTK(format, args...) \ argument 113 printk(KERN_DEBUG format , ## args) 115 #define ARB_PRINTK(format, args...) argument 118 #define ASEN_PRINTK(format, args...) \ argument 119 printk(KERN_DEBUG format , ## args) 121 #define ASEN_PRINTK(format, args...) argument 124 #define DMA_PRINTK(format, args...) \ argument 125 printk(KERN_DEBUG format , ## args) 127 #define DMA_PRINTK(format, args...) argument 130 #define HSH_PRINTK(format, args...) \ argument [all …]
|
D | sun3_scsi.h | 253 #define ARB_PRINTK(format, args...) \ argument 254 printk(KERN_DEBUG format , ## args) 256 #define ARB_PRINTK(format, args...) argument 259 #define ASEN_PRINTK(format, args...) \ argument 260 printk(KERN_DEBUG format , ## args) 262 #define ASEN_PRINTK(format, args...) argument 265 #define DMA_PRINTK(format, args...) \ argument 266 printk(KERN_DEBUG format , ## args) 268 #define DMA_PRINTK(format, args...) argument 271 #define HSH_PRINTK(format, args...) \ argument [all …]
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | prom.c | 41 } args; in write() local 43 args.service = "write"; in write() 44 args.nargs = 3; in write() 45 args.nret = 1; in write() 46 args.ihandle = handle; in write() 47 args.addr = ptr; in write() 48 args.len = nb; in write() 49 args.actual = -1; in write() 50 (*prom)(&args); in write() 51 return args.actual; in write() [all …]
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-disk.c | 587 ide_task_t args; in chs_rw_disk() local 604 memset(&args, 0, sizeof(ide_task_t)); in chs_rw_disk() 607 args.tfRegister[IDE_NSECTOR_OFFSET] = sectors; in chs_rw_disk() 608 args.tfRegister[IDE_SECTOR_OFFSET] = sect; in chs_rw_disk() 609 args.tfRegister[IDE_LCYL_OFFSET] = cyl; in chs_rw_disk() 610 args.tfRegister[IDE_HCYL_OFFSET] = (cyl>>8); in chs_rw_disk() 611 args.tfRegister[IDE_SELECT_OFFSET] = head; in chs_rw_disk() 612 args.tfRegister[IDE_SELECT_OFFSET] |= drive->select.all; in chs_rw_disk() 613 args.tfRegister[IDE_COMMAND_OFFSET] = command; in chs_rw_disk() 614 args.command_type = ide_cmd_type_parser(&args); in chs_rw_disk() [all …]
|
D | ide-taskfile.c | 133 ide_task_t args; in taskfile_lib_get_identify() local 134 memset(&args, 0, sizeof(ide_task_t)); in taskfile_lib_get_identify() 135 args.tfRegister[IDE_NSECTOR_OFFSET] = 0x01; in taskfile_lib_get_identify() 137 args.tfRegister[IDE_COMMAND_OFFSET] = WIN_IDENTIFY; in taskfile_lib_get_identify() 139 args.tfRegister[IDE_COMMAND_OFFSET] = WIN_PIDENTIFY; in taskfile_lib_get_identify() 140 args.command_type = ide_cmd_type_parser(&args); in taskfile_lib_get_identify() 141 return ide_raw_taskfile(drive, &args, buf); in taskfile_lib_get_identify() 147 void debug_taskfile (ide_drive_t *drive, ide_task_t *args) in debug_taskfile() argument 151 printk("TF.1=x%02x ", args->tfRegister[IDE_FEATURE_OFFSET]); in debug_taskfile() 152 printk("TF.2=x%02x ", args->tfRegister[IDE_NSECTOR_OFFSET]); in debug_taskfile() [all …]
|
/linux-2.4.37.9/arch/ppc/boot/of1275/ |
D | setcolor.c | 28 } args; in setcolor() local 30 args.service = "call-method"; in setcolor() 31 args.nargs = 6; in setcolor() 32 args.nret = 1; in setcolor() 33 args.method = "color!"; in setcolor() 34 args.instance = instance; in setcolor() 35 args.color = color; in setcolor() 36 args.blue = blue; in setcolor() 37 args.green = green; in setcolor() 38 args.red = red; in setcolor() [all …]
|
D | getprop.c | 25 } args; in getprop() local 27 args.service = "getprop"; in getprop() 28 args.nargs = 4; in getprop() 29 args.nret = 1; in getprop() 30 args.node = node; in getprop() 31 args.name = name; in getprop() 32 args.buf = buf; in getprop() 33 args.buflen = buflen; in getprop() 34 args.size = -1; in getprop() 35 (*of_prom_entry)(&args); in getprop() [all …]
|
D | read.c | 24 } args; in read() local 26 args.service = "read"; in read() 27 args.nargs = 3; in read() 28 args.nret = 1; in read() 29 args.instance = instance; in read() 30 args.buf = buf; in read() 31 args.buflen = buflen; in read() 32 args.actual = -1; in read() 33 (*of_prom_entry)(&args); in read() 34 return args.actual; in read()
|
D | write.c | 24 } args; in write() local 26 args.service = "write"; in write() 27 args.nargs = 3; in write() 28 args.nret = 1; in write() 29 args.instance = instance; in write() 30 args.buf = buf; in write() 31 args.buflen = buflen; in write() 32 args.actual = -1; in write() 33 (*of_prom_entry)(&args); in write() 34 return args.actual; in write()
|
/linux-2.4.37.9/fs/nfsd/ |
D | nfsxdr.c | 226 struct nfsd_sattrargs *args) in nfssvc_decode_sattrargs() argument 228 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_sattrargs() 229 || !(p = decode_sattr(p, &args->attrs))) in nfssvc_decode_sattrargs() 237 struct nfsd_diropargs *args) in nfssvc_decode_diropargs() argument 239 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs() 240 || !(p = decode_filename(p, &args->name, &args->len))) in nfssvc_decode_diropargs() 248 struct nfsd_readargs *args) in nfssvc_decode_readargs() argument 250 if (!(p = decode_fh(p, &args->fh))) in nfssvc_decode_readargs() 253 args->offset = ntohl(*p++); in nfssvc_decode_readargs() 254 args->count = ntohl(*p++); in nfssvc_decode_readargs() [all …]
|
D | nfs3xdr.c | 303 struct nfsd3_sattrargs *args) in nfs3svc_decode_sattrargs() argument 305 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_sattrargs() 306 || !(p = decode_sattr3(p, &args->attrs))) in nfs3svc_decode_sattrargs() 309 if ((args->check_guard = ntohl(*p++)) != 0) in nfs3svc_decode_sattrargs() 310 p = decode_time3(p, &args->guardtime); in nfs3svc_decode_sattrargs() 317 struct nfsd3_diropargs *args) in nfs3svc_decode_diropargs() argument 319 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_diropargs() 320 || !(p = decode_filename(p, &args->name, &args->len))) in nfs3svc_decode_diropargs() 328 struct nfsd3_accessargs *args) in nfs3svc_decode_accessargs() argument 330 if (!(p = decode_fh(p, &args->fh))) in nfs3svc_decode_accessargs() [all …]
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | ofw-shark.c | 104 unsigned int args[8]; in OF_finddevice() local 119 args[0]=(unsigned int)service; in OF_finddevice() 120 args[1]=1; in OF_finddevice() 121 args[2]=1; in OF_finddevice() 122 args[3]=(unsigned int)name; in OF_finddevice() 124 if (openfirmware(args) == -1) in OF_finddevice() 126 return args[4]; in OF_finddevice() 132 unsigned int args[8]; in OF_getproplen() local 147 args[0] = (unsigned int)service; in OF_getproplen() 148 args[1] = 2; in OF_getproplen() [all …]
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | ieee1394_types.h | 66 #define HPSB_PRINT(level, fmt, args...) printk(level "ieee1394: " fmt "\n" , ## args) argument 68 #define HPSB_DEBUG(fmt, args...) HPSB_PRINT(KERN_DEBUG, fmt , ## args) argument 69 #define HPSB_INFO(fmt, args...) HPSB_PRINT(KERN_INFO, fmt , ## args) argument 70 #define HPSB_NOTICE(fmt, args...) HPSB_PRINT(KERN_NOTICE, fmt , ## args) argument 71 #define HPSB_WARN(fmt, args...) HPSB_PRINT(KERN_WARNING, fmt , ## args) argument 72 #define HPSB_ERR(fmt, args...) HPSB_PRINT(KERN_ERR, fmt , ## args) argument 75 #define HPSB_VERBOSE(fmt, args...) HPSB_PRINT(KERN_DEBUG, fmt , ## args) argument 77 #define HPSB_VERBOSE(fmt, args...) argument 80 #define HPSB_PANIC(fmt, args...) panic("ieee1394: " fmt "\n" , ## args) argument
|
/linux-2.4.37.9/lib/ |
D | vsprintf.c | 234 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args) in vsnprintf() argument 298 field_width = va_arg(args, int); in vsnprintf() 314 precision = va_arg(args, int); in vsnprintf() 344 c = (unsigned char) va_arg(args, int); in vsnprintf() 356 s = va_arg(args, char *); in vsnprintf() 387 (unsigned long) va_arg(args, void *), in vsnprintf() 396 long * ip = va_arg(args, long *); in vsnprintf() 399 size_t * ip = va_arg(args, size_t *); in vsnprintf() 402 int * ip = va_arg(args, int *); in vsnprintf() 444 num = va_arg(args, long long); in vsnprintf() [all …]
|
/linux-2.4.37.9/fs/nfs/ |
D | nfs3xdr.c | 295 nfs3_xdr_sattrargs(struct rpc_rqst *req, u32 *p, struct nfs3_sattrargs *args) in nfs3_xdr_sattrargs() argument 297 p = xdr_encode_fhandle(p, args->fh); in nfs3_xdr_sattrargs() 298 p = xdr_encode_sattr(p, args->sattr); in nfs3_xdr_sattrargs() 299 *p++ = htonl(args->guard); in nfs3_xdr_sattrargs() 300 if (args->guard) in nfs3_xdr_sattrargs() 301 p = xdr_encode_time3(p, args->guardtime); in nfs3_xdr_sattrargs() 310 nfs3_xdr_diropargs(struct rpc_rqst *req, u32 *p, struct nfs3_diropargs *args) in nfs3_xdr_diropargs() argument 312 p = xdr_encode_fhandle(p, args->fh); in nfs3_xdr_diropargs() 313 p = xdr_encode_array(p, args->name, args->len); in nfs3_xdr_diropargs() 322 nfs3_xdr_accessargs(struct rpc_rqst *req, u32 *p, struct nfs3_accessargs *args) in nfs3_xdr_accessargs() argument [all …]
|