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

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_328.c 15 union target arg = { 123 }; local in function:foo
17 arg = (union target)3;
18 arg.b++;
msg_328.c 15 union target arg = { 123 }; local in function:foo
17 arg = (union target)3;
18 arg.b++;
  /src/sys/arch/ews4800mips/stand/common/
cmd.h 38 char *arg[CMDARG_MAX - 1]; member in struct:cmd_batch_tab
cmd.h 38 char *arg[CMDARG_MAX - 1]; member in struct:cmd_batch_tab
  /src/tests/dev/scsipi/
t_cd.c 55 int part, fd, arg = 0; local in function:ATF_TC_BODY
67 RL(rump_sys_ioctl(fd, DIOCEJECT, &arg));
t_cd.c 55 int part, fd, arg = 0; local in function:ATF_TC_BODY
67 RL(rump_sys_ioctl(fd, DIOCEJECT, &arg));
  /src/sys/arch/x86/acpi/
acpi_pdc.c 128 ACPI_OBJECT_LIST arg; local in function:acpi_md_pdc_set
132 arg.Count = 1;
133 arg.Pointer = &obj;
143 (void)AcpiEvaluateObject(hdl, "_PDC", &arg, NULL);
acpi_pdc.c 128 ACPI_OBJECT_LIST arg; local in function:acpi_md_pdc_set
132 arg.Count = 1;
133 arg.Pointer = &obj;
143 (void)AcpiEvaluateObject(hdl, "_PDC", &arg, NULL);
  /src/sys/arch/x86/pci/
ichlpcib_hpet.c 55 struct lpcib_hpet_attach_args *arg = aux; local in function:lpcib_hpet_match
59 bt = arg->hpet_mem_t;
61 if (bus_space_map(bt, arg->hpet_reg, HPET_WINDOW_SIZE, 0, &bh) != 0)
74 struct lpcib_hpet_attach_args *arg = aux; local in function:lpcib_hpet_attach
77 sc->sc_memt = arg->hpet_mem_t;
80 if (bus_space_map(sc->sc_memt, arg->hpet_reg,
88 arg->hpet_reg, arg->hpet_reg + HPET_WINDOW_SIZE);
ichlpcib_hpet.c 55 struct lpcib_hpet_attach_args *arg = aux; local in function:lpcib_hpet_match
59 bt = arg->hpet_mem_t;
61 if (bus_space_map(bt, arg->hpet_reg, HPET_WINDOW_SIZE, 0, &bh) != 0)
74 struct lpcib_hpet_attach_args *arg = aux; local in function:lpcib_hpet_attach
77 sc->sc_memt = arg->hpet_mem_t;
80 if (bus_space_map(sc->sc_memt, arg->hpet_reg,
88 arg->hpet_reg, arg->hpet_reg + HPET_WINDOW_SIZE);
  /src/sys/arch/xen/include/
evtchn.h 67 void *arg; member in struct:pintrhand
evtchn.h 67 void *arg; member in struct:pintrhand
  /src/sys/compat/common/
sysv_sem_14.c 62 syscallarg(union __semun *) arg;
64 union __semun arg; local in function:compat_14_sys___semctl
72 pass_arg = get_semctl_arg(cmd, &sembuf, &arg);
75 error = copyin(SCARG(uap, arg), &arg, sizeof(arg));
79 error = copyin(arg.buf, &osembuf, sizeof(osembuf));
91 error = copyout(&osembuf, arg.buf, sizeof(osembuf));
sysv_sem_50.c 61 syscallarg(union __semun *) arg;
63 union __semun arg; local in function:compat_50_sys_____semctl13
71 pass_arg = get_semctl_arg(cmd, &sembuf, &arg);
74 error = copyin(SCARG(uap, arg), &arg, sizeof(arg));
78 error = copyin(arg.buf, &osembuf, sizeof(osembuf));
90 error = copyout(&osembuf, arg.buf, sizeof(osembuf));
sysv_sem_14.c 62 syscallarg(union __semun *) arg;
64 union __semun arg; local in function:compat_14_sys___semctl
72 pass_arg = get_semctl_arg(cmd, &sembuf, &arg);
75 error = copyin(SCARG(uap, arg), &arg, sizeof(arg));
79 error = copyin(arg.buf, &osembuf, sizeof(osembuf));
91 error = copyout(&osembuf, arg.buf, sizeof(osembuf));
sysv_sem_50.c 61 syscallarg(union __semun *) arg;
63 union __semun arg; local in function:compat_50_sys_____semctl13
71 pass_arg = get_semctl_arg(cmd, &sembuf, &arg);
74 error = copyin(SCARG(uap, arg), &arg, sizeof(arg));
78 error = copyin(arg.buf, &osembuf, sizeof(osembuf));
90 error = copyout(&osembuf, arg.buf, sizeof(osembuf));
  /src/sys/dev/isapnp/
wss_isapnp.c 170 struct audio_attach_args arg; local in function:wss_isapnp_attach
174 arg.type = AUDIODEV_TYPE_OPL;
175 arg.hwif = 0;
176 arg.hdl = 0;
177 config_found(self, &arg, audioprint, CFARGS(.iattr = "wss"));
wss_isapnp.c 170 struct audio_attach_args arg; local in function:wss_isapnp_attach
174 arg.type = AUDIODEV_TYPE_OPL;
175 arg.hwif = 0;
176 arg.hdl = 0;
177 config_found(self, &arg, audioprint, CFARGS(.iattr = "wss"));
  /src/sys/dev/raidframe/
rf_shutdown.h 54 void (*cleanup) (void *arg);
55 void *arg; member in struct:RF_ShutdownList_s
rf_shutdown.h 54 void (*cleanup) (void *arg);
55 void *arg; member in struct:RF_ShutdownList_s
  /src/tests/lib/libpthread/dlopen/
t_main_pthread_create.c 45 routine(void *arg)
47 ATF_REQUIRE((intptr_t)arg == 0xcafe);
63 void *arg = (void *)0xcafe; local in function:ATF_TC_BODY
65 ret = pthread_create(&thread, NULL, routine, arg);
81 void *arg = (void *)0xcafe; local in function:ATF_TC_BODY
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
t_main_pthread_create.c 45 routine(void *arg)
47 ATF_REQUIRE((intptr_t)arg == 0xcafe);
63 void *arg = (void *)0xcafe; local in function:ATF_TC_BODY
65 ret = pthread_create(&thread, NULL, routine, arg);
81 void *arg = (void *)0xcafe; local in function:ATF_TC_BODY
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
  /src/tests/rump/rumpkern/h_server/
h_simpleserver.c 40 char *arg = NULL; local in function:main
43 arg = argv[3];
48 actions[i].dofun(arg);
h_simpleserver.c 40 char *arg = NULL; local in function:main
43 arg = argv[3];
48 actions[i].dofun(arg);
  /src/usr.sbin/lpr/lpd/
extern.h 48 char *arg; /* argument */ member in struct:info

Completed in 109 milliseconds

1 2 3 4 5 6 7 8 91011>>