Searched refs:got (Results 51 - 75 of 94) sorted by relevance

1234

/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/cmd/fs.d/ufs/ncheck/
H A Dncheck.c584 int got; local
597 got = read((int)fi, buf, cnt);
599 if (got != cnt) {
601 "ncheck: read error at block %lld (wanted %d got %d)\n",
602 bno, cnt, got);
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dac_asm.s104 ! restore fp to the way we got it
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubstring.sh559 then err_exit "i='$1'; \${i/~($2)$3/\\(\\0\\)} failed -- expected '$4', got '$o'"
563 then err_exit "i='$1'; \${i/~($2)($3)/\\(\\1\\)} failed -- expected '$4', got '$o'"
H A Darrays.sh385 (( bar == 4 )) || err_exit "subscript of unset variable not evaluated -- expected '4', got '$got'"
388 (( bar == $exp )) || err_exit "subscript of unset variable not evaluated -- expected '$exp', got '$got'"
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c1236 "received packet's vlan unknown, expected=0x%x, got=0x%x",
1248 uint8_t *got; local
1251 got = evh.eh_dmac;
1255 "expected=%x:%x:%x:%x:%x:%x, got=%x:%x:%x:%x:%x:%x",
1257 got[0], got[1], got[2], got[3], got[4], got[
[all...]
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/igb/
H A Digb_stat.c122 igb_ks->got.value.ui64 += (uint64_t)val_high << 32 | (uint64_t)val_low;
205 kstat_named_init(&igb_ks->got, "good_octets_xmitd",
/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/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/boot/sys/boot/common/
H A Dmodule.c411 int fd, got; local
442 got = archsw.arch_readin(fd, laddr, 4096);
443 if (got == 0) /* end of file */
445 if (got < 0) { /* error */
452 laddr += got;
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c242 * over the .got entries or jumped to plt0 out of the blue.
435 * An uninitialized .plt is the case where the associated got entry
507 * object in lazy mode the .got addresses associated to each .plt must
554 * to the corresponding got entry.
916 * Initialize the first few got entries so that function calls go to
923 elf_plt_init(void *got, caddr_t l) argument
929 _got = (uint64_t *)got + M_GOT_XLINKMAP;
931 _got = (uint64_t *)got + M_GOT_XRTLD;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dtftp.c201 int got; local
217 got = len - (t->th_data - (char *) t);
218 return got;
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dminigzip.c266 unsigned got; local
278 got = fread(in, 1, 1, gz->file);
279 if (got == 0)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c46 * fatal string. As soon as we got called back (probably get "CONNECT"),
473 * We got an error parsing the command line.
1184 /* use the string we got as the string to send,
1380 logf("got it");
1449 logf(" -- got it\n");
/illumos-gate/usr/src/common/ficl/
H A Dfileaccess.c207 long got = fread(buffer, 1, size, ff->f); local
208 if (got == size) {
/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/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/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s291 ! restore fp to the way we got it
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s677 ! stda %d0, [%i0+192]%asi ! in dly slot of branch that got us here
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c223 * over the .got entries or jumped to plt0 out of the blue.
413 * An uninitialized .plt is the case where the associated got entry
485 * object in lazy mode the .got addresses associated to each .plt must
532 * to the corresponding got entry.
890 * Initialize the first few got entries so that function calls go to
897 elf_plt_init(void *got, caddr_t l) argument
903 _got = (uint_t *)got + M_GOT_XLINKMAP;
905 _got = (uint_t *)got + M_GOT_XRTLD;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c723 * again, and might as well re-use what we've got.
986 (void) fprintf(stderr, gettext("got command `%s'\n"), input);
1016 fprintf(stderr, gettext("got word `%s'\n"), word);
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_stat.c138 * gor and got stat data will not be retrieved through
140 * simply assigning tor/tot stat data, so the gor/got
144 ixgbe_ks->got.value.ui64 = ixgbe_ks->tot.value.ui64;
273 kstat_named_init(&ixgbe_ks->got, "good_octets_xmitd",
/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);

Completed in 129 milliseconds

1234