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

/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c549 * Write the dt_rec_t pointed to by `recp' into the open container `fd' at
553 write_rec(int fd, dt_rec_t *recp, off_t recoff) argument
560 escape('|', recp->dt_key, escaped_key, sizeof (escaped_key));
563 recp->dt_type, recp->dt_sig, recp->dt_value);
H A Ddhcp_network.c721 * Write the dn_rec_t `recp' into the open container `fd' at offset
725 write_rec(int fd, dn_rec_t *recp, off_t recoff) argument
738 if (octet_to_hexascii(recp->dn_cid, recp->dn_cid_len, dnf.dnf_cid,
742 nip.s_addr = htonl(recp->dn_cip.s_addr);
744 nip.s_addr = htonl(recp->dn_sip.s_addr);
747 dnf.dnf_sig = recp->dn_sig;
748 dnf.dnf_flags = recp->dn_flags;
749 dnf.dnf_lease = recp->dn_lease;
751 escape('|', recp
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c479 * Write the dt_rec_t pointed to by `recp' into the open container `fd' at
483 write_rec(int fd, dt_rec_t *recp, off_t recoff) argument
490 entlen = snprintf(ent, entsize, "%s\t%c\t%s\n", recp->dt_key,
491 recp->dt_type, recp->dt_value);
H A Ddhcp_network.c622 * Write the dn_rec_t `recp' into the open container `fd' at offset
626 write_rec(int fd, dn_rec_t *recp, off_t recoff) argument
636 if (octet_to_hexascii(recp->dn_cid, recp->dn_cid_len, dn_cid,
640 nip.s_addr = htonl(recp->dn_cip.s_addr);
642 nip.s_addr = htonl(recp->dn_sip.s_addr);
645 if (recp->dn_comment[0] != '\0') {
647 dn_cid, recp->dn_flags, dn_cip, dn_sip, recp->dn_lease,
648 recp
[all...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1223 dt_printf_getint(dtrace_hdl_t *dtp, const dtrace_recdesc_t *recp, argument
1231 addr = (uintptr_t)buf + recp->dtrd_offset;
1236 if (addr & (recp->dtrd_alignment - 1))
1239 switch (recp->dtrd_size) {
1309 const dtrace_recdesc_t *recp = recs; local
1395 if (dt_printf_getint(dtp, recp++, nrecs--, buf,
1404 dtp, recp++, nrecs--, buf, len, &prec) == -1)
1453 rec = recp++;
1548 return ((int)(recp - recs));
1553 const dtrace_recdesc_t *recp, uint_
1552 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
1582 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
1605 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
1706 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
1851 const dtrace_recdesc_t *recp = &agg->dtagd_rec[0]; local
[all...]

Completed in 35 milliseconds