Searched defs:recp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libadm/common/
H A Ddgrpent.c220 char *recp; /* Value to return */ local
236 recp = fgets(recbuf, recbufsz, oam_dgroup);
240 while (recp && !done) {
243 if ((reclen = (int)strlen(recp)) != 0) {
246 if (*(recp+reclen-1) == '\n') done = TRUE;
272 recp = NULL;
279 recp = NULL;
291 recp = recbuf;
292 if (*(recp+reclen-1) == '\n') done = TRUE;
295 recp
[all...]
H A Ddevtab.c413 char *recp; /* Value to return */ local
429 recp = fgets(recbuf, recbufsz, oam_devtab);
433 while (recp && !done) {
436 if ((reclen = (int)strlen(recp)) != 0) {
439 if ((*(recp+reclen-1) == '\n') &&
440 ((reclen == 1) || (*(recp+reclen-2) != '\\'))) done = TRUE;
467 recp = NULL;
474 recp = NULL;
486 recp = recbuf;
487 if ((*(recp
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c424 ib_svc_rec_t *tmp, *recp; local
430 recp = (ib_svc_rec_t *)calloc(1, sizeof (ib_svc_rec_t));
431 if (recp == NULL)
434 recp->type = type;
435 recp->name = strdup((char *)service);
440 tmp->next = recp;
442 ibcfg_port_head = recp;
448 tmp->next = recp;
450 ibcfg_vppa_head = recp;
456 tmp->next = recp;
599 ib_svc_rec_t *recp; local
644 ib_svc_rec_t *tmp, *recp; local
926 ib_svc_rec_t *recp; local
1088 ib_svc_rec_t *recp; local
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1225 dt_printf_getint(dtrace_hdl_t *dtp, const dtrace_recdesc_t *recp, argument
1233 addr = (uintptr_t)buf + recp->dtrd_offset;
1238 if (addr & (recp->dtrd_alignment - 1))
1241 switch (recp->dtrd_size) {
1319 const dtrace_recdesc_t *recp = recs; local
1405 if (dt_printf_getint(dtp, recp++, nrecs--, buf,
1414 dtp, recp++, nrecs--, buf, len, &prec) == -1)
1463 rec = recp++;
1561 return ((int)(recp - recs));
1566 const dtrace_recdesc_t *recp, uint_
1565 dtrace_sprintf(dtrace_hdl_t *dtp, FILE *fp, void *fmtdata, const dtrace_recdesc_t *recp, uint_t nrecs, const void *buf, size_t len) argument
1595 dtrace_system(dtrace_hdl_t *dtp, FILE *fp, void *fmtdata, const dtrace_probedata_t *data, const dtrace_recdesc_t *recp, uint_t nrecs, const void *buf, size_t len) argument
1618 dtrace_freopen(dtrace_hdl_t *dtp, FILE *fp, void *fmtdata, const dtrace_probedata_t *data, const dtrace_recdesc_t *recp, uint_t nrecs, const void *buf, size_t len) argument
1719 dtrace_fprintf(dtrace_hdl_t *dtp, FILE *fp, void *fmtdata, const dtrace_probedata_t *data, const dtrace_recdesc_t *recp, uint_t nrecs, const void *buf, size_t len) argument
1864 const dtrace_recdesc_t *recp = &agg->dtagd_rec[0]; local
[all...]
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c1743 xdt_get_first_rec(uint_t *cpuidp, struct t_rec **recp, uint32_t *consp) argument
1778 *recp = rec;

Completed in 53 milliseconds