Searched refs:pid1 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_gettar.c41 int pid1; local
57 pid1 = (int) fork();
58 if (pid1 < 0) {
62 } else if (pid1 == 0) {
85 *pid = pid1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep035.tcl126 set pid1 [exec $tclsh_path $test_path/wrap.tcl \
150 set pidlist [list $pid1 $pid2 $pid3 $pid4]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c5393 uint32_t pid1, pid2; local
5415 pid1 = pri_entry->src_pid & INVALID_PORT_ID;
5417 if (pid1 == INVALID_PORT_ID)
5419 else if (pid1 == pid2)
5425 pid1 = pri_entry->dst_pid & INVALID_PORT_ID;
5427 if (pid1 == INVALID_PORT_ID)
5429 else if (pid1 == pid2)

Completed in 134 milliseconds