Searched refs:idl (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauthfd.c272 struct ssh_identitylist *idl = NULL; local
325 if ((idl = calloc(1, sizeof(*idl))) == NULL ||
326 (idl->keys = calloc(num, sizeof(*idl->keys))) == NULL ||
327 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) {
336 &(idl->keys[i]), &(idl->comments[i]))) != 0)
342 &(idl
366 ssh_free_identitylist(struct ssh_identitylist *idl) argument
[all...]
H A Dauthfd.h32 void ssh_free_identitylist(struct ssh_identitylist *idl);
/freebsd-10-stable/sys/dev/ic/
H A Dhd64570.h66 unsigned char idl; /* rw */ member in struct:msci_channel
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c1672 struct scsi_idlun idl; local
1678 idl.dev_id = (id.scsi_id & 0xff) + ((id.lun & 0xff) << 8) +
1680 idl.host_unique_id = id.host_no;
1681 error = copyout(&idl, (void *)args->arg, sizeof(idl));
/freebsd-10-stable/contrib/ncurses/misc/
H A Dterminfo.src356 ansi+idl,
603 use=ansi+local, use=ansi+idc, use=ansi+idl, use=ansi+rep,

Completed in 214 milliseconds