Searched defs:type (Results 351 - 375 of 894) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h66 * These are the "type" values for Base MP Configuration Table entries.
138 * type (i.e. all of type 0 come first, etc.). Look on page 4-6 for
144 unsigned char type; /* must be 0 */ member in struct:imps_processor
155 unsigned char type; /* must be 1 */ member in struct:imps_bus
162 unsigned char type; /* must be 2 */ member in struct:imps_ioapic
171 unsigned char type; /* must be 3 or 4 */ member in struct:imps_interrupt
H A Dvstafs.h71 unsigned short type; member in struct:fs_file
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dwalk.c54 register int type; local
70 type = ops[node].ival;
71 len = type >> 8;
72 type &= 255;
73 switch (type) {
450 type = ops[ops[node+1].ival].ival & 255;
451 str = walk(1,level,ops[node+1].ival,&numarg,prec+(type != OCONCAT));
453 type = ops[ops[node+2].ival].ival & 255;
455 fstr=walk(1,level,ops[node+2].ival,&numarg,prec+(type != OCONCAT)));
831 int gsub = type
1634 register int type; local
2051 register int type; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c97 if (dbp->type == DB_HASH)
145 switch (dbp->type) {
420 fprintf(fp, "ILLEGAL PAGE TYPE: page: %lu type: %lu\n",
467 B_DISSET(GET_BKEYDATA(h, i + O_INDX)->type);
472 deleted = B_DISSET(GET_BKEYDATA(h, i)->type);
533 switch (B_TYPE(bi->type)) {
543 (u_long)B_TYPE(bi->type));
557 switch (B_TYPE(bk->type)) {
568 (u_long)B_TYPE(bk->type));
594 u_int type; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c909 u_int8_t *hk, type; local
917 type = HPAGE_TYPE(hcp->pagep, ndx);
935 if (type == H_DUPLICATE) {
959 } else if (type == H_OFFDUP) {
994 if (((HKEYDATA *)hk)->type == H_OFFPAGE) {
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h16 u_int32_t type; member in struct:_bam_pg_alloc_args
31 u_int32_t type; member in struct:_bam_pg_free_args
45 u_int32_t type; member in struct:_bam_split_args
63 u_int32_t type; member in struct:_bam_rsplit_args
78 u_int32_t type; member in struct:_bam_adj_args
93 u_int32_t type; member in struct:_bam_cadjust_args
108 u_int32_t type; member in struct:_bam_cdel_args
121 u_int32_t type; member in struct:_bam_repl_args
H A Ddb_auto.h8 u_int32_t type; member in struct:_db_addrem_args
25 u_int32_t type; member in struct:_db_split_args
39 u_int32_t type; member in struct:_db_big_args
57 u_int32_t type; member in struct:_db_ovref_args
70 u_int32_t type; member in struct:_db_relink_args
87 u_int32_t type; member in struct:_db_addpage_args
101 u_int32_t type; member in struct:_db_debug_args
H A Dhash_auto.h16 u_int32_t type; member in struct:_ham_insdel_args
32 u_int32_t type; member in struct:_ham_newpage_args
49 u_int32_t type; member in struct:_ham_splitmeta_args
63 u_int32_t type; member in struct:_ham_splitdata_args
77 u_int32_t type; member in struct:_ham_replace_args
94 u_int32_t type; member in struct:_ham_newpgno_args
112 u_int32_t type; member in struct:_ham_ovfl_args
127 u_int32_t type; member in struct:_ham_copypage_args
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c522 sm_ldap_add_recurse(top, item, type, rpool)
525 int type;
574 ** Binary search/insert item:type into list.
591 rc = type - (*top)->lrl_data[p]->lr_type;
623 newe->lr_type = type;
752 int type; local
755 type = SM_LDAP_ATTR_NONE;
761 type = lmap->ldap_attr_type[i];
768 type == SM_LDAP_ATTR_NONE)
771 type
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_store.c116 static GType type = 0; local
118 if (!type) {
129 type = g_type_register_static (G_TYPE_OBJECT,
135 return type;
292 int type; local
297 type = hal_device_property_get_type (d, key);
298 if (type != HAL_PROPERTY_TYPE_STRING)
321 int type; local
326 type = hal_device_property_get_type (d, key);
327 if (type !
351 int type; local
[all...]
H A Dproperty.c40 int type; member in struct:_HalProperty
60 if (prop->type == HAL_PROPERTY_TYPE_STRING) {
62 } else if (prop->type == HAL_PROPERTY_TYPE_STRLIST) {
82 prop->type = HAL_PROPERTY_TYPE_STRING;
107 prop->type = HAL_PROPERTY_TYPE_INT32;
121 prop->type = HAL_PROPERTY_TYPE_UINT64;
135 prop->type = HAL_PROPERTY_TYPE_BOOLEAN;
149 prop->type = HAL_PROPERTY_TYPE_DOUBLE;
169 return prop->type;
176 g_return_val_if_fail (prop->type
[all...]
/osnet-11/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c110 HAL_DEBUG(("get keyboard type failed %s: %s",
193 const char *type, *layout; local
207 if ((type = strtok(line, " \t\n")) == NULL) {
236 if (*type == '*') {
242 } else if (atoi(type) == kb_type) {
316 * layout and type from system default keyboard device--/dev/kbd.
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c57 LibHalPropertyType type; member in struct:lh_prop_s
227 int type; local
240 type = libhal_psi_get_type(&it);
241 switch (type) {
288 printf("Unknown type %d = 0x%02x\n", type, type);
480 p->type = LIBHAL_PROPERTY_TYPE_INVALID;
493 p->type = LIBHAL_PROPERTY_TYPE_STRING;
499 p->type
[all...]
H A Dlshal.c94 int type; local
112 type = libhal_psi_get_type (&it);
113 switch (type) {
165 printf ("Unknown type %d=0x%02x\n", type, type);
399 int type; local
405 type = libhal_device_get_property_type (hal_ctx, udi, key, &error);
407 switch (type) {
460 fprintf (stderr, "Unknown type
[all...]
/osnet-11/usr/src/cmd/hal/utils/
H A Dfsutils.c84 is_dos_drive(uchar_t type) argument
86 return ((type == DOSOS12) || (type == DOSOS16) ||
87 (type == DOSHUGE) || (type == FDISK_WINDOWS) ||
88 (type == FDISK_EXT_WIN) || (type == FDISK_FAT95) ||
89 (type == DIAGPART) || (type == EFI_FS));
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c114 gettext("database default type objectclass\n"));
214 * It returns: -1 no keys defined, 0 key defined but none for type
218 set_keys_publickey(char **key, char *attrtype, int type, char **ret) argument
240 if ((type == 0 && isdigit(*k)) ||
241 /* user type keys */
242 (type == 1 && (!isdigit(*k)))) {
243 /* hosts type keys */
289 * type 0 -> check for user publickeys
290 * type 1 -> check for hosts publickeys
293 set_filter_publickey(char **key, char *database, int type, cha argument
[all...]
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c367 static int dos_except(Sfio_t *iop, int type, void *arg, Sfdisc_t *disc) argument
369 static int dos_except(iop, type, arg, disc)
371 int type;
377 if(type==SF_DPOP || type==SF_FINAL)
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfastfind.c162 findopen(const char* file, const char* pattern, const char* type, Finddisc_t* disc) argument
347 (*fp->disc->errorf)(fp, fp->disc, 2, "cannot allocate type table");
352 * type index 1 is always system/dir
451 if (type)
453 type = (const char*)typefix(fp->decode.bigram2, sizeof(fp->decode.bigram2), type);
463 if (type && strmatch(s, type))
469 if (type && !j)
948 findwrite(register Find_t* fp, const char* path, size_t len, const char* type) argument
[all...]
H A Dfindlib.h58 char* type; member in struct:__anon1154
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregclass.c286 classfun(int type) argument
288 switch (type)
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c214 static int mmvmexcept(Vmalloc_t* vm, int type, Void_t* data, Vmdisc_t* disc) argument
216 static int mmvmexcept(vm, type, data, disc)
218 int type;
226 if(type == VM_OPEN)
234 else if(type == VM_CLOSE)
H A Dvmtrace.c58 static char* tritoa(Vmulong_t v, int type) argument
60 static char* tritoa(v, type)
62 int type; /* =0 base-16, >0: unsigned base-10, <0: signed base-10 */
70 if(type == 0) /* base-16 */
77 else if(type > 0) /* unsigned base-10 */
120 int type; local
124 { type = 0;
128 { type = vd->mode&VM_METHODS;
141 if(type&VM_MTBEST)
143 else if(type
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_cron.c260 audit_cron_session_failure(char *name, int type, char *err_str) argument
264 if (type == 0)
374 * type - type of job (0 - at-job, 1 - crontab job).
379 audit_cron_new_job(char *cmd, int type, void *event) argument
384 if (type == 0) {
387 } else if (type == 1) {
390 } else if (type == 2) {
393 } else if ((type > 2) && (type <
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetut.c191 short type; local
232 * and DEAD_PROCESS the type of the entry in "fubuf",
239 if (((type = fubuf.ut_type) == INIT_PROCESS ||
240 type == LOGIN_PROCESS ||
241 type == USER_PROCESS ||
242 type == DEAD_PROCESS) &&
H A Drandom.c64 * zeroeth element of the array is the type of R.N.G. being used (small
147 * the type of the current generator, the degree of the current polynomial
151 * state[-1], which is used to store the type of the R.N.G.
212 * Note that on return from srandom(), we set state[-1] to be the type
304 unsigned int type; local
311 type = new_state[0]%MAX_TYPES;
319 switch (type) {
325 rp->rand_type = type;
326 rp->rand_deg = rp->degrees[ type ];
327 rp->rand_sep = rp->seps[ type ];
[all...]

Completed in 59 milliseconds

<<11121314151617181920>>