Home
last modified time | relevance | path

Searched refs:nvtype (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c1539 data_type_t nvtype; in it_validate_tgtprops() local
1550 nvtype = nvpair_type(nvp); in it_validate_tgtprops()
1558 if (nvtype != DATA_TYPE_STRING) { in it_validate_tgtprops()
1569 if (nvtype == DATA_TYPE_STRING) { in it_validate_tgtprops()
1580 if (nvtype != DATA_TYPE_STRING) { in it_validate_tgtprops()
1587 if (nvtype == DATA_TYPE_STRING) { in it_validate_tgtprops()
1639 data_type_t nvtype; in it_validate_configprops() local
1653 nvtype = nvpair_type(nvp); in it_validate_configprops()
1662 if (nvtype == DATA_TYPE_STRING) { in it_validate_configprops()
1691 if (nvtype != DATA_TYPE_BOOLEAN_VALUE) { in it_validate_configprops()
[all …]
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile.defs86 sh/nvtype.o \
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c1388 switch (bgep->chipid.nvtype) { in bge_seeprom_access()
1515 switch (bgep->chipid.nvtype) { in bge_flash_access()
1614 switch (bgep->chipid.nvtype) { in bge_nvmem_relinquish()
1664 switch (bgep->chipid.nvtype) { in bge_nvmem_acquire()
1880 switch (bgep->chipid.nvtype) { in bge_nvmem_access_cmd()
1931 switch (bgep->chipid.nvtype) { in bge_get_nvmac()
2003 enum bge_nvmem_type nvtype; in bge_nvmem_id() local
2017 nvtype = BGE_NVTYPE_NONE; in bge_nvmem_id()
2026 nvtype = BGE_NVTYPE_SEEPROM; in bge_nvmem_id()
2085 nvtype = BGE_NVTYPE_BUFFERED_FLASH; in bge_nvmem_id()
[all …]
H A Dbge_kstats.c356 ((bgep->chipid.nvtype == BGE_NVTYPE_NONE) || in bge_chipid_update()
357 (bgep->chipid.nvtype == BGE_NVTYPE_UNKNOWN)) ? in bge_chipid_update()
358 0 : bgep->chipid.nvtype; in bge_chipid_update()
H A Dbge_impl.h635 enum bge_nvmem_type nvtype; /* SEEPROM or Flash */ member
H A Dbge_main2.c3576 if ((bgep->chipid.nvtype == BGE_NVTYPE_NONE) ||
3577 (bgep->chipid.nvtype == BGE_NVTYPE_UNKNOWN)) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_nvram.c203 efx_nvram_type_t nvtype; member
246 if (entry->port == emip->emi_port && entry->nvtype == type) { in siena_nvram_type_to_partn()
H A Def10_nvram.c2070 efx_nvram_type_t nvtype; member
2186 if (entry->nvtype == type && in ef10_nvram_type_to_partn()
2218 *typep = entry->nvtype; in ef10_nvram_partn_to_type()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile670 make nvtype.o
671 make sh/nvtype.c
675 done sh/nvtype.c
676 meta nvtype.o %.c>%.o sh/nvtype.c nvtype
677 prev sh/nvtype.c
678 …ATS -DSHOPT_COSHELL -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -c sh/nvtype.c
679 done nvtype.o generated
1331 …leep.o trap.o test.o typeset.o ulimit.o umask.o whence.o main.o nvdisc.o nvtype.o arith.o args.o a…
H A DDESIGN143 20. nvtype.c contains most of the code related to types that
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c1615 char *cp,*sp,*xp,nvtype[sizeof(NV_CLASS)]; in sh_outtype() local
1628 strcpy(nvtype,NV_CLASS); in sh_outtype()
1629 if(!(mp = nv_open(nvtype, shp->var_base,NV_NOADD|NV_VARNAME))) in sh_outtype()