Searched defs:got (Results 26 - 43 of 43) sorted by relevance

12

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.c974 int got; local
977 got = read(id->fd, pBuf, amt);
981 /* if( got<0 ) got = 0; */
982 if( got==amt ){
989 DWORD got; local
992 if( !ReadFile(id->h, pBuf, amt, &got, 0) ){
993 got = 0;
995 if( got==(DWORD)amt ){
1002 int got; local
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c1613 int i, got = 0; local
1625 got++;
1631 got++;
1637 got++;
1648 if (got != VS_INFECTION_FIELDS)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c251 /* got a 421 error code during startup */
847 int i, r, l, got, ret; local
873 got = 0;
923 got |= 1 << r;
940 got |= 1 << r;
952 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
953 bitset(SASL_PASSWORD_BIT, got)))
957 if (!bitset(SASL_AUTHID_BIT, got))
968 if (!bitset(SASL_USER_BIT, got))
/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c645 int got; local
658 got = read((int)fi, buf, cnt);
659 if (got != cnt) {
662 "ff: (wanted %d got %d blk %lld)\n", cnt, got, bno);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c109 * identity got changed(rename to/from, delete, mounted over, file system
1223 * if mntfs got mounted.
1799 * The vnode may be still active and we got called,
2183 int retval, got = 1; local
2195 got = 0;
2201 if (got && !VOP_GETATTR(vp, &vatt1, 0, CRED(), ct)) {
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c918 int got = 0; local
945 got |= (devs & (~RDC_BMP));
958 got |= RDC_BMP;
962 if (got != 0)
963 _rdc_rlse_d(krdc, got);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c469 int got; local
485 if ((got = rngprov_getbytes(ptr, len, B_FALSE)) == -1)
488 if (got == len)
490 len -= got;
491 ptr += got;
496 if ((got = rngprov_getbytes_nblk(ptr, len)) == -1) {
502 if (got == len)
504 len -= got;
505 ptr += got;
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_vnic.c312 uint8_t *asked, *got; local
315 got = ld->ld_assigned_mac;
320 got[0], got[1], got[2], got[3], got[4], got[5], asked[0],
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c298 int timeout, int *error, uint8_t *got)
319 if (got != NULL)
320 *got = datab;
346 uint8_t got; local
355 &err, &got) != B_TRUE) {
364 &got) != B_TRUE) {
389 "keyboard: %s. (Expected 0x%x, but got 0x%x).",
390 kb8042_error_string(err), KB_ACK, got);
297 kb8042_send_and_expect(struct kb8042 *kb8042, uint8_t send, uint8_t expect, int timeout, int *error, uint8_t *got) argument
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c763 int got; local
817 got = cfg_cnt_flds(value);
828 if (got < nflds) {
829 for (/* CSTYLED */; got < nflds; got++)
831 } else if (got > nflds) {
834 /* got == nflds, so cnode was included */
933 int got; local
949 got = cfg_cnt_flds(value);
952 if (cnodepos < 0 || got >
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c1161 int value, digit, got, n; local
1252 got = 0;
1286 got = 1;
1303 got = 1;
1322 if (!got)
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c681 "taprec: Unexpected buffer size, expected %d, got %d.\n"),
2370 ssize_t got = 0, need = count; local
2375 got = (*func)(fd, buf, MIN(need, 4096));
2376 if (got < 0 && errno == EINTR)
2378 if (got <= 0)
2380 buf += got;
2381 need -= got;
2383 /* if we got what was asked for, return count, else failure (got) */
2384 return ((need != 0) ? got
[all...]
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1037 * But if we've got at least the minimum keysize of data,
1834 int got; local
1846 got = read(fd, buf + sizeof (lofi_crypto_magic) - rest, rest);
1847 if ((got == 0) || ((got == -1) && (errno != EINTR)))
1851 if (got > 0)
1852 rest -= got;
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h749 kstat_named_t got; /* Good Octets Xmitd Count */ member in struct:igb_stat
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c486 * Identify any sections that are suspicious. A .got section
717 * section to ensure the link-editor got this right. Note, this
2004 * on the si_flags present. Ensure that we've got the right
4270 got(Cache *cache, Word shnum, Ehdr *ehdr, const char *file) function
4284 * First, find the got.
4297 * A got section within a relocatable object is suspicious.
4338 * .rel[a].got section we check them all.
5141 /* The ELF ABI specifies .interp and .got */
5246 got(cache, shnum, ehdr, file);
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c520 int got = 0; local
542 got |= devs&(MST|MSTR);
550 got |= (devs&(MST|MSTR));
563 got |= (devs&(SHD|SHDR));
575 got |= BMP;
579 if (rc != 0 && got != 0)
580 _ii_rlse_devs(ip, got);
8086 int wanted, int *got)
8096 *got = 0;
8140 *got
8085 _ii_ab_next_copy_bit(_ii_info_t *ip, chunkid_t startchunk, chunkid_t maxchunk, int wanted, int *got) argument
8776 _ii_km_next_copy_bit(_ii_info_t *ip, chunkid_t chunk, chunkid_t maxchunk, int want, int *got) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h783 kstat_named_t got; /* Good Octets Xmitd Count */ member in struct:ixgbe_stat
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2282 ssize_t got; local
2284 for (bytesread = 0; bytesread < bytes; bytesread += got) {
2290 if ((got = read_chunk(ifd, buf + bytesread,
2300 if (got == 0) /* EOF */
2570 * Return if we got a read error or in pass mode,
2730 * We got an error. Skip this file. holes info
2854 /* got EOF. the file has shrunk */
4908 /* got all attributes in secp */
4958 * We already got the file content, dont call file_in()

Completed in 149 milliseconds

12