HomeSort by relevance Sort by last modified time
    Searched defs:seen (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/hal/addons/network-devices/
cache.c 24 * that we have already seen and those that have gone missing. This allows
34 static GHashTable *seen = NULL; variable
75 if (seen != NULL) {
81 g_hash_table_foreach_remove(seen, device_remove_if_stale, args);
92 if (seen == NULL)
93 seen = g_hash_table_new_full(g_str_hash, g_str_equal,
96 result = g_hash_table_lookup_extended(seen, name,
100 g_hash_table_insert(seen, strdup(name), val);
103 HAL_DEBUG(("seen: %s (%d)", name, *val));
  /onnv/onnv-gate/usr/src/cmd/sgs/lex/common/
yyless.c 116 static int seen = 0; local
118 if (!seen) {
122 seen = 1;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
kgrep.c 83 int seen = 0; local
94 seen = 1;
104 if (seen)
137 int seen = 0; \
151 seen = 1; \
166 if (seen) \
leaky.c 324 dups++; /* already seen */
694 int seen = 0; local
708 seen = 1;
714 if (!seen) {
724 if (!dump_verbose || !seen)
findstack.c 982 char *seen = NULL; local
1135 seen = mdb_zalloc(p.pipe_len, UM_SLEEP | UM_GC);
1173 seen[entry - p.pipe_data]++;
1296 if (seen[idx] == 0)
  /onnv/onnv-gate/usr/src/cmd/refer/
glue5.c 391 static struct words *seen[50]; variable in typeref:struct:words
398 if (seen[i] == x)
400 seen[i] = x;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
rtquery.c 369 struct seen { struct
370 struct seen *next;
372 } *seen, *sp; local
420 seen = NULL;
460 for (sp = seen; sp != NULL; sp = sp->next) {
468 sp->next = seen;
469 seen = sp;
  /onnv/onnv-gate/usr/src/lib/fm/libdiskstatus/common/
ds_scsi.c 615 boolean_t seen = B_FALSE; local
632 seen = B_TRUE;
641 if (!seen) {
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsqlite/src/
util.c 949 int seen; local
985 seen = 0;
992 if( c==']' ) seen = 1;
999 if( c>=prior_c && c<=c2 ) seen = 1;
1002 seen = 1;
1009 if( c2==0 || (seen ^ invert)==0 ) return 0;
1084 ** But usually the problem will be seen. The result will be an
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
kssladm_create.c 972 boolean_t seen; member in struct:csuite
1003 if (!cipher_suites[i].seen) {
1005 cipher_suites[i].seen = B_TRUE;
  /onnv/onnv-gate/usr/src/common/acl/
acl_common.c 149 int seen; /* bitmask of all aclent_t a_type values seen */ member in struct:ace_list
951 al->seen = 0;
1253 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) !=
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_acl.c 781 mode_t seen = 0; local
808 (!(seen & S_IRUSR))) {
809 seen |= S_IRUSR;
815 (!(seen & S_IWUSR))) {
816 seen |= S_IWUSR;
822 (!(seen & S_IXUSR))) {
823 seen |= S_IXUSR;
830 (!(seen & S_IRGRP))) {
831 seen |= S_IRGRP;
837 (!(seen & S_IWGRP)))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
toke.c 750 * just seen -> and it knows that the next char is a word char, then
1769 char seen[256]; local
    [all...]
regcomp.c 123 U32 seen; member in struct:RExC_state_t
151 #define RExC_seen (pRExC_state->seen)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 1682 int mode = 0, seen = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs4_kprot.h 372 int seen; /* bitmask of all aclent_t a_type values seen */ member in struct:ace4_list
    [all...]

Completed in 6539 milliseconds