Searched refs:tpid (Results 1 – 11 of 11) sorted by relevance
| /freebsd/bin/pwait/tests/ |
| H A D | pwait_reap.c | 42 pwait_is_waiting(pid_t pwpid, pid_t tpid, int pwout, int pwerr) in pwait_is_waiting() argument 67 ATF_REQUIRE_EQ(strtol(line, &rest, 10), tpid); in pwait_is_waiting() 76 pwait_is_done(pid_t pwpid, pid_t tpid, int pwout, int pwerr) in pwait_is_done() argument 100 ATF_REQUIRE_EQ(strtol(line, &rest, 10), tpid); in pwait_is_done() 111 pid_t tpid, pwpid; in pwait_reap_test() local 116 ATF_REQUIRE((tpid = fork()) >= 0); in pwait_reap_test() 117 if (tpid == 0) { in pwait_reap_test() 126 snprintf(pidstr, sizeof(pidstr), "%ld", (long)tpid); in pwait_reap_test() 138 pwait_is_waiting(pwpid, tpid, pwout[1], pwerr[1]); in pwait_reap_test() 142 wait_zero(tpid, false); in pwait_reap_test() [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_getpid.c | 61 pid_t ppid, fpid, cpid, tpid, wpid; in ATF_TC_BODY() local 66 tpid = getpid(); in ATF_TC_BODY() 76 if (tpid != ppid) in ATF_TC_BODY() 82 if (tpid == fpid) in ATF_TC_BODY() 108 pid_t pid, tpid; in ATF_TC_BODY() local 116 rv = pthread_create(&tid, NULL, threadfunc, &tpid); in ATF_TC_BODY() 122 if (pid != tpid) in ATF_TC_BODY()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | truss2.sh | 52 truss -f -o /dev/null -p $rpid & tpid=$! 55 wait $tpid
|
| H A D | umountf10.sh | 73 tpid=$! 83 kill $pid $pid2 $tpid
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_sp_commands.c | 371 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021Q; in ecore_sp_pf_start() 374 p_ramrod->outer_tag_config.outer_tag.tpid = ETH_P_8021AD; in ecore_sp_pf_start() 443 sb, sb_index, p_ramrod->outer_tag_config.outer_tag.tpid, in ecore_sp_pf_start()
|
| H A D | ecore_hsi_common.h | 1725 __le16 tpid /* Tag Protocol Identifier */; member
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_switch.h | 140 u16 tpid; 137 u16 tpid; global() member
|
| H A D | virtchnl.h | 962 u16 tpid; /* 0x8100, 0x88a8, etc. and only type(s) set in member 963 * filtering caps. Note that tpid here does not refer to
|
| H A D | ice_switch.c | 1303 vlan_tpid = f_info->l_data.vlan.tpid; in ice_fill_sw_rule() 3713 list_itr->fltr_info.l_data.vlan.tpid == 0) in ice_set_vlan_vsi_promisc()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | ib_verbs.c | 4448 u16 tpid; in bnxt_re_is_nonzero_vlanid_pkt() local 4453 tpid = ((metadata & in bnxt_re_is_nonzero_vlanid_pkt() 4456 if (tpid == ETH_P_8021Q) { in bnxt_re_is_nonzero_vlanid_pkt()
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 17926 uint16_t tpid; member
|