Searched refs:nhe (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_process.t508 my $nhe = process_hentry;
509 ok $nhe, 'could refetch the process hentry';
510 is_deeply($nhe, $he, 'it did not change');
514 $nhe->{visible} = 0;
515 ok change_entryh($nhe), 'can change it to be invisible';
518 is_deeply($nnhe, $nhe, 'it is modified as expected');
523 $nhe->{visible} = 1;
524 ok change_entryh ($nhe), 'can change it to be visible';
/openbsd-current/sys/dev/pci/
H A Dif_oce.c1204 struct oce_nic_hdr_wqe *nhe; local
1250 nhe = oce_ring_get(wq->ring);
1251 memset(nhe, 0, sizeof(*nhe));
1253 nhe->u0.s.complete = 1;
1254 nhe->u0.s.event = 1;
1255 nhe->u0.s.crc = 1;
1256 nhe->u0.s.forward = 0;
1257 nhe->u0.s.ipcs = (m->m_pkthdr.csum_flags & M_IPV4_CSUM_OUT) ? 1 : 0;
1258 nhe
[all...]

Completed in 172 milliseconds