Searched defs:type (Results 801 - 825 of 894) sorted by relevance

<<313233343536

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c469 *** t - protocol type (ARP, IP, etc);
482 unsigned short type; member in struct:eth_hdr
501 /** Set the ethernet packet type **/
502 hdr.type = htons(t);
876 /** Determine transceiver type to use, depending on value stored in
910 /** Set the link to the type we just determined. **/
917 /** Now that we set the xcvr type, reset the Tx and Rx, re-enable. **/
989 .type = NIC_DRIVER,
H A De1000.c253 if (eeprom->type == e1000_eeprom_microwire) {
255 } else if (eeprom->type == e1000_eeprom_spi) {
364 if (eeprom->type == e1000_eeprom_microwire) {
372 } else if (eeprom->type == e1000_eeprom_spi) {
395 if(eeprom->type == e1000_eeprom_microwire) {
420 } else if(eeprom->type == e1000_eeprom_spi) {
445 if (hw->eeprom.type == e1000_eeprom_spi) {
452 } else if(hw->eeprom.type == e1000_eeprom_microwire) {
552 if(eeprom->type == e1000_eeprom_spi) {
580 } else if(eeprom->type
3462 e1000_transmit(struct nic *nic, const char *d, unsigned int type, unsigned int size, const char *p) argument
3471 unsigned short type; member in struct:eth_hdr
[all...]
H A Deepro100.c381 * unsigned short t: ethernet protocol type.
392 unsigned short type; member in struct:eth_hdr
402 printf ("transmitting type %hX packet (%d bytes). status = %hX, cmd=%hX\n",
409 hdr.type = htons (t);
803 .type = NIC_DRIVER,
H A Dpci.h81 /* Header type 0 (normal devices) */
115 /* Header type 1 (PCI-to-PCI bridges) */
122 #define PCI_IO_RANGE_TYPE_MASK 0x0f /* I/O bridging type */
283 extern void scan_pci_bus(int type, struct pci_device *dev);
284 extern void find_pci(int type, struct pci_device *dev);
340 int type; member in struct:pci_driver
348 * type to drive the device correctly. If this is the case
H A Drtl8139.c179 unsigned int type, unsigned int len, const char *data);
368 unsigned int type, unsigned int len, const char *data)
374 nstype = htons(type);
382 printf("sending %d bytes ethtype %hX\n", len, type);
473 printf(" at %X type %hhX%hhX rxstatus %hX\n",
545 .type = NIC_DRIVER,
367 rtl_transmit(struct nic *nic, const char *destaddr, unsigned int type, unsigned int len, const char *data) argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c743 dnode_get(dnode_phys_t *mdn, uint64_t objnum, uint8_t type, dnode_phys_t *buf, argument
759 VERIFY_DN_TYPE(buf, type);
777 VERIFY_DN_TYPE(buf, type);
1046 * data type (4 bytes)
1090 int name_len, type, slen, encode_size; local
1111 type = BSWAP_32(*(uint32_t *)nvpair);
1115 type == valtype) {
1179 char type[16]; local
1181 if (nvlist_lookup_value(nv, ZPOOL_CONFIG_TYPE, &type, DATA_TYPE_STRING,
1185 if (strcmp(type, VDEV_TYPE_DIS
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c323 Finds the magic pointer for type matching the SV. See C<sv_magic>.
329 Perl_mg_find(pTHX_ SV *sv, int type) argument
335 if (mg->mg_type == type)
H A Dpp_sys.c325 char *type = NULL; local
327 type = SvPV_nolen(PL_curcop->cop_io);
329 if (type && *type)
330 PerlIO_apply_layers(aTHX_ fp,mode,type);
2059 /* There seems to be no consensus on the length type of truncate()
2063 /* XXX Configure probe for the length type of *truncate() needed XXX */
2071 /* Checking for length < 0 is problematic as the type might or
2073 /* XXX Configure probe for the signedness of the length type of *truncate() needed? XXX */
2282 int type local
2337 int type = POPi; local
[all...]
H A Dregexec.c2200 I32 type; member in struct:__anon104
2206 I32 type; member in struct:__anon105
2219 I32 type; member in union:re_unwind_t
3331 uw->type = ((c1 == BRANCH)
3954 switch (uw->type) {
3967 OP(scan) != (uwb->type == RE_UNWIND_BRANCH
3977 if ((n = (uwb->type == RE_UNWIND_BRANCH
3984 if (uwb->type == RE_UNWIND_BRANCHJ)
H A Ddoio.c94 char *type = NULL; local
199 type = Nullch;
200 fp = PerlIO_openn(aTHX_ type, mode, -1, rawmode, rawperm, NULL, num_svs, svp);
210 type = savepvn(name, len);
211 tend = type+len;
212 SAVEFREEPV(type);
216 for (; isSPACE(*type); type++) ;
217 while (tend > type && isSPACE(tend[-1]))
221 /* New style explicit name, type i
1611 Perl_apply(pTHX_ I32 type, register SV **mark, register SV **sp) argument
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c730 int type; local
740 type = hal_property_get_type (p);
744 switch (type) {
880 HAL_WARNING (("Unknown property type 0x%04x", type));
1194 int type; local
1230 type = hal_property_get_type (p);
1231 switch (type) {
1286 HAL_WARNING (("Unknown property type %d", type));
1391 int type; local
3342 int type; local
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c558 if (src->type == PED_PARTITION_EXTENDED) {
579 dst_fs_type = dst_fs->type; /* may be different to src_fs->type */
592 if ((*dev)->type != PED_DEVICE_FILE)
648 const PedDiskType* type = NULL; local
655 if (!command_line_get_disk_type (_("New disk label type?"), &type))
667 disk = ped_disk_new_fresh (*dev, type);
675 if ((*dev)->type != PED_DEVICE_FILE)
692 const PedFileSystemType* type local
[all...]
H A Dui.c617 if (ex->type == PED_EXCEPTION_BUG) {
622 _(ped_exception_get_type_string (ex->type)),
1075 _("Expecting a file system type."));
1082 _("Unknown file system type \"%s\"."),
1102 _("Expecting a disk label type."));
1160 if (!ped_disk_type_check_feature (disk->type, PED_DISK_TYPE_EXTENDED))
1172 if (!ped_disk_type_check_feature (disk->type, PED_DISK_TYPE_EXTENDED))
1180 PedPartitionType* type)
1210 _("Expecting a partition type."));
1216 *type
1179 command_line_get_part_type(const char* prompt, const PedDisk* disk, PedPartitionType* type) argument
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptget.c105 int type; /* { - + : } */ member in struct:List_s
2279 sfprintf(sp, "[%c", lp->type);
/osnet-11/usr/src/lib/libbrand/common/
H A Dlibbrand.c92 #define DTD_ATTR_IPTYPE ((const xmlChar *) "ip-type")
105 #define DTD_ATTR_TYPE ((const xmlChar *) "type")
974 xmlChar *special, *dir, *type, *opt; local
989 type = xmlGetProp(node, DTD_ATTR_TYPE);
991 if ((special == NULL) || (dir == NULL) || (type == NULL) ||
1015 (char *)type, ((opt != NULL) ? opt_exp : NULL));
1022 if (type != NULL)
1023 xmlFree(type);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c243 int type; member in struct:option
828 switch (opt->type) {
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c920 const char type; member in struct:__anon1421
972 if (pri_table[i].type == *str)
1273 mnp->type = T_ILL_MO;
1307 mnp->type = T_ILL_MO;
1346 mnp->type = T_GNU_MO;
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c115 * 'type' can be one of USYNC_THREAD, USYNC_PROCESS, or USYNC_PROCESS_ROBUST,
126 mutex_init(mutex_t *mp, int type, void *arg) argument
128 int basetype = (type & ~ALL_ATTRIBUTES);
135 * USYNC_PROCESS_ROBUST is a deprecated historical type.
141 type |= (USYNC_PROCESS | LOCK_ROBUST);
145 if (type & LOCK_PRIO_PROTECT)
148 (type & (LOCK_PRIO_INHERIT | LOCK_PRIO_PROTECT))
150 ((type & LOCK_PRIO_PROTECT) &&
154 } else if (type & LOCK_ROBUST) {
167 mp->mutex_type = (uint8_t)type;
3131 cond_init(cond_t *cvp, int type, void *arg) argument
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent.c67 static int cleanup_id(sysevent_handle_t *shp, uint32_t id, int type);
299 * sysevent_attr_value - Get attribute value data and type
2388 cleanup_id(sysevent_handle_t *shp, uint32_t id, int type) argument
2393 if (update_kernel_registration(shp, type, SE_CLEANUP, &id,
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabeld.h120 int type; member in struct:__anon2663
381 #define CALL_SIZE(type, buf) (size_t)(sizeof (type) + sizeof (int) + (buf))
382 #define RET_SIZE(type, buf) (size_t)(sizeof (type) + 2*sizeof (int) + (buf))
383 #define CALL_SIZE_STR(type, buf) CALL_SIZE(type, (-BUFSIZE +(buf)))
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1219 print_file(FILE *fp, zdiff_info_t *di, char *dsmnt, char type, argument
1226 (void) fprintf(fp, "%c\t", type);
1244 char type, char *fobjname, char *tobjname, zfs_stat_t *fsp, zfs_stat_t *tsp,
1251 switch (type) {
1263 print_file(fp, di, dsmnt, type, fobjname, fsp, obj, delta);
1266 print_file(fp, di, dsmnt, type, tobjname, tsp, obj, delta);
1243 zdiff_print_cb(char *dsmnt, uint64_t obj, char type, char *fobjname, char *tobjname, zfs_stat_t *fsp, zfs_stat_t *tsp, int delta, void *arg) argument
H A Dlibzfs_util.c82 "datasets of this type"));
89 "datasets of this type"));
165 "on this type of pool"));
338 * This is used when we fail to open a dataset and we cannot get an exact type.
339 * We guess what the type would have been based on the path and the mask of
349 * When given a single type, always report the exact type.
361 * The user is requesting more than one type of dataset. If this is the
379 * We have no way of knowing a priori what type this would be, so always
900 zfs_type_t type, boolean_
899 zfs_path_to_zhandle_impl(libzfs_handle_t *hdl, const char *path, zfs_type_t type, boolean_t quiet) argument
1205 zfs_type_t type = cbp->cb_type; local
1559 zprop_parse_value(libzfs_handle_t *hdl, nvpair_t *elem, int prop, zfs_type_t type, nvlist_t *ret, char **svalp, uint64_t *ivalp, const char *errbuf) argument
1667 add_collapsed_sublist(libzfs_handle_t *hdl, const zpropdef_t *zpd, zprop_list_t **listp, zfs_type_t type) argument
1694 zfs_attach_aliases(libzfs_handle_t *hdl, zprop_list_t *entry, zfs_type_t type, zprop_showtype_t showtype) argument
1730 addlist(libzfs_handle_t *hdl, const zpropdef_t *zpd, const char *propname, zprop_showtype_t showtype, zprop_list_t **listp, zfs_type_t type) argument
1782 zfs_type_t type; member in struct:zprop_get_list_arg
1836 add_expanded_sublist(libzfs_handle_t *hdl, const char *name, zprop_list_t ***listpp, zfs_type_t type, zprop_showtype_t showtype, boolean_t expand_all) argument
1874 zprop_get_list(libzfs_handle_t *hdl, char *props, zprop_list_t **listp, zfs_type_t type, zprop_showtype_t showtype, boolean_t expand_all_sublists) argument
2176 zfs_type_t type; member in struct:expand_data
2235 zprop_expand_list(libzfs_handle_t *hdl, zprop_list_t **plp, zfs_type_t type, zprop_showtype_t showtype, boolean_t recursive) argument
2284 zfs_type_t type; member in struct:prop_print
2345 zprop_print_tall(libzfs_handle_t *hdl, zfs_type_t type, FILE *fp) argument
2397 zprop_print_list(libzfs_handle_t *hdl, zfs_type_t type, FILE *fp, boolean_t deleg_only) argument
2501 zprop_describe_prop(FILE *fp, int prop, zfs_type_t type) argument
[all...]
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c87 uchar_t type, ulong_t ndata, uchar_t ks_flag)
173 rw_init(krwlock_t *rwlp, char *name, int type, void *arg) argument
177 rwlp->rw_reentrant = (type == RW_REENTRANT);
254 cv_init(kcondvar_t *cv, char *name, int type, void *arg) argument
256 VERIFY(cond_init(cv, type, NULL) == 0);
86 kstat_create(char *module, int instance, char *name, char *class, uchar_t type, ulong_t ndata, uchar_t ks_flag) argument
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c1369 * type - ptr to the device type of uname
1378 * value of type is UNKNOWN and it can be successfully
1379 * determined then update type to the correct value.
1383 meta_device_type_t *type, md_error_t *ep)
1398 * the specified uname type, we'll return null.
1401 if (*type == LOGICAL_DEVICE) {
1405 *type = META_DEVICE;
1407 if (*type == META_DEVICE) {
1411 *type
1382 getrname(mdsetname_t **spp, char *uname, meta_device_type_t *type, md_error_t *ep) argument
3252 metanamelist( mdsetname_t **spp, mdnamelist_t **nlpp, int argc, char *argv[], meta_device_type_t type, md_error_t *ep ) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h198 FREE_DISABLED = 1, /* No supported provider or key type */
199 FREE_ALLOWED_KEY = 2, /* Supported key type */
204 /* Generic attribute type, for storing and managing PKCS#11 attributes. */
248 CK_FLAGS session_flags; /* what type of session */
300 CK_FLAGS type; member in struct:opinfo
333 * given to applications are always pointers to a structure of this type.
382 * given to applications are always pointers to a structure of this type.
684 boolean_t get_template_ulong(CK_ATTRIBUTE_TYPE type, CK_ATTRIBUTE *attributes,
686 boolean_t get_template_boolean(CK_ATTRIBUTE_TYPE type,
688 int set_template_boolean(CK_ATTRIBUTE_TYPE type,
[all...]

Completed in 386 milliseconds

<<313233343536