Searched refs:identify (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dst_atapi.c87 struct ast_identifypage identify; local
91 ATAPI_TAPE_IDENTIFY_PAGE, &identify.header,
92 sizeof(identify), XS_CTL_DISCOVERY,
95 printf("onstream get identify: error %d\n", error);
98 strncpy(identify.ident, "NBSD", 4);
100 &identify.header, sizeof(identify),
103 printf("onstream set identify: error %d\n", error);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dmessages.c24 static void identify (char *);
66 identify (char *file) function
114 identify (file);
152 identify (file);
218 identify (file);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/VMS/
H A Dinstall-vms.com9 $! Announce/identify.
H A Dmkshared.com16 $! Announce/identify.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dinstall-apps.com10 $! Announce/identify.
H A Dmakeapps.com58 $! Announce/identify.
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.read.c73 static int identify(struct obj *);
405 pline("You identify this as an identify scroll.");
407 pline("This is an identify scroll.");
412 !ggetobj("identify", identify, rn2(5) ? 1 : rn2(5))
534 identify(struct obj *otmp) /* also called by newmail() */ function
H A Dhack.unix.c438 (void) identify(obj); /* set known and do prinv() */
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/apbus/
H A Dspifireg.h57 volatile uint32_t identify; /* WO: Identify (?) */ member in struct:spifi_reg
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/
H A Dinstall.com10 $! Announce/identify.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Dinstall-ssl.com10 $! Announce/identify.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtests.com6 $! Announce/identify.
/netbsd-6-1-5-RELEASE/usr.sbin/moused/
H A Dmoused.c140 static int identify = ID_NONE; variable
586 identify = ID_ALL;
588 identify = ID_PORT;
590 identify = ID_IF;
592 identify = ID_TYPE;
594 identify = ID_MODEL;
795 if (identify != ID_NONE) {
796 if (identify == ID_ALL)
800 else if (identify & ID_PORT)
802 else if (identify
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/dev/
H A Dsc_wrap.c299 scb->identify = MSG_IDENT | sc_disconnect | (lun & IDT_DRMASK);
437 sc_param->identify = MSG_IDENT | sc_disconnect | (lun & IDT_DRMASK);
H A Dscsireg.h97 * message identify byte bit image
237 uint8_t identify; member in struct:sc_scb
H A Dscsi_1185.c1223 scb->message = scb->identify;
1356 sc_datr = scb->identify;
1417 sc_datr = scb->identify;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/include/dig/
H A Ddig.h111 identify, /*%< Append an "on server <foo>" message */ member in struct:dig_lookup
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dig/
H A Ddig.c220 " +[no]identify (ID responders in short answers)\n"
279 } else if (query->lookup->identify && !short_form) {
321 if (query->lookup->identify) {
892 case 'd': /* identify */
893 FULLCHECK("identify");
894 lookup->identify = state;
933 lookup->identify = ISC_TRUE;
1122 lookup->identify = ISC_TRUE;
H A Dnslookup.c58 identify = ISC_FALSE, stats = ISC_TRUE, variable
704 lookup->identify = identify;
H A Dhost.c231 if (query->lookup->identify) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Dinstall-crypto.com12 $! Announce/identify.
/netbsd-6-1-5-RELEASE/sys/dev/pci/ixgbe/
H A Dixgbe_82599.c132 ret_val = phy->ops.identify(hw);
253 phy->ops.identify = &ixgbe_identify_phy_82599;
1927 hw->phy.ops.identify(hw);
H A Dixgbe_82598.c226 phy->ops.identify(hw);
249 /* Call SFP+ identify routine to get the SFP+ module type */
1224 hw->phy.ops.identify(hw);
H A Dixgbe_api.c405 status = ixgbe_call_func(hw, hw->phy.ops.identify, (hw),
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def182 uniquely identify the command need be typed.

Completed in 345 milliseconds

12