/freebsd/usr.sbin/mfiutil/ |
H A D | mfiutil.h | 157 uint8_t *mbox, size_t mboxlen, uint8_t *statusp); 159 int mfi_ctrl_get_info(int fd, struct mfi_ctrl_info *info, uint8_t *statusp); 161 uint8_t *statusp); 162 int mfi_ld_get_list(int fd, struct mfi_ld_list *list, uint8_t *statusp); 164 uint8_t *statusp); 165 int mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp); 175 uint8_t *statusp); 177 uint8_t *statusp);
|
H A D | mfi_cmd.c | 266 uint8_t *mbox, size_t mboxlen, uint8_t *statusp) in mfi_dcmd_command() argument 294 if (statusp != NULL) in mfi_dcmd_command() 295 *statusp = dcmd->header.cmd_status; in mfi_dcmd_command() 306 mfi_ctrl_get_info(int fd, struct mfi_ctrl_info *info, uint8_t *statusp) in mfi_ctrl_get_info() argument 310 sizeof(struct mfi_ctrl_info), NULL, 0, statusp)); in mfi_ctrl_get_info()
|
H A D | mfi_bbu.c | 106 mfi_bbu_get_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) in mfi_bbu_get_props() argument 110 sizeof(*props), NULL, 0, statusp)); in mfi_bbu_get_props() 114 mfi_bbu_set_props(int fd, struct mfi_bbu_properties *props, uint8_t *statusp) in mfi_bbu_set_props() argument 118 sizeof(*props), NULL, 0, statusp)); in mfi_bbu_set_props()
|
H A D | mfi_volume.c | 76 mfi_ld_get_list(int fd, struct mfi_ld_list *list, uint8_t *statusp) in mfi_ld_get_list() argument 80 sizeof(struct mfi_ld_list), NULL, 0, statusp)); in mfi_ld_get_list() 85 uint8_t *statusp) in mfi_ld_get_info() argument 91 sizeof(struct mfi_ld_info), mbox, 1, statusp)); in mfi_ld_get_info()
|
H A D | mfi_evt.c | 45 mfi_event_get_info(int fd, struct mfi_evt_log_state *info, uint8_t *statusp) in mfi_event_get_info() argument 49 sizeof(struct mfi_evt_log_state), NULL, 0, statusp)); in mfi_event_get_info() 54 union mfi_evt filter, uint32_t start_seq, uint8_t *statusp) in mfi_get_events() argument 64 (uint8_t *)&mbox, sizeof(mbox), statusp)); in mfi_get_events()
|
H A D | mfi_drive.c | 251 mfi_pd_get_list(int fd, struct mfi_pd_list **listp, uint8_t *statusp) in mfi_pd_get_list() argument 267 0, statusp) < 0) { in mfi_pd_get_list() 283 uint8_t *statusp) in mfi_pd_get_info() argument 289 sizeof(struct mfi_pd_info), mbox, 2, statusp)); in mfi_pd_get_info()
|
/freebsd/contrib/bmake/ |
H A D | wait.h | 75 # define waitpid(pid, statusp, flags) wait4(pid, statusp, flags, (char *)0) argument 78 # define waitpid(pid, statusp, flags) wait3(statusp, flags, (char *)0) argument
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-waitpid.c | 35 union wait statusp; in waitpid() local 46 wait_pid = wait4(pid, &statusp, options, NULL); in waitpid() 48 *stat_loc = (int) statusp.w_status; in waitpid()
|
H A D | bsd-nextstep.c | 35 union wait statusp; in posix_wait() local 39 wait_pid = wait(&statusp); in posix_wait() 41 *status = (int) statusp.w_status; in posix_wait()
|
/freebsd/usr.sbin/rtsold/ |
H A D | cap_script.c | 119 script_wait(int *statusp) in script_wait() argument 123 error = wait(statusp); in script_wait() 128 cap_script_wait(cap_channel_t *cap, int *statusp) in cap_script_wait() argument 142 *statusp = (int)nvlist_get_number(nvl, "status"); in cap_script_wait() 149 return (script_wait(statusp)); in cap_script_wait()
|
/freebsd/usr.bin/su/ |
H A D | su.c | 150 statusp, setmaclabel; in main() local 163 asme = asthem = fastlogin = statusp = 0; in main() 427 statusp = 1; in main() 443 while ((pid = waitpid(child_pid, &statusp, WUNTRACED)) != -1) { in main() 444 if (WIFSTOPPED(statusp)) { in main() 454 statusp = 1; in main() 463 exit(WEXITSTATUS(statusp)); in main()
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_mcdi.c | 927 __out_opt efx_mcdi_boot_t *statusp) 1020 if (statusp != NULL) 1021 *statusp = status;
|
H A D | efx_mcdi.h | 142 __out_opt efx_mcdi_boot_t *statusp);
|
/freebsd/sys/compat/linux/ |
H A D | linux_misc.c | 718 linux_common_wait(struct thread *td, idtype_t idtype, int id, int *statusp, in linux_common_wait() argument 729 if (error == 0 && statusp) { in linux_common_wait() 746 error = copyout(&tmpstat, statusp, sizeof(int)); in linux_common_wait()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 8781 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() argument 8829 if (statusp != NULL) in exec_child() 8830 *statusp = status; in exec_child()
|