Print this page
6107 port_notify_t prefix mispelt in port_associate(3C)

*** 1,11 **** '\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] ! .TH PORT_ASSOCIATE 3C "Nov 9, 2007" .SH NAME port_associate, port_dissociate \- associate or dissociate the object with the port .SH SYNOPSIS .LP --- 1,11 ---- '\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] ! .TH PORT_ASSOCIATE 3C "Aug 8, 2015" .SH NAME port_associate, port_dissociate \- associate or dissociate the object with the port .SH SYNOPSIS .LP
*** 20,30 **** .nf \fBint\fR \fBport_dissociate\fR(\fBint\fR \fIport\fR, \fBint\fR \fIsource\fR, \fBuintptr_t\fR \fIobject\fR); .fi .SH DESCRIPTION - .sp .LP The \fBport_associate()\fR function associates specific \fIevents\fR of a given \fIobject\fR with a \fIport\fR. Only objects associated with a particular port are able to generate events that can be retrieved using \fBport_get\fR(3C) or \fBport_getn\fR(3C). The delivery event has its \fBportev_user\fR member set to --- 20,29 ----
*** 45,56 **** .LP The \fBport_notify_t\fR structure contains the following members: .sp .in +2 .nf ! int portntfy_port; /* bind request(s) to port */ ! void *portntfy_user; /* user defined cookie */ .fi .in -2 .sp .LP --- 44,55 ---- .LP The \fBport_notify_t\fR structure contains the following members: .sp .in +2 .nf ! int portnfy_port; /* bind request(s) to port */ ! void *portnfy_user; /* user defined cookie */ .fi .in -2 .sp .LP
*** 149,164 **** .sp .LP On NFS file systems, events from only the client side (local) access/modifications to files or directories will be delivered. .SH RETURN VALUES - .sp .LP Upon succesful completion, 0 is returned. Otherwise, \(mi1 is returned and \fBerrno\fR is set to indicate the error. .SH ERRORS - .sp .LP The \fBport_associate()\fR and \fBport_dissociate()\fR functions will fail if: .sp .ne 2 .na --- 148,161 ----
*** 404,414 **** \&... .fi .in -2 .SH ATTRIBUTES - .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp --- 401,410 ----
*** 424,433 **** _ MT-Level Safe .TE .SH SEE ALSO - .sp .LP \fBrctladm\fR(1M), \fBpoll\fR(2), \fBsetrctl\fR(2), \fBport_alert\fR(3C), \fBport_create\fR(3C), \fBport_get\fR(3C), \fBport_send\fR(3C), \fBsignal.h\fR(3HEAD), \fBattributes\fR(5) --- 420,428 ----