Searched refs:MAXAPUSH (Results 1 – 8 of 8) sorted by relevance
100 #define MAXAPUSH 8 macro139 char sap_list[MAXAPUSH][FMNAMESZ + 1]; /* module list */184 char ap_list[MAXAPUSH][FMNAMESZ + 1];
215 char dap_aplist[MAXAPUSH][FMNAMESZ+1];
459 for (i = 0; i < MIN(sap->sap_npush, MAXAPUSH); i++) in apush_iocdata()579 for (; i < MAXAPUSH; i++) in apush_iocdata()
157 if ((apc->apc_npush == 0) || (apc->apc_npush > MAXAPUSH) || in sad_apc_verify()
333 for (i = 0; i < MAXAPUSH && mods[i] != (char *)NULL; i++) { in kstr_autopush()
574 while ((npush < MAXAPUSH) && (*cp)) { in parse_line()
905 if (dlap->dap_npush == 0 || dlap->dap_npush > MAXAPUSH) in drv_ioc_setap()
3170 if (dlap->dap_npush >= MAXAPUSH) in i_dladm_add_ap_module()