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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c341 } _state; variable in typeref:struct:_ptmx_ioctl_state
375 if ((_state.pis_total - _state.pis_free) >= ptmx_max) {
397 if (_state.pis_free == 0) {
402 MALLOC(new_pis_ioctl_list, struct ptmx_ioctl **, sizeof(struct ptmx_ioctl *) * (_state.pis_total + PTMX_GROW_VECTOR), M_TTYS, M_WAITOK|M_ZERO);
411 bcopy(_state.pis_ioctl_list, new_pis_ioctl_list, sizeof(struct ptmx_ioctl *) * _state.pis_total);
412 old_pis_ioctl_list = _state.pis_ioctl_list;
413 _state.pis_ioctl_list = new_pis_ioctl_list;
414 _state
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_mem.c109 typedef struct _state { struct
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1570 IOMDDMAWalkSegmentState _state;
1571 IOMDDMAWalkSegmentArgs * state = (IOMDDMAWalkSegmentArgs *) (void *)&_state;
1577 ret = dmaCommandOperation(kIOMDFirstSegment, _state, sizeof(_state));

Completed in 28 milliseconds