/titanic_44/usr/src/lib/libshell/common/scripts/ |
H A D | svcproptree1.sh | 60 typeset datatype 70 datatype="${fields[1]}" 81 typeset datatype="${datatype}"
|
H A D | crawlsrccomments.sh | 608 typeset datatype="" 625 if get_file_format "$filename" datatype ; then 627 records[${filename}].file_format="$datatype" 632 case "$datatype" in
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslog_trans.c | 81 uchar_t datatype; member 582 newte->datatype = TRANS_DATATYPE_BINARY; in trans_read() 651 newte->datatype = TRANS_DATATYPE_BINARY; in trans_write() 733 newte->datatype = TRANS_DATATYPE_BINARY; in trans_setattr() 790 newte->datatype = TRANS_DATATYPE_BINARY; in trans_create() 859 newte->datatype = TRANS_DATATYPE_BINARY; in trans_remove() 923 newte->datatype = TRANS_DATATYPE_BINARY; in trans_mkdir() 969 newte->datatype = TRANS_DATATYPE_BINARY; in trans_rmdir() 1027 newte->datatype = TRANS_DATATYPE_BINARY; in trans_rename() 1105 newte->datatype = TRANS_DATATYPE_BINARY; in trans_link() [all …]
|
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | adt_xlate.h | 95 enum datatype {ADT_UNDEFINED = 0, enum 121 typedef enum datatype datatype_t;
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.h | 39 enum datatype { enum
|
H A D | eval.c | 53 enum datatype dtype, struct node *np); 1289 check_expr_args(struct evalue *lp, struct evalue *rp, enum datatype dtype, in check_expr_args()
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | intpkey.test | 24 # Create a table with a primary key and a datatype other than 139 } {1 {datatype mismatch}} 145 } {1 {datatype mismatch}} 151 } {1 {datatype mismatch}}
|
H A D | minmax.test | 242 # Make sure min(x) and max(x) work correctly when the datatype is
|
/titanic_44/usr/src/lib/libsysevent/ |
H A D | libsysevent.h | 63 int sysevent_lookup_attr(sysevent_t *ev, char *name, int datatype,
|
H A D | llib-lsysevent | 42 int sysevent_lookup_attr(sysevent_t *ev, char *name, int datatype,
|
H A D | libsysevent.c | 380 sysevent_lookup_attr(sysevent_t *ev, char *name, int datatype, in sysevent_lookup_attr() argument 402 (se_value->value_type == datatype)) in sysevent_lookup_attr()
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 1137 data_type_t datatype = nvpair_type(elem); in zprop_parse_value() local 1159 if (datatype != DATA_TYPE_STRING) { in zprop_parse_value() 1173 if (datatype == DATA_TYPE_STRING) { in zprop_parse_value() 1181 } else if (datatype == DATA_TYPE_UINT64) { in zprop_parse_value() 1211 if (datatype != DATA_TYPE_STRING) { in zprop_parse_value()
|
/titanic_44/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_getldap.c | 2068 int datatype = CACHE_MAP_UNKNOWN; in getldap_get_cacheData() local 2080 datatype = CACHE_MAP_DN2DOMAIN; in getldap_get_cacheData() 2082 if (datatype == CACHE_MAP_UNKNOWN) in getldap_get_cacheData() 2092 (void) getldap_cache_op(CACHE_OP_FIND, datatype, in getldap_get_cacheData() 2105 int datatype = CACHE_MAP_UNKNOWN; in getldap_set_cacheData() local 2115 datatype = CACHE_MAP_DN2DOMAIN; in getldap_set_cacheData() 2117 if (datatype == CACHE_MAP_UNKNOWN) in getldap_set_cacheData() 2135 rc = getldap_cache_op(CACHE_OP_ADD, datatype, in getldap_set_cacheData()
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 469 ** Use the following routine to define the datatype returned by a 472 ** can be an integer greater than or equal to zero. When the datatype 474 ** same as the datatype-th argument. If datatype==SQLITE_NUMERIC 475 ** then the result is always numeric. If datatype==SQLITE_TEXT then 476 ** the result is always text. If datatype==SQLITE_ARGS then the result 482 int datatype /* The datatype for this function */ 661 ** is (*pazColName)[i] and the datatype of the i-th column is
|
/titanic_44/usr/src/cmd/file/ |
H A D | file.c | 1095 print_elf_datatype(int datatype) in print_elf_datatype() argument 1097 switch (datatype) { in print_elf_datatype()
|
/titanic_44/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 141 char *datatype; /* The data type of information held by this member 2201 psp->declargslot = &sp->datatype; 3036 if( sp->datatype==0 ) continue; 3037 len = strlen(sp->datatype); 3059 if( sp->type!=NONTERMINAL || (sp->datatype==0 && lemp->vartype==0) ){ 3063 cp = sp->datatype; 3882 sp->datatype = 0;
|
/titanic_44/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 2169 typeset datatype=$2 2173 if [[ $datatype != "fs" && $datatype != "vol" ]]; then 2174 log_fail "$datatype is not supported." 2182 if [[ $datatype == "vol" ]]; then
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | spoolss_svc.c | 968 smb_rpc_off(wname, "RAW", &offset, &pinfo2->datatype); in spoolss_s_GetPrinter()
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 296 DWORD datatype;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_pf.c | 215 void (*dl_match_fn)(uint_t datatype);
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 65 * on a basic datatype (SHT_INIT_ARRAY) then this is all the updating
|
H A D | xlate64.m4 | 65 * on a basic datatype (SHT_INIT_ARRAY) then this is all the updating
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 8846 compilers when the shift value is larger than the datatype width is 9100 reorganization and an internal datatype that had been changed to 8-bit
|