Home
last modified time | relevance | path

Searched refs:MAXAPUSH (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsad.h100 #define MAXAPUSH 8 macro
139 char sap_list[MAXAPUSH][FMNAMESZ + 1]; /* module list */
184 char ap_list[MAXAPUSH][FMNAMESZ + 1];
H A Ddld.h215 char dap_aplist[MAXAPUSH][FMNAMESZ+1];
/titanic_44/usr/src/uts/common/io/
H A Dsad.c459 for (i = 0; i < MIN(sap->sap_npush, MAXAPUSH); i++) in apush_iocdata()
579 for (; i < MAXAPUSH; i++) in apush_iocdata()
H A Dsad_conf.c157 if ((apc->apc_npush == 0) || (apc->apc_npush > MAXAPUSH) || in sad_apc_verify()
H A Dl_strplumb.c333 for (i = 0; i < MAXAPUSH && mods[i] != (char *)NULL; i++) { in kstr_autopush()
/titanic_44/usr/src/cmd/autopush/
H A Dautopush.c574 while ((npush < MAXAPUSH) && (*cp)) { in parse_line()
/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_drv.c905 if (dlap->dap_npush == 0 || dlap->dap_npush > MAXAPUSH) in drv_ioc_setap()
/titanic_44/usr/src/lib/libdladm/common/
H A Dlinkprop.c3170 if (dlap->dap_npush >= MAXAPUSH) in i_dladm_add_ap_module()