Searched refs:args0 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
| H A D | t_spawn.c | 146 char * const args0[] = { __UNCONST("h_spawn"), __UNCONST("0"), NULL }; in ATF_TC_BODY() local 155 err = posix_spawn(&pid, buf, NULL, NULL, args0, NULL); in ATF_TC_BODY()
|
| /freebsd-14.2/cddl/usr.sbin/dwatch/libexec/ |
| H A D | sched | 40 this->args = this->args0;
|
| H A D | proc | 101 this->details = this->args0;
|
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_mesh.c | 2714 int category, int action, void *args0) in mesh_send_action_meshpeering_open() argument 2718 uint16_t *args = args0; in mesh_send_action_meshpeering_open() 2774 int category, int action, void *args0) in mesh_send_action_meshpeering_confirm() argument 2778 uint16_t *args = args0; in mesh_send_action_meshpeering_confirm() 2842 int category, int action, void *args0) in mesh_send_action_meshpeering_close() argument 2846 uint16_t *args = args0; in mesh_send_action_meshpeering_close()
|