/src/sys/dev/ic/ |
wdc.c | 1107 u_int8_t sc1 = 0, sn1 = 0, cl1 = 0, ch1 = 0; local in function:__wdcwait_reset 1145 sn1 = bus_space_read_1(wdr->cmd_iot, 1191 chp->ch_channel, sc1, sn1, cl1, ch1), DEBUG_PROBE);
|
wdc.c | 1107 u_int8_t sc1 = 0, sn1 = 0, cl1 = 0, ch1 = 0; local in function:__wdcwait_reset 1145 sn1 = bus_space_read_1(wdr->cmd_iot, 1191 chp->ch_channel, sc1, sn1, cl1, ch1), DEBUG_PROBE);
|
/src/bin/ksh/ |
history.c | 906 sn1, /* bytes 1 to 4 of a line no */ enumerator in enum:state 923 state = sn1; 925 case sn1: 1042 state = sn1; 1044 case sn1:
|
history.c | 906 sn1, /* bytes 1 to 4 of a line no */ enumerator in enum:state 923 state = sn1; 925 case sn1: 1042 state = sn1; 1044 case sn1:
|
/src/sys/miscfs/specfs/ |
spec_vnops.c | 728 specnode_t *sn, *sn1; local in function:spec_open 859 error = spec_io_enter(vp, &sn1, &dev1); 864 KASSERT(sn1 == sn);
|
spec_vnops.c | 728 specnode_t *sn, *sn1; local in function:spec_open 859 error = spec_io_enter(vp, &sn1, &dev1); 864 KASSERT(sn1 == sn);
|