Searched refs:duid (Results 1 – 5 of 5) sorted by relevance
| /onnv-gate/usr/src/lib/libdhcpagent/common/ |
| H A D | dhcp_stable.c | 70 uchar_t *duid = NULL; in read_stable_duid() local 75 (duid = malloc(sb.st_size)) != NULL) { in read_stable_duid() 76 retv = read(fd, duid, sb.st_size); in read_stable_duid() 80 free(duid); in read_stable_duid() 87 duid = NULL; in read_stable_duid() 91 return (duid); in read_stable_duid() 103 write_stable_duid(const uchar_t *duid, size_t duidlen) in write_stable_duid() argument 111 retv = write(fd, duid, duidlen); in write_stable_duid()
|
| /onnv-gate/usr/src/cmd/fs.d/hsfs/labelit/ |
| H A D | iso_impl.h | 118 long duid; /* owner's user id */ member
|
| /onnv-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
| H A D | iso_impl.h | 118 long duid; /* owner's user id */ member
|
| /onnv-gate/usr/src/cmd/tar/ |
| H A D | tar.c | 4428 uid_t duid; in resugname() local 4452 if ((duid = getuidbyname(u_g_name)) == -1) { in resugname() 4457 duid = sp->st_uid; in resugname() 4474 duid = sp->st_uid; in resugname() 4478 (void) fchownat(dirfd, name, duid, dgid, symflag); in resugname()
|
| /onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| H A D | README.v6 | 682 /etc/dhcp/duid, will be used to hold the automatically generated
|