Searched refs:oid (Results 201 - 211 of 211) sorted by relevance

123456789

/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c671 value->v.oid = *entry->id;
/freebsd-10-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h618 int index_decode(const struct asn_oid *oid, u_int sub, u_int code, ...);
/freebsd-10-stable/contrib/tcsh/
H A Dsh.c638 int oid = getoid(); local
640 setv(STRoid, Itoa(oid, 0, 0), VAR_READWRITE);
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dtemplate.c86 el(oid, heim_oid),
/freebsd-10-stable/crypto/openssl/crypto/objects/
H A Dobjects.h1106 int OBJ_create(const char *oid, const char *sn, const char *ln);
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
H A Dx509v3.h546 ASN1_OBJECT *oid, ASN1_TYPE *value);
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c5062 int oid[2]; local
5068 oid[0] = CTL_KERN;
5069 oid[1] = KERN_OSRELDATE;
5072 error = sysctl(oid, 2, &osrel, &len, NULL, 0);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c3500 dt_ident_t *oid = lp->dn_ident->di_iarg; local
3509 if (oid != NULL && oid != rp->dn_ident) {
3514 rp->dn_ident->di_name, aname, oid->di_name,
3516 } else if (oid == NULL)
/freebsd-10-stable/sys/dev/nxge/
H A Dif_nxge.c761 struct sysctl_oid *oid = device_get_sysctl_tree(lldev->device); local
763 SYSCTL_ADD_PROC(context_list, SYSCTL_CHILDREN(oid), OID_AUTO,
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c513 update_pages(vnode_t *vp, int64_t start, int len, objset_t *os, uint64_t oid, argument
536 (void) dmu_read(os, oid, start+off, nbytes,
/freebsd-10-stable/sys/dev/bge/
H A Dif_bge.c6321 #define BGE_SYSCTL_STAT(sc, ctx, desc, parent, node, oid) \
6322 SYSCTL_ADD_PROC(ctx, parent, OID_AUTO, oid, CTLTYPE_UINT|CTLFLAG_RD, \

Completed in 315 milliseconds

123456789