Searched refs:process (Results 351 - 375 of 413) sorted by relevance

<<11121314151617

/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c473 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
1769 eap->process = eap_fast_process;
H A Deap_eke.c782 eap->process = eap_eke_process;
H A Deap_gpsk.c783 eap->process = eap_gpsk_process;
H A Deap_mschapv2.c893 eap->process = eap_mschapv2_process;
H A Deap_pwd.c429 /* process the request */
1066 eap->process = eap_pwd_process;
H A Deap_sim.c1247 eap->process = eap_sim_process;
/freebsd-11.0-release/crypto/openssh/
H A Dsftp-server.c1403 process(void) function
1599 fatal("unable to make the process undumpable");
1710 process();
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon.h1221 irqreturn_t (*process)(struct radeon_device *rdev); member in struct:radeon_asic::__anon9931
1839 #define radeon_irq_process(rdev) (rdev)->asic->irq.process((rdev))
/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap_server_eke.c806 eap->process = eap_eke_process;
H A Deap_server_sim.c769 "process", data->state);
860 eap->process = eap_sim_process;
H A Deap_server_pwd.c1117 eap->process = eap_pwd_process;
H A Deap_server.c508 sm->m->process(sm, sm->eap_method_priv, sm->eap_if.eapRespData);
/freebsd-11.0-release/contrib/tcsh/
H A Dtc.os.c372 * Return the site name where the process is running
424 struct process *pp;
923 * Compute the difference in process stats.
H A Ded.chared.c2001 struct process *pp;
/freebsd-11.0-release/crypto/openssl/engines/
H A De_aep.c64 # include <process.h>
251 * Used to determine if this is a new process
385 * This is a process-global DSO handle used for loading and unloading the Aep
870 * Get the current process id
880 * process
884 * Remember our pid so we can check if we're in a new process
890 * parent process
/freebsd-11.0-release/contrib/groff/src/preproc/html/
H A Dpre-html.cpp71 # include <process.h> // for `spawn...'
633 * HTML_IMAGE_INLINE_END; process them if they are
1289 // This is the UNIX process model. To invoke our post-processor,
1290 // we must `fork' the current process.
1296 // This is the child process fork. We redirect its `stdin' stream
1302 // The parent process will be writing this data, so we should release
1330 // This is the parent process fork. We will be writing data to the
1344 // end of the pipe so the child process will detect end of data.
1348 // Finally, we must wait for the child process to complete.
1411 // end of the pipe so the child process wil
[all...]
/freebsd-11.0-release/lib/libusb/
H A Dlibusb20.c1016 error = pdev->methods->process(pdev);
/freebsd-11.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh51 --interactive -- interactive: override auto-detection of calling process
/freebsd-11.0-release/sys/geom/raid/
H A Dg_raid.c1196 * rebuild/rescan/recovery process is excluded from this
1552 goto process;
1557 process:
/freebsd-11.0-release/sys/netgraph/
H A Dng_ppp.c1484 * but it makes the reasssembly process have to work harder.
1545 goto process;
1626 process:
/freebsd-11.0-release/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S424 $process=1 if (/\.proc\s+_ia64_AES_encrypt/);
425 next if (!$process);
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dinput.cpp395 popened ? "process" : "file");
1518 tok.process();
2945 tok.process();
5051 tok.process();
5089 tok.process();
5539 tok.process();
5747 error("can't open pipe to process `%1': %2", buf, strerror(errno));
6610 void token::process() function in class:token
7257 int no_rc = 0; // don't process troffrc and troffrc-end
7720 tok.process();
[all...]
/freebsd-11.0-release/sys/geom/raid3/
H A Dg_raid3.c1588 * Every synchronization request is two-steps process: first, READ request is
2116 process:
2142 goto process;
2150 goto process;
2273 * Stop synchronization process.
2730 * 2. Synchronization process finished successfully.
2820 * 3. Disk disappear during synchronization process.
/freebsd-11.0-release/contrib/gdb/
H A Dltmain.sh599 This indicates that another process is trying to use the same
674 This indicates that another process is trying to use the same
744 This indicates that another process is trying to use the same
1678 # Determine which files to process
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devutil.c38 #include <process.h>
1227 servname=NULL when calling getaddrinfo, and post-process the
2578 or woken up and in the process of draining it.

Completed in 254 milliseconds

<<11121314151617