Searched refs:arps (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Dinv3.c18 getargs(char *s, char *arps[]) argument
23 arps[i++] = s;
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dgetargs.c37 * generate a vector of pointers (arps) to the
41 * arps -> array of pointers -- count + 1 pointers
45 * arps[i] = NULL
49 getargs(char *s, char *arps[], int count) argument
60 arps[i] = s++;
64 arps[i] = NULL;
H A Dcallers.c401 * gdial(type, arps, narps)
403 * arps -> array of pointers returned by gdial
411 gdial(char *type, char *arps[], int narps) argument
428 if ((na = getargs(info, arps, narps)) == 0)
430 if (EQUALS(arps[0], type)) {
434 bsfix(arps);
/illumos-gate/usr/src/cmd/bnu/
H A Dgetargs.c36 * generate a vector of pointers (arps) to the
40 * arps -> array of pointers -- count + 1 pointers
44 * arps[i] = NULL
48 getargs(s, arps, count)
49 register char *s, *arps[];
63 arps[i] = s++;
68 arps[i] = NULL;
H A Dcallers.c453 * gdial(type, arps, narps)
455 * arps -> array of pointers returned by gdial
463 gdial(type, arps, narps)
464 char *type, *arps[];
477 if ((na = getargs(info, arps, narps)) == 0)
479 if (EQUALS(arps[0], type)) {
483 bsfix(arps);
/illumos-gate/usr/src/stand/lib/inet/
H A Dibd.c304 int arps = 0; /* arp requests processed */ local
423 arps++;
468 arps, failures, tot_pr, tot_pc, now, timeout,
H A Dethernet.c305 int arps = 0; /* arp requests processed */ local
425 arps++;
476 arps, failures, tot_pr, tot_pc, now, timeout,

Completed in 66 milliseconds