Searched refs:args (Results 251 - 275 of 1833) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_cred.c75 va_list args; local
77 va_start(args, fmt);
78 vwarnx (fmt, args);
80 va_end(args);
170 static struct getargs args[] = { variable in typeref:struct:getargs
178 arg_printusage (args, sizeof(args)/sizeof(*args),
193 if(getarg(args, sizeof(args) / sizeo
[all...]
H A Dtest_names.c75 va_list args; local
77 va_start(args, fmt);
78 vwarnx (fmt, args);
80 va_end(args);
87 static struct getargs args[] = { variable in typeref:struct:getargs
95 arg_printusage (args, sizeof(args)/sizeof(*args),
112 if(getarg(args, sizeof(args) / sizeo
[all...]
/freebsd-11-stable/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);
76 args.ucI2CSpeed = TARGET_HW_I2C_CLOCK;
77 args.ucRegIndex = 0;
78 args.ucTransBytes = num;
79 args.ucSlaveAddr = slave_addr << 1;
80 args.ucLineNumber = chan->rec.i2c_id;
82 atom_execute_table(rdev->mode_info.atom_context, index, (uint32_t *)&args);
[all...]
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c117 struct tmpfs_args args; local
127 memset(&args, 0, sizeof(args));
128 args.ta_version = TMPFS_ARGS_VERSION;
129 args.ta_root_mode = 0777;
133 if (rump_sys_mount(MOUNT_TMPFS, "/mp", 0, &args, sizeof(args)) != -1)
152 if (rump_sys_mount(MOUNT_TMPFS, "/mp", 0, &args, sizeof(args)) == -1)
173 if (rump_sys_mount(MOUNT_TMPFS, "/mp", 0, &args, sizeo
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.h31 #define wpa_printf(args...) do { } while (0)
41 #define wpa_dbg(args...) do { } while (0)
159 #define wpa_dbg(args...) wpa_msg(args)
165 #define wpa_msg(args...) do { } while (0)
166 #define wpa_msg_ctrl(args...) do { } while (0)
167 #define wpa_msg_global(args...) do { } while (0)
168 #define wpa_msg_global_ctrl(args...) do { } while (0)
169 #define wpa_msg_no_global(args...) do { } while (0)
170 #define wpa_msg_global_only(args
[all...]
/freebsd-11-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c143 cpuctl_cpuid_args_t args; local
160 args.level = level;
166 error = ioctl(fd, CPUCTL_CPUID, &args);
173 level, args.data[0], args.data[1], args.data[2], args.data[3]);
183 cpuctl_cpuid_count_args_t args; local
209 args.level = level;
210 args
233 cpuctl_msr_args_t args; local
[all...]
/freebsd-11-stable/contrib/xz/src/xz/
H A Dargs.c3 /// \file args.c
120 parse_real(args_info *args, int argc, char **argv) argument
467 args->files_delim = '\n';
472 if (args->files_name != NULL)
478 args->files_name = (char *)stdin_filename;
479 args->files_file = stdin;
481 args->files_name = optarg;
482 args->files_file = fopen(optarg,
484 if (args->files_file == NULL)
511 parse_environment(args_info *args, cha argument
592 args_parse(args_info *args, int argc, char **argv) argument
[all...]
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_time.c246 linux_clock_gettime(struct thread *td, struct linux_clock_gettime_args *args) argument
258 LIN_SDT_PROBE2(time, linux_clock_gettime, entry, args->which, args->tp);
260 error = linux_to_native_clockid(&nwhich, args->which);
270 clockwhich = LINUX_CPUCLOCK_WHICH(args->which);
271 pid = LINUX_CPUCLOCK_ID(args->which);
312 clockwhich = LINUX_CPUCLOCK_WHICH(args->which);
314 tid = LINUX_CPUCLOCK_ID(args->which);
369 error = copyout(&lts, args->tp, sizeof lts);
378 linux_clock_settime(struct thread *td, struct linux_clock_settime_args *args) argument
417 linux_clock_getres(struct thread *td, struct linux_clock_getres_args *args) argument
507 linux_nanosleep(struct thread *td, struct linux_nanosleep_args *args) argument
553 linux_clock_nanosleep(struct thread *td, struct linux_clock_nanosleep_args *args) argument
[all...]
H A Dlinux_stats.c162 linux_newstat(struct thread *td, struct linux_newstat_args *args) argument
168 LCONVPATHEXIST(td, args->path, &path);
179 return (newstat_copyout(&buf, args->buf));
183 linux_newlstat(struct thread *td, struct linux_newlstat_args *args) argument
189 LCONVPATHEXIST(td, args->path, &path);
200 return (newstat_copyout(&sb, args->buf));
205 linux_newfstat(struct thread *td, struct linux_newfstat_args *args) argument
212 printf(ARGS(newfstat, "%d, *"), args->fd);
215 error = kern_fstat(td, args->fd, &buf);
216 translate_fd_major_minor(td, args
256 linux_stat(struct thread *td, struct linux_stat_args *args) argument
278 linux_lstat(struct thread *td, struct linux_lstat_args *args) argument
390 linux_statfs(struct thread *td, struct linux_statfs_args *args) argument
435 linux_statfs64(struct thread *td, struct linux_statfs64_args *args) argument
463 linux_fstatfs64(struct thread *td, struct linux_fstatfs64_args *args) argument
488 linux_fstatfs(struct thread *td, struct linux_fstatfs_args *args) argument
518 linux_ustat(struct thread *td, struct linux_ustat_args *args) argument
566 linux_stat64(struct thread *td, struct linux_stat64_args *args) argument
587 linux_lstat64(struct thread *td, struct linux_lstat64_args *args) argument
608 linux_fstat64(struct thread *td, struct linux_fstat64_args *args) argument
627 linux_fstatat64(struct thread *td, struct linux_fstatat64_args *args) argument
657 linux_newfstatat(struct thread *td, struct linux_newfstatat_args *args) argument
687 linux_syncfs(struct thread *td, struct linux_syncfs_args *args) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/gdb/gdb/mi/
H A Dmi-parse.h38 char *args; member in struct:mi_parse
/freebsd-11-stable/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-11-stable/sys/dev/aac/
H A Daac_linux.c76 aac_linux_ioctl(struct thread *td, struct linux_ioctl_args *args) argument
83 error = fget(td, args->fd, cap_rights_init(&rights, CAP_IOCTL), &fp);
86 cmd = args->cmd;
91 error = (fo_ioctl(fp, cmd, (caddr_t)args->arg, td->td_ucred, td));
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_linux.c80 aacraid_linux_ioctl(struct thread *td, struct linux_ioctl_args *args) argument
89 if ((error = fget(td, args->fd,
96 cmd = args->cmd;
101 error = (fo_ioctl(fp, cmd, (caddr_t)args->arg, td->td_ucred, td));
/freebsd-11-stable/sys/dev/amr/
H A Damr_linux.c73 amr_linux_ioctl(struct thread *p, struct linux_ioctl_args *args) argument
79 error = fget(p, args->fd, cap_rights_init(&rights, CAP_IOCTL), &fp);
82 error = fo_ioctl(fp, args->cmd, (caddr_t)args->arg, p->td_ucred, p);
/freebsd-11-stable/lib/libdpv/
H A Dstatus.c55 va_list args; local
79 va_start(args, fmt);
80 n = vsnprintf(status_buf, status_width + 1, fmt, args);
81 va_end(args);
/freebsd-11-stable/etc/periodic/daily/
H A D100.clean-disks32 args="-name "`echo "$daily_clean_disks_files" |
45 \( $args \) -atime +$daily_clean_disks_days \
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dnested.c763 res_val = AGALOC(sizeof(*res_val) + nm_len + 1, "nest args");
/freebsd-11-stable/sys/kgssapi/
H A Dgss_canonicalize_name.c50 struct canonicalize_name_args args; local
60 args.input_name = input_name->handle;
61 args.mech_type = mech_type;
64 stat = gssd_canonicalize_name_1(&args, &res, cl);
H A Dgss_import_name.c50 struct import_name_args args; local
62 args.input_name_buffer = *input_name_buffer;
63 args.input_name_type = input_name_type;
66 stat = gssd_import_name_1(&args, &res, cl);

Completed in 277 milliseconds

<<11121314151617181920>>