Searched refs:args (Results 226 - 250 of 1361) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/kgssapi/
H A Dgss_pname_to_uid.c48 struct pname_to_uid_args args; local
61 args.pname = pname->handle;
62 args.mech = mech;
65 stat = gssd_pname_to_uid_1(&args, &res, cl);
88 struct pname_to_uid_args args; local
102 args.pname = pname->handle;
103 args.mech = mech;
106 stat = gssd_pname_to_uid_1(&args, &res, cl);
/freebsd-9.3-release/tools/regression/atm/
H A DFuncs.sh24 args=`getopt b:hqu $*`
30 set -- $args
/freebsd-9.3-release/usr.bin/truss/
H A Damd64-linux32.c80 unsigned long args[5]; member in struct:linux_syscall
158 fsc->args[0] = regs.r_rbx;
159 fsc->args[1] = regs.r_rcx;
160 fsc->args[2] = regs.r_rdx;
161 fsc->args[3] = regs.r_rsi;
162 fsc->args[4] = regs.r_rdi;
170 "args to %d\n", fsc->name, nargs);
193 fsc->args[sc->args[i].offset] : fsc->args[
[all...]
H A Di386-linux.c80 unsigned long args[5]; member in struct:linux_syscall
158 fsc->args[0] = regs.r_ebx;
159 fsc->args[1] = regs.r_ecx;
160 fsc->args[2] = regs.r_edx;
161 fsc->args[3] = regs.r_esi;
162 fsc->args[4] = regs.r_edi;
170 "args to %d\n", fsc->name, nargs);
193 fsc->args[sc->args[i].offset] : fsc->args[
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_futex.c656 linux_sys_futex(struct thread *td, struct linux_sys_futex_args *args) argument
668 LIN_SDT_PROBE2(futex, linux_sys_futex, entry, td, args);
670 if (args->op & LINUX_FUTEX_PRIVATE_FLAG) {
672 args->op &= ~LINUX_FUTEX_PRIVATE_FLAG;
682 clockrt = args->op & LINUX_FUTEX_CLOCK_REALTIME;
683 args->op = args->op & ~LINUX_FUTEX_CLOCK_REALTIME;
684 if (clockrt && args->op != LINUX_FUTEX_WAIT_BITSET &&
685 args->op != LINUX_FUTEX_WAIT_REQUEUE_PI) {
695 switch (args
1026 linux_set_robust_list(struct thread *td, struct linux_set_robust_list_args *args) argument
1047 linux_get_robust_list(struct thread *td, struct linux_get_robust_list_args *args) argument
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_node.c48 static int xfs_dir2_leafn_add(xfs_dabuf_t *bp, xfs_da_args_t *args, int index);
54 static void xfs_dir2_leafn_moveents(xfs_da_args_t *args, xfs_dabuf_t *bp_s,
60 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, xfs_dabuf_t *bp,
63 static int xfs_dir2_node_addname_int(xfs_da_args_t *args,
109 xfs_da_args_t *args, /* operation arguments */
127 xfs_dir2_trace_args_b("leaf_to_node", args, lbp);
128 dp = args->dp;
130 tp = args->trans;
134 if ((error = xfs_dir2_grow_inode(args, XFS_DIR2_FREE_SPACE, &fdb))) {
186 xfs_da_args_t *args, /* operatio
108 xfs_dir2_leaf_to_node( xfs_da_args_t *args, xfs_dabuf_t *lbp) argument
184 xfs_dir2_leafn_add( xfs_dabuf_t *bp, xfs_da_args_t *args, int index) argument
396 xfs_dir2_leafn_lookup_int( xfs_dabuf_t *bp, xfs_da_args_t *args, int *indexp, xfs_da_state_t *state) argument
632 xfs_dir2_leafn_moveents( xfs_da_args_t *args, xfs_dabuf_t *bp_s, int start_s, xfs_dabuf_t *bp_d, int start_d, int count) argument
747 xfs_da_args_t *args; /* operation arguments */ local
845 xfs_dir2_leafn_remove( xfs_da_args_t *args, xfs_dabuf_t *bp, int index, xfs_da_state_blk_t *dblk, int *rval) argument
1057 xfs_da_args_t *args; /* operation arguments */ local
1251 xfs_da_args_t *args; /* operation arguments */ local
1288 xfs_dir2_node_addname( xfs_da_args_t *args) argument
1360 xfs_dir2_node_addname_int( xfs_da_args_t *args, xfs_da_state_blk_t *fblk) argument
1746 xfs_dir2_node_lookup( xfs_da_args_t *args) argument
1791 xfs_dir2_node_removename( xfs_da_args_t *args) argument
1856 xfs_dir2_node_replace( xfs_da_args_t *args) argument
1939 xfs_dir2_node_trim_free( xfs_da_args_t *args, xfs_fileoff_t fo, int *rvalp) argument
[all...]
H A Dxfs_dir_leaf.h173 int xfs_dir_shortform_create(struct xfs_da_args *args, xfs_ino_t parent);
174 int xfs_dir_shortform_addname(struct xfs_da_args *args);
175 int xfs_dir_shortform_lookup(struct xfs_da_args *args);
176 int xfs_dir_shortform_to_leaf(struct xfs_da_args *args);
177 int xfs_dir_shortform_removename(struct xfs_da_args *args);
180 int xfs_dir_shortform_replace(struct xfs_da_args *args);
185 int xfs_dir_leaf_to_node(struct xfs_da_args *args);
186 int xfs_dir_leaf_to_shortform(struct xfs_da_args *args);
195 struct xfs_da_args *args, int insertion_index);
196 int xfs_dir_leaf_addname(struct xfs_da_args *args);
[all...]
H A Dxfs_dir_leaf.c58 STATIC void xfs_dir_leaf_add_work(xfs_dabuf_t *leaf_buffer, xfs_da_args_t *args,
72 STATIC int xfs_dir_leaf_create(struct xfs_da_args *args,
127 xfs_dir_shortform_create(xfs_da_args_t *args, xfs_ino_t parent) argument
132 dp = args->dp;
138 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE);
149 xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_DDATA);
158 xfs_dir_shortform_addname(xfs_da_args_t *args) argument
165 dp = args->dp;
180 if (sfe->namelen == args->namelen &&
181 args
208 xfs_dir_shortform_removename(xfs_da_args_t *args) argument
261 xfs_dir_shortform_lookup(xfs_da_args_t *args) argument
313 xfs_da_args_t args; local
573 xfs_dir_shortform_replace(xfs_da_args_t *args) argument
628 xfs_da_args_t args; local
704 xfs_dir_leaf_to_node(xfs_da_args_t *args) argument
768 xfs_dir_leaf_create(xfs_da_args_t *args, xfs_dablk_t blkno, xfs_dabuf_t **bpp) argument
806 xfs_da_args_t *args; local
856 xfs_dir_leaf_add(xfs_dabuf_t *bp, xfs_da_args_t *args, int index) argument
931 xfs_dir_leaf_add_work(xfs_dabuf_t *bp, xfs_da_args_t *args, int index, int mapindex) argument
1690 xfs_dir_leaf_lookup_int(xfs_dabuf_t *bp, xfs_da_args_t *args, int *index) argument
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c57 * actually print args for %g and %e
204 va_list args; local
206 VA_COPY(args, args_in);
257 min = va_arg (args, int);
279 max = va_arg (args, int);
322 value = va_arg (args, int);
324 value = va_arg (args, long int);
326 value = va_arg (args, LLONG);
328 value = va_arg (args, ssize_t);
330 value = va_arg (args, intmax_
874 vsnprintf(char *str, size_t count, const char *fmt, va_list args) argument
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_exec.c102 MALLOC_DEFINE(M_PARGS, "proc-args", "Process arguments");
107 static int do_execve(struct thread *td, struct image_args *args,
207 struct image_args args; local
209 error = exec_copyin_args(&args, uap->fname, UIO_USERSPACE,
212 error = kern_execve(td, &args, NULL);
227 struct image_args args; local
229 error = exec_copyin_args(&args, NULL, UIO_SYSSPACE,
232 args.fd = uap->fd;
233 error = kern_execve(td, &args, NULL);
259 struct image_args args; local
1138 exec_copyin_args(struct image_args *args, char *fname, enum uio_seg segflg, char **argv, char **envv) argument
1229 exec_alloc_args(struct image_args *args) argument
1237 exec_free_args(struct image_args *args) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_enum.c256 const enumARG *args = (const enumARG *)argp; local
257 char **kwds = args->kwds;
258 bool ccase = args->checkcase;
259 int cnt = args->count;
270 kwds = args->kwds;
294 const enumARG *args = (const enumARG *)argp; local
295 int cnt = args->count;
296 char **kwds = &args->kwds[cnt - 1];
297 bool ccase = args->checkcase;
309 kwds = &args
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Dcommon.c47 static struct getargs args[] = { variable in typeref:struct:getargs
57 static int num_args = sizeof(args) / sizeof(args[0]);
60 server_usage(int code, struct getargs *args, int num_args) argument
62 arg_printusage(args, num_args, NULL, "");
67 client_usage(int code, struct getargs *args, int num_args) argument
69 arg_printusage(args, num_args, NULL, "host");
79 *argc = krb5_program_setup(context, *argc, argv, args, num_args, usage);
82 (*usage)(0, args, num_args);
115 server_usage(1, args, num_arg
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/
H A Dtest_cred.c74 va_list args; local
76 va_start(args, fmt);
77 vwarnx (fmt, args);
79 va_end(args);
169 static struct getargs args[] = { variable in typeref:struct:getargs
177 arg_printusage (args, sizeof(args)/sizeof(*args),
192 if(getarg(args, sizeof(args) / sizeo
[all...]
H A Dtest_names.c74 va_list args; local
76 va_start(args, fmt);
77 vwarnx (fmt, args);
79 va_end(args);
86 static struct getargs args[] = { variable in typeref:struct:getargs
94 arg_printusage (args, sizeof(args)/sizeof(*args),
111 if(getarg(args, sizeof(args) / sizeo
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios_i2c.c51 PROCESS_I2C_CHANNEL_TRANSACTION_PS_ALLOCATION args; local
56 memset(&args, 0, sizeof(args));
66 args.lpI2CDataOut = cpu_to_le16(out);
69 args.ucI2CSpeed = TARGET_HW_I2C_CLOCK;
70 args.ucRegIndex = 0;
71 args.ucTransBytes = num;
72 args.ucSlaveAddr = slave_addr << 1;
73 args.ucLineNumber = chan->rec.i2c_id;
75 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
[all...]
/freebsd-9.3-release/contrib/xz/src/xz/
H A Dargs.c3 /// \file args.c
58 parse_real(args_info *args, int argc, char **argv) argument
376 args->files_delim = '\n';
381 if (args->files_name != NULL)
387 args->files_name = (char *)stdin_filename;
388 args->files_file = stdin;
390 args->files_name = optarg;
391 args->files_file = fopen(optarg,
393 if (args->files_file == NULL)
415 parse_environment(args_info *args, cha argument
496 args_parse(args_info *args, int argc, char **argv) argument
[all...]
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_user.c53 static uid_t pw_uidpolicy(struct userconf * cnf, struct cargs * args);
54 static uid_t pw_gidpolicy(struct userconf * cnf, struct cargs * args, char *nam, gid_t prefer);
55 static time_t pw_pwdpolicy(struct userconf * cnf, struct cargs * args);
56 static time_t pw_exppolicy(struct userconf * cnf, struct cargs * args);
57 static char *pw_homepolicy(struct userconf * cnf, struct cargs * args, char const * user);
58 static char *pw_shellpolicy(struct userconf * cnf, struct cargs * args, char *newshell);
59 static char *pw_password(struct userconf * cnf, struct cargs * args, char const * user);
97 pw_user(struct userconf * cnf, int mode, struct cargs * args) argument
137 uid_t next = pw_uidpolicy(cnf, args);
138 if (getarg(args, '
797 pw_uidpolicy(struct userconf * cnf, struct cargs * args) argument
853 pw_gidpolicy(struct userconf * cnf, struct cargs * args, char *nam, gid_t prefer) argument
923 pw_pwdpolicy(struct userconf * cnf, struct cargs * args) argument
939 pw_exppolicy(struct userconf * cnf, struct cargs * args) argument
955 pw_homepolicy(struct userconf * cnf, struct cargs * args, char const * user) argument
1008 pw_shellpolicy(struct userconf * cnf, struct cargs * args, char *newshell) argument
1042 pw_password(struct userconf * cnf, struct cargs * args, char const * user) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/cli/
H A Dcli-dump.c334 dump_srec_memory (char *args, int from_tty) argument
336 dump_memory_to_file (args, FOPEN_WB, "srec");
340 dump_srec_value (char *args, int from_tty) argument
342 dump_value_to_file (args, FOPEN_WB, "srec");
346 dump_ihex_memory (char *args, int from_tty) argument
348 dump_memory_to_file (args, FOPEN_WB, "ihex");
352 dump_ihex_value (char *args, int from_tty) argument
354 dump_value_to_file (args, FOPEN_WB, "ihex");
358 dump_tekhex_memory (char *args, int from_tty) argument
360 dump_memory_to_file (args, FOPEN_W
364 dump_tekhex_value(char *args, int from_tty) argument
370 dump_binary_memory(char *args, int from_tty) argument
376 dump_binary_value(char *args, int from_tty) argument
382 append_binary_memory(char *args, int from_tty) argument
388 append_binary_value(char *args, int from_tty) argument
400 call_dump_func(struct cmd_list_element *c, char *args, int from_tty) argument
407 add_dump_command(char *name, void (*func) (char *args, char *mode), char *descr) argument
454 restore_section_callback(bfd *ibfd, asection *isec, void *args) argument
569 restore_command(char *args, int from_tty) argument
[all...]
H A Dcli-dump.h26 void (*func) (char *args, char *mode),
/freebsd-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dmain.c288 add_arg(struct captured_main_args *args, char *arg) argument
291 args->argc++;
292 args->argv = reallocf(args->argv, (args->argc + 1) * sizeof(char *));
293 if (args->argv == NULL)
295 args->argv[args->argc] = arg;
303 struct captured_main_args args; local
330 memset (&args,
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.create.ksh39 /args[0]->p_pptr->p_pid == $child && pid == $child/
H A Dtst.exec.ksh39 /curpsinfo->pr_ppid == $child && args[0] == "/bin/sleep"/
H A Dtst.exitexit.ksh39 /curpsinfo->pr_ppid == $child && args[0] == CLD_EXITED/
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgnu-nat.h90 #define proc_debug(_proc, msg, args...) \
93 __proc_pid (__proc), __proc->tid, __proc , ##args); } while (0)
97 #define debug(msg, args...) \
99 fprintf_unfiltered (gdb_stdlog, "%s:%d: " msg "\r\n", __FILE__ , __LINE__ , ##args); } while (0)
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-parse.h38 char *args; member in struct:mi_parse

Completed in 303 milliseconds

1234567891011>>