Searched refs:objd (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/share/examples/ses/srcs/
H A Dgetencstat.c54 encioc_elm_desc_t objd; local
151 bzero(&objd, sizeof(objd));
152 objd.elm_idx = objp[i].elm_idx;
153 objd.elm_desc_len = UINT16_MAX;
154 objd.elm_desc_str = calloc(UINT16_MAX, sizeof(char));
155 if (objd.elm_desc_str == NULL) {
160 if (ioctl(fd, ENCIOC_GETELMDESC, (caddr_t)&objd) < 0) {
183 if (objd.elm_desc_len > 0)
185 objd
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl80 $objd{$v}=$d;
85 %ob=&expand_obj(*objd);
118 if (defined($obj{$nid{$i}}) && $objd{$obj{$nid{$i}}} =~ /,/)
120 $v=$objd{$obj{$nid{$i}}};
164 $v=$objd{$m};

Completed in 103 milliseconds