HomeSort by relevance Sort by last modified time
    Searched refs:ncb (Results 1 - 5 of 5) sorted by null

  /external/u-boot/tools/
netconsole 46 if type ncb 2>/dev/null ; then
47 # see if ncb is in $PATH
48 exec ncb ${board_out_port}
50 elif [ -x ${0%/*}/ncb ] ; then
52 exec ${0%/*}/ncb ${board_out_port}
  /external/bzip2/
bzmore 22 cb='cbreak'; ncb='-cbreak'
25 cb='min 1 -icanon'; ncb='icanon eof ^d'
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
47 stty $ncb echo 2>/dev/null
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
uuid.py 368 ncb = netbios.NCB()
369 ncb.Command = netbios.NCBENUM
370 ncb.Buffer = adapters = netbios.LANA_ENUM()
372 if win32wnet.Netbios(ncb) != 0:
376 ncb.Reset()
377 ncb.Command = netbios.NCBRESET
378 ncb.Lana_num = ord(adapters.lana[i])
379 if win32wnet.Netbios(ncb) != 0:
381 ncb.Reset()
    [all...]
  /external/python/cpython2/Lib/
uuid.py 429 ncb = netbios.NCB()
430 ncb.Command = netbios.NCBENUM
431 ncb.Buffer = adapters = netbios.LANA_ENUM()
433 if win32wnet.Netbios(ncb) != 0:
437 ncb.Reset()
438 ncb.Command = netbios.NCBRESET
439 ncb.Lana_num = ord(adapters.lana[i])
440 if win32wnet.Netbios(ncb) != 0:
442 ncb.Reset(
    [all...]
  /external/python/cpython3/Lib/
uuid.py 520 ncb = netbios.NCB()
521 ncb.Command = netbios.NCBENUM
522 ncb.Buffer = adapters = netbios.LANA_ENUM()
524 if win32wnet.Netbios(ncb) != 0:
528 ncb.Reset()
529 ncb.Command = netbios.NCBRESET
530 ncb.Lana_num = ord(adapters.lana[i])
531 if win32wnet.Netbios(ncb) != 0:
533 ncb.Reset(
    [all...]

Completed in 96 milliseconds