Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 72) sorted by last modified time

123

/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src251 # the file do in fact become a potted history of VDT technology as seen by
1656 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
3332 # because we want it to be seen as <kcpy>.
6694 # terminals (without the "B" and "C" suffix); I have never seen one,
6911 # differs from other descriptions I've seen.
9029 # (att4410: a BSD entry has been seen with the following capabilities:
16025 # It may be used as a terminal by putting it in "line" mode as seen on
17533 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
H A Dterminfo.src251 # the file do in fact become a potted history of VDT technology as seen by
1885 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
3816 # because we want it to be seen as <kcpy>.
7523 # terminals (without the "B" and "C" suffix); I have never seen one,
7740 # differs from other descriptions I've seen.
10133 # (att4410: a BSD entry has been seen with the following capabilities:
18018 # It may be used as a terminal by putting it in "line" mode as seen on
19661 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c509 int vid_seen = 0, com_seen = 0, seen = 0; in parse_uefi_con_out() local
534 vid_seen = ++seen; in parse_uefi_con_out()
544 com_seen = ++seen; in parse_uefi_con_out()
548 com_seen = ++seen; in parse_uefi_con_out()
554 vid_seen = ++seen; in parse_uefi_con_out()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h483 int seen; /* bitmask of all aclent_t a_type values seen */ member
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia625 # legalized prior existing practice, as we had seen with the Guernsey law of
1887 # time for the occupied area and thus it can probably be seen as such.
2024 # ... I have also seen Pitcairn listed as UTC minus 9 hours in several
2173 # Cannot find anyone who knows the rules, has seen the duration or has seen
H A Deurope117 # but now the stone is obscured by scrubwood and can only be seen by walking
601 # tz database itself, as seen below:
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c910 mode_t seen = 0; in zfs_mode_compute() local
939 seen |= S_IRUSR; in zfs_mode_compute()
946 seen |= S_IWUSR; in zfs_mode_compute()
953 seen |= S_IXUSR; in zfs_mode_compute()
962 seen |= S_IRGRP; in zfs_mode_compute()
969 seen |= S_IWGRP; in zfs_mode_compute()
976 seen |= S_IXGRP; in zfs_mode_compute()
984 seen |= S_IRUSR; in zfs_mode_compute()
990 seen |= S_IRGRP; in zfs_mode_compute()
996 seen |= S_IROTH; in zfs_mode_compute()
[all …]
/illumos-gate/usr/src/common/acl/
H A Dacl_common.c151 int seen; /* bitmask of all aclent_t a_type values seen */ member
793 al->seen = 0; in ace_list_init()
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent()
1353 acl->seen |= USER_OBJ; in ln_ace_to_aent()
1358 acl->seen |= OTHER_OBJ; in ln_ace_to_aent()
1367 acl->seen |= GROUP_OBJ; in ln_ace_to_aent()
1371 acl->seen |= GROUP; in ln_ace_to_aent()
1387 acl->seen |= USER; in ln_ace_to_aent()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus_asm.S363 bz %xcc, 6f ! neither UCU nor L3_UCU was seen
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos40 been issues seen with it in the wild and thus we opt to disable it by default
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg145 @ MSG_ERR_MULTDYN "%s: %d dynamic sections seen (1 expected)\n"
158 @ MSG_ERR_MULTEHFRMHDR "%s: [%d: %s] multiple .eh_frame_hdr sections seen \
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c946 int seen; in sqliteGlobCompare() local
982 seen = 0; in sqliteGlobCompare()
989 if( c==']' ) seen = 1; in sqliteGlobCompare()
996 if( c>=prior_c && c<=c2 ) seen = 1; in sqliteGlobCompare()
999 seen = 1; in sqliteGlobCompare()
1006 if( c2==0 || (seen ^ invert)==0 ) return 0; in sqliteGlobCompare()
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c388 static struct words *seen[50]; variable
395 if (seen[i] == x) in new()
397 seen[i] = x; in new()
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c32 static GHashTable *seen = NULL; variable
73 if (seen != NULL) { in scan_for_stale_devices()
79 g_hash_table_foreach_remove(seen, device_remove_if_stale, args); in scan_for_stale_devices()
90 if (seen == NULL) in device_seen()
91 seen = g_hash_table_new_full(g_str_hash, g_str_equal, in device_seen()
94 result = g_hash_table_lookup_extended(seen, name, in device_seen()
98 g_hash_table_insert(seen, strdup(name), val); in device_seen()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c367 struct seen { in query_loop() struct
368 struct seen *next; in query_loop() argument
370 } *seen, *sp; in query_loop() local
418 seen = NULL; in query_loop()
458 for (sp = seen; sp != NULL; sp = sp->next) { in query_loop()
466 sp->next = seen; in query_loop()
467 seen = sp; in query_loop()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call3.d71 /seen[probename] == 0/
74 seen[probename] = 1;
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1732 int mode = 0, seen = 0; in grp_mask_to_mode() local
1757 if (!(seen & S_IRGRP)) { in grp_mask_to_mode()
1758 seen |= S_IRGRP; in grp_mask_to_mode()
1764 if (!(seen & S_IWGRP)) { in grp_mask_to_mode()
1765 seen |= S_IWGRP; in grp_mask_to_mode()
1771 if (!(seen & S_IXGRP)) { in grp_mask_to_mode()
1772 seen |= S_IXGRP; in grp_mask_to_mode()
/illumos-gate/usr/src/data/ucode/
H A Dupdate.intel89 typeset -A seen
103 seen[$bf]=1
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt137 but recently some machines have been seen that require arbitrary bit-
1779 frequently seen in the field. Previously, this could lead to an
2029 an invalid end-of-buffer condition. The problem can be seen as an
4547 semantic checking. They are now seen correctly as "null" return
4787 issues seen in the field, especially on machines with many cores:
5275 ACPI tables that have been seen in the field: ATKG, IEIT, GSCI.
5739 not been seen before. ACPICA BZ 826. Lin Ming, Bob Moore.
6060 typical cases seen in the field. ACPICA BZ 762. Lin Ming.
6173 these fields are occasionally seen in the field. ACPICA BZ 788.
13326 and caused memory corruption. This problem was seen to cause
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl413 * SamrConnect4. A new form of connect first seen with Windows 2000.
429 * SamrConnect5. A new form of connect first seen with Windows XP.
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs288 be examined cannot be seen in /proc and appear not to exist.
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME598 As can be seen, the tree that Solaris constructs have carried over GI extra
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt2437 longrun testing and seeing pglue errors is still seen despite
4173 5. Problem: CQ82059 - unexpected RSC exceptions seen when traffic is run.
4365 2. Problem: Assertions seen while running lots of storage connections.
4761 9. Problem: CQ80796 - Assertions seen while running non-common block error
5062 9. Problem: CQ80465 - E4: Assertions seen in the Hypervisor when VF
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex410 …ss into an external address [i.e., one which resides on the actual BAR as seen by the host]. The r…
576 In order to so, the proper interrupt mode using an \myindex{ecore\_int\_mode} enum [can be seen in …
819 …\item Virtual port [\myindex{VPORT}] -- Can simply be seen as a collection of queues, each HW-func…
1680 …t image of the buffer] and if the bulletin index has increment since last seen get's updated accor…
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME381 6351378 e1000g panic seen after bfu'ing latest onnv nightly
756 6838180 tcp corruption seen with northstar cards

123