HomeSort by relevance Sort by last modified time
    Searched refs:smb (Results 1 - 25 of 39) sorted by null

1 2

  /external/syslinux/com32/sysdump/
dmi.c 55 const struct smbios_header *smb = (void *)dptr; local
57 return !memcmp(smb->signature, "_SM_", 4) &&
58 !checksum(smb, smb->len) &&
64 const struct smbios_header *smb = (void *)dptr; local
65 struct smbios_header smx = *smb;
69 dptr, smb->dmi.tbladdr);
70 cpio_hdr(be, MODE_FILE, smb->dmi.tbllen + 32, filename);
81 write_data(be, (const void *)smb->dmi.tbladdr, smb->dmi.tbllen)
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smbserver.py 44 from impacket import smb, nmb, ntlm, uuid, LOG
59 # There are some common functions that can be accessed from more than one SMB
102 if flags & smb.SMB.FLAGS2_UNICODE:
108 if flags & smb.SMB.FLAGS2_UNICODE:
170 if os.path.isdir(pathName) and (fileAttributes & smb.ATTR_DIRECTORY) == 0:
197 flags = smb.SMB.FLAGS2_UNICODE
209 if level == smb.SMB_QUERY_FS_ATTRIBUTE_INFO or level == smb2.SMB2_FILESYSTEM_ATTRIBUTE_INFO
    [all...]
smb.py 8 # smb.py - SMB/CIFS library
31 # [ ] Try [SMB]transport fragmentation using Transact requests
36 # [ ] Try [SMB]transport fragmentation with overlaping segments
37 # [ ] Try [SMB]transport fragmentation with out of order segments
115 # Options values for SMB.stor_file and SMB.retr_file
244 # This is not a standard error class for SMB
254 # SMB X/Open error codes for the ERRDOS error class
521 return 'SMB SessionError: %s(%s)' % nt_errors.ERROR_MESSAGES[self.error_code
    [all...]
smb3.py 24 # [ ] Add more backward compatible commands from the smb.py code
52 # If the client implements the SMB 3.0 dialect,
79 # If the client implements the SMB 3.0 dialect,
115 return 'SMB SessionError: %s(%s)' % (ERROR_MESSAGES[self.error])
126 # Only for SMB 3.0
146 # If the client implements the SMB 2.1 or SMB 3.0 dialects, it MUST
151 # If the client implements the SMB 3.0 dialect,
173 # If the client implements the SMB 3.0 dialect,
373 # In all SMB dialects for a response this field is interpreted as the Status field.
    [all...]
  /external/opencv/cv/src/
cvmatchcontours.cpp 64 int i, sma, smb; local
121 smb = 1;
123 smb = -1;
125 smb = 0;
130 amb = 1. / (smb * log10( amb ));
151 smb = 1;
153 smb = -1;
155 smb = 0;
160 amb = smb * log10( amb );
181 smb = 1
    [all...]
  /external/curl/
androidconfigure 55 --disable-smb
  /external/syslinux/core/
dmi.c 92 const struct smbios_header *smb = (void *)dptr; local
94 return !memcmp(smb->signature, "_SM_", 4) &&
95 !checksum(smb, smb->len) &&
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 114 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); local
115 smb.addVertexAllocation(mPoints.getAllocation());
116 smb.addIndexSetType(Mesh.Primitive.POINT);
117 Mesh smP = smb.create();
  /frameworks/opt/telephony/src/java/android/telephony/gsm/
SmsMessage.java 142 private SmsMessage(SmsMessageBase smb) {
143 mWrappedSmsMessage = smb;
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 813 Builder smb = new Builder(mRS, usage); local
814 smb.addVertexType(mElement, mMaxIndex);
815 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);
817 Mesh sm = smb.create();
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/DeviceTree/
fvp-foundation-gicv2-psci.dts 191 smb {
fvp-foundation-gicv2legacy-psci.dts 191 smb {
fvp-foundation-gicv3-psci.dts 198 smb {
fvp-base-gicv2-psci.dts 238 smb {
  /device/linaro/bootloader/arm-trusted-firmware/fdts/
fvp-foundation-gicv2-psci.dts 173 smb {
fvp-foundation-gicv3-psci.dts 182 smb {
  /external/curl/lib/
smb.c 42 #include "smb.h"
71 * SMB handler interface
74 "SMB", /* scheme */
125 /* Append a string to an SMB message */
130 /* Append a null-terminated string to an SMB message */
135 /* SMB is mostly little endian */
161 /* SMB request state */
173 /* SMB request data */
185 struct smb_conn *smb = &conn->proto.smbc; local
197 if(smb->state != newstate
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 266 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
271 s = smb + (separated and ' ' or '') + s
273 s = s + (separated and ' ' or '') + smb
    [all...]
  /external/python/cpython2/Lib/
locale.py 274 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
279 s = smb + (separated and ' ' or '') + s
281 s = s + (separated and ' ' or '') + smb
    [all...]
  /external/python/cpython3/Lib/
locale.py 270 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
275 s = smb + (separated and ' ' or '') + s
277 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 272 smb = conv[international and 'int_curr_symbol' or 'currency_symbol']
277 s = smb + (separated and ' ' or '') + s
279 s = s + (separated and ' ' or '') + smb
    [all...]

Completed in 787 milliseconds

1 2