Searched defs:conn_get (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/avs/rdc/ |
H A D | sndrd.c | 120 static boolean_t conn_get(int, struct netconfig *, struct conn_ind **); 965 conn_get(int fd, struct netconfig *nconf, struct conn_ind **connp) function 1067 (void) conn_get(fd, nconf, &conn_head); 1126 (void) conn_get(fd, nconf, &conn_head);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 114 static boolean_t conn_get(int, struct netconfig *, struct conn_ind **); 1214 conn_get(int fd, struct netconfig *nconf, struct conn_ind **connp) function 1318 (void) conn_get(fd, nconf, &conn_head); 1383 (void) conn_get(fd, nconf, &conn_head);
|
Completed in 50 milliseconds