HomeSort by: relevance | last modified time | path
    Searched defs:ident (Results 1 - 25 of 42) sorted by relevancy

1 2

  /src/lib/lua/syslog/
syslog.c 44 const char *ident; local
48 ident = luaL_checkstring(L, 1);
51 openlog(ident, option, facility);
  /src/sys/arch/atari/stand/tostools/libtos/
elf.c 74 Elf32_Word ident, symsize, symstart; local
82 memcpy(&ident, ehdr.e_ident, sizeof ident);
83 if (ident != ELFMAGIC)
  /src/sys/compat/sys/
event.h 46 uintptr_t ident; /* identifier for this event */ member in struct:kevent100
  /src/games/hack/
def.flag.h 67 unsigned ident; /* social security number for each monster */ member in struct:flag
  /src/sys/arch/bebox/stand/boot/
wdc.c 153 uint8_t ident[DEV_BSIZE]; local
217 if (_wdc_exec_identify(chp, drive, ident) == 0) {
218 struct ataparams *prms = (struct ataparams *)ident;
  /src/sys/external/bsd/drm2/include/linux/
dmi.h 67 const char *ident; member in struct:dmi_system_id
  /src/lib/libradius/
radlib_private.h 78 int ident; /* Current identifier value */ member in struct:rad_handle
  /src/sys/dev/bluetooth/
bcsp.h 43 uint8_t ident :4; /* Protocol Identifier */ member in struct:__anon2520
45 uint8_t ident :4; /* Protocol Identifier */ member in struct:__anon2520
74 (hdrp)->ident + (hdrp)->plen2))
bth5.h 43 uint8_t ident :4; /* Protocol Identifier */ member in struct:__anon2523
45 uint8_t ident :4; /* Protocol Identifier */ member in struct:__anon2523
77 (hdrp)->ident + (hdrp)->plen2))
  /src/sys/dev/scsipi/
atapi_tape.h 111 u_int8_t ident[4]; /* host id string */ member in struct:ast_identifypage
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lspcon.c 81 struct drm_dp_dpcd_ident *ident; local
89 ident = &dp->desc.ident;
90 vendor_oui = (ident->oui[0] << 16) | (ident->oui[1] << 8) |
91 ident->oui[2];
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_gt_irq.c 49 u32 ident; local
61 ident = raw_reg_read(gt->uncore, GEN11_INTR_IDENTITY_REG(bank));
62 } while (!(ident & GEN11_INTR_DATA_VALID) &&
65 if (unlikely(!(ident & GEN11_INTR_DATA_VALID))) {
67 bank, bit, ident);
74 return ident;
140 const u32 ident = gen11_gt_engine_identity(gt, bank, bit); local
142 gen11_gt_identity_handler(gt, ident);
  /src/usr.sbin/iopctl/
iopctl.c 247 char ident[sizeof(ent->identitytag) * 4 + 1]; local
283 i2ostrvis(ent->identitytag, sizeof(ent->identitytag), ident,
284 sizeof(ident));
285 show("identity tag", "<%s>", ident);
296 char ident[sizeof(status.productid) + 1]; local
300 ident, sizeof(ident));
318 show("product id string", "<%s>", ident);
344 char ident[128]; local
350 i2ostrvis(p.di.name, sizeof(p.di.name), ident, sizeof(ident))
369 char ident[128]; local
    [all...]
  /src/sys/dev/nvmm/
nvmm_internal.h 106 bool (*ident)(void); member in struct:nvmm_impl
  /src/bin/ksh/
lex.h 9 #define IDENT 64
125 EXTERN char ident [IDENT+1]; variable
  /src/sys/dev/ic/
mlx.c 2050 /* Save the ident so we can handle this command when complete. */
2108 u_int ident, status; local
2113 while ((*mlx->mlx_findcomplete)(mlx, &ident, &status) != 0) {
2115 ident--;
2117 if (ident >= MLX_MAX_QUEUECNT) {
2123 mc = mlx->mlx_ccbs + ident;
nvmevar.h 102 struct nvm_identify_namespace *ident; member in struct:nvme_namespace
  /src/sys/dev/isa/
ess.c 618 u_int8_t ident[4]; local
623 memset(ident, 0, sizeof(ident));
695 ess_read_multi_mix_reg(sc, 0x40, ident, sizeof(ident));
696 if(ident[0] == 0x18) {
697 switch(ident[1]) {
733 ess_read_multi_mix_reg(sc, 0x40, ident, sizeof(ident));
734 if(ident[0] == 0x18)
    [all...]
  /src/usr.sbin/traceroute6/
traceroute6.c 347 static u_int16_t ident; variable
418 ident = htons(arc4random() & 0xffff);
829 icp->icmp6_id = ident;
985 ((struct icmp6_hdr *)up)->icmp6_id == ident &&
993 if (icp->icmp6_id == ident &&
  /src/sbin/scsictl/
scsictl.c 738 ident[252 * 4 + 1]; local
797 scsi_strvis(ident, sizeof(ident), (char *)ser->serial_number,
800 printf("\t%s\n", ident);
  /src/sys/arch/sandpoint/stand/altboot/
globals.h 177 uint16_t ident[128]; member in struct:disk
  /src/sys/dev/i2o/
iop.c 289 char ident[64]; local
357 ident, sizeof(ident));
358 printf(" <%s>\n", ident);
  /src/sys/dev/pci/
if_alc.c 580 const struct alc_ident *ident; local
585 for (ident = alc_ident_table; ident->name != NULL; ident++) {
586 if (vendor == ident->vendorid && devid == ident->deviceid)
587 return (ident);
mly.c 283 const struct mly_ident *ident; local
299 ident = mly_find_ident(pa);
303 mly->mly_hwif = ident->hwif;
305 printf(": Mylex %s\n", ident->desc);
  /src/sys/dev/rasops/
rasops.c 70 int ident; member in struct:rasops_matchdata

Completed in 68 milliseconds

1 2