Searched refs:fd_where (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/lib/liblaunch/ |
| HD | launch_internal.h | 100 size_t launch_data_pack(launch_data_t d, uint8_t *where, size_t len, int *fd_where, size_t *fdslots…
|
| HD | liblaunch.c | 695 launch_data_pack(launch_data_t d, uint8_t *where, size_t len, int *fd_where, size_t *fd_cnt) in launch_data_pack() argument 724 if (fd_where && d->fd != -1) { in launch_data_pack() 725 fd_where[*fd_cnt] = d->fd; in launch_data_pack() 767 rsz = launch_data_pack(d->_array[i], where, len - node_data_len, fd_where, fd_cnt); in launch_data_pack()
|