Searched refs:process_init (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | process.h | 62 process_init ( struct process *process, in process_init() function
|
/external/syslinux/gpxe/src/core/ |
D | hw.c | 63 process_init ( &hw->process, hw_step, &hw->refcnt ); in hw_open()
|
D | resolv.c | 125 process_init ( &numeric->process, numeric_step, &numeric->refcnt ); in numeric_resolv()
|
/external/syslinux/gpxe/src/net/tcp/ |
D | http.c | 554 process_init ( &http->process, http_step, &http->refcnt ); in http_open_filter()
|
D | iscsi.c | 1736 process_init ( &iscsi->process, iscsi_tx_step, &iscsi->refcnt ); in iscsi_attach()
|
/external/openssh/ |
D | sftp-server.c | 647 process_init(void) in process_init() function 1433 process_init(); in process()
|
/external/syslinux/gpxe/src/net/ |
D | tls.c | 1751 process_init ( &tls->process, tls_step, &tls->refcnt ); in add_tls()
|