HomeSort by: relevance | last modified time | path
    Searched defs:args (Results 1 - 25 of 1042) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/csu/arch/alpha/
crtfm.c 64 struct alpha_fp_c_args args; local in function:__alpha_set_fast_math
66 args.fp_c = IEEE_MAP_DMZ|IEEE_MAP_UMZ;
67 __alpha_sysarch(ALPHA_SET_FP_C, &args);
crtfm.c 64 struct alpha_fp_c_args args; local in function:__alpha_set_fast_math
66 args.fp_c = IEEE_MAP_DMZ|IEEE_MAP_UMZ;
67 __alpha_sysarch(ALPHA_SET_FP_C, &args);
  /src/lib/libarch/alpha/
alpha_pci_conf.c 45 struct alpha_pci_conf_readwrite_args args; local in function:alpha_pci_conf_read
47 args.write = 0;
48 args.bus = bus;
49 args.device = device;
50 args.function = func;
51 args.reg = reg;
53 if (sysarch(ALPHA_PCI_CONF_READWRITE, &args) == -1)
56 return (args.val);
63 struct alpha_pci_conf_readwrite_args args; local in function:alpha_pci_conf_write
65 args.write = 1
    [all...]
alpha_pci_conf.c 45 struct alpha_pci_conf_readwrite_args args; local in function:alpha_pci_conf_read
47 args.write = 0;
48 args.bus = bus;
49 args.device = device;
50 args.function = func;
51 args.reg = reg;
53 if (sysarch(ALPHA_PCI_CONF_READWRITE, &args) == -1)
56 return (args.val);
63 struct alpha_pci_conf_readwrite_args args; local in function:alpha_pci_conf_write
65 args.write = 1
    [all...]
  /src/lib/libc/sys/
adjtime.c 59 struct clockctl_adjtime args; local in function:adjtime
91 args.delta = delta;
92 args.olddelta = olddelta;
93 return ioctl(__clockctl_fd, CLOCKCTL_ADJTIME, &args);
clock_settime.c 61 struct clockctl_clock_settime args; local in function:clock_settime
93 args.clock_id = clock_id;
94 args.tp = tp;
95 return ioctl(__clockctl_fd, CLOCKCTL_CLOCK_SETTIME, &args);
ntp_adjtime.c 65 struct clockctl_ntp_adjtime args; local in function:ntp_adjtime
101 args.tp = tp;
102 error = ioctl(__clockctl_fd, CLOCKCTL_NTP_ADJTIME, &args);
106 * have to handle it here, using args.retval
109 rv = (int)args.retval;
settimeofday.c 61 struct clockctl_settimeofday args; local in function:settimeofday
92 args.tv = tv;
93 args.tzp = tzp;
94 return ioctl(__clockctl_fd, CLOCKCTL_SETTIMEOFDAY, &args);
adjtime.c 59 struct clockctl_adjtime args; local in function:adjtime
91 args.delta = delta;
92 args.olddelta = olddelta;
93 return ioctl(__clockctl_fd, CLOCKCTL_ADJTIME, &args);
clock_settime.c 61 struct clockctl_clock_settime args; local in function:clock_settime
93 args.clock_id = clock_id;
94 args.tp = tp;
95 return ioctl(__clockctl_fd, CLOCKCTL_CLOCK_SETTIME, &args);
ntp_adjtime.c 65 struct clockctl_ntp_adjtime args; local in function:ntp_adjtime
101 args.tp = tp;
102 error = ioctl(__clockctl_fd, CLOCKCTL_NTP_ADJTIME, &args);
106 * have to handle it here, using args.retval
109 rv = (int)args.retval;
settimeofday.c 61 struct clockctl_settimeofday args; local in function:settimeofday
92 args.tv = tv;
93 args.tzp = tzp;
94 return ioctl(__clockctl_fd, CLOCKCTL_SETTIMEOFDAY, &args);
  /src/sys/arch/i386/stand/efiboot/
panic.c 39 va_list args; local in function:Panic
41 va_start(args, fmt);
42 VPrint(fmt, args);
44 va_end(args);
panic.c 39 va_list args; local in function:Panic
41 va_start(args, fmt);
42 VPrint(fmt, args);
44 va_end(args);
  /src/sys/arch/sh3/sh3/
sys_machdep.c 99 struct sh3_sync_icache_args args; local in function:sys_sysarch
101 error = copyin(SCARG(uap, parms), &args, sizeof(args));
105 if (args.len < (size_t)sh_cache_size_icache)
106 sh_icache_sync_range_index(args.addr, args.len);
sys_machdep.c 99 struct sh3_sync_icache_args args; local in function:sys_sysarch
101 error = copyin(SCARG(uap, parms), &args, sizeof(args));
105 if (args.len < (size_t)sh_cache_size_icache)
106 sh_icache_sync_range_index(args.addr, args.len);
  /src/tests/kernel/
h_fexecve.c 42 char *args[] = { argv[1], NULL }; local in function:main
43 int fd = open(args[0], O_RDONLY);
45 err(EXIT_FAILURE, "open %s", args[0]);
48 if (fexecve(fd, args, NULL) == -1)
h_fexecve.c 42 char *args[] = { argv[1], NULL }; local in function:main
43 int fd = open(args[0], O_RDONLY);
45 err(EXIT_FAILURE, "open %s", args[0]);
48 if (fexecve(fd, args, NULL) == -1)
  /src/sys/dev/fdt/
fdt_rtc.c 43 struct device_is_system_todr_args *args = v; local in function:fdtbus_device_is_system_todr
57 args->result = OF_finddevice(prop) == phandle;
fdt_rtc.c 43 struct device_is_system_todr_args *args = v; local in function:fdtbus_device_is_system_todr
57 args->result = OF_finddevice(prop) == phandle;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_oimm507b.c 35 struct nv50_disp_overlay_v0 args = { local in function:oimm507b_init_
41 ret = nvif_object_init(&disp->disp->object, 0, oclass, &args,
42 sizeof(args), &wndw->wimm.base.user);
nouveau_dispnv50_oimm507b.c 35 struct nv50_disp_overlay_v0 args = { local in function:oimm507b_init_
41 ret = nvif_object_init(&disp->disp->object, 0, oclass, &args,
42 sizeof(args), &wndw->wimm.base.user);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvif/
nouveau_nvif_device.c 35 struct nv_device_time_v0 args = {}; local in function:nvif_device_time
37 &args, sizeof(args));
39 return args.time;
nouveau_nvif_device.c 35 struct nv_device_time_v0 args = {}; local in function:nvif_device_time
37 &args, sizeof(args));
39 return args.time;
  /src/tests/fs/ptyfs/
t_ptyfs.c 25 struct ptyfs_args args; local in function:mountptyfs
31 memset(&args, 0, sizeof(args));
32 args.version = PTYFS_ARGSVERSION;
33 args.mode = 0777;
34 if (rump_sys_mount(MOUNT_PTYFS, mp, flags, &args, sizeof(args)) == -1)

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>