Searched refs:sid (Results 1 - 25 of 96) sorted by relevance

1234

/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DVPNService.c23 int sid; local
27 sid = VPNAppLayerGetMatchingServiceIdentifier(q->pid, NULL);
31 sid = VPNAppLayerGetMatchingServiceIdentifier(0, q->uuid);
33 LogInfo("mDNSPlatformGetServiceID: returning %d for %##s (%s)", sid, q->qname.c, DNSTypeName(q->qtype));
34 return sid;
/macosx-10.10/Libc-1044.1.2/emulated/
H A Dtcgetsid.c34 pid_t sid; local
36 if (ioctl(fildes, TIOCGSID, (char *)&sid) < 0)
39 return (sid);
/macosx-10.10/dtrace-147/test/tst/common/scripting/
H A Dtst.sid.d29 #pragma ident "@(#)tst.sid.d 1.1 06/08/28 SMI"
41 printf("The sid is %d\n", $sid);
H A Dtst.sid.ksh28 #ident "@(#)tst.sid.ksh 1.1 06/08/28 SMI"
32 # To verify sid of current process.
48 /\$sid != \$1/
54 /\$sid == \$1/
66 sessionid=`ps -o pid,sid | grep "$$ " | awk '{print $2}' 2>/dev/null`
68 print -u2 "unable to get sid of the current process with pid = $$"
/macosx-10.10/Libinfo-459/membership.subproj/
H A Dmembership.h152 @param sid the nt_sid_t to be converted
156 int mbr_sid_to_uuid(const nt_sid_t* sid, uuid_t uu);
194 @param sid is the SID found for the UUID
197 int mbr_uuid_to_sid(const uuid_t uu, nt_sid_t* sid);
203 @param sid is the SID to be converted
208 int mbr_sid_to_string(const nt_sid_t *sid, char *string);
212 @abstract convert a character string representation of a sid to an nt_sid_t value
213 @discussion for converting an external representation of a sid.
215 @param sid is the target of the conversion
218 int mbr_string_to_sid(const char *string, nt_sid_t *sid);
[all...]
H A Dmembership.c328 mbr_sid_to_uuid(const nt_sid_t *sid, uuid_t uu) argument
331 return mbr_identifier_to_uuid(ID_TYPE_SID, sid, sizeof(*sid), uu);
353 mbr_uuid_to_sid_type(const uuid_t uu, nt_sid_t *sid, int *id_type) argument
362 memcpy(sid, result, sizeof(nt_sid_t));
389 mbr_uuid_to_sid(const uuid_t uu, nt_sid_t *sid) argument
396 status = mbr_uuid_to_sid_type(uu, sid, &type);
560 mbr_sid_to_string(const nt_sid_t *sid, char *string) argument
568 if (sid->sid_authcount > NTSID_MAX_AUTHORITIES) return EINVAL;
571 temp = (temp << 8) | sid
597 mbr_string_to_sid(const char *string, nt_sid_t *sid) argument
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dscope6.c96 struct scope6_id *sid; local
100 sid = SID(ifp);
106 sid->s6id_list[IPV6_ADDR_SCOPE_INTFACELOCAL] = ifp->if_index;
107 sid->s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL] = ifp->if_index;
110 sid->s6id_list[IPV6_ADDR_SCOPE_SITELOCAL] = 1;
111 sid->s6id_list[IPV6_ADDR_SCOPE_ORGLOCAL] = 1;
175 struct scope6_id *sid; local
180 sid = SID(ifp);
186 retid = sid->s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL];
189 retid = sid
371 struct scope6_id *sid; local
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebScriptDebugDelegate.h55 sourceId:(WebSourceId)sid
62 sourceId:(WebSourceId)sid
75 sourceId:(WebSourceId)sid
81 sourceId:(WebSourceId)sid
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_socket_server.h29 void socket_client_notify(CFSocketRef ref, u_char *sid, u_int32_t link, u_long event, u_long error, u_int32_t flags);
/macosx-10.10/OpenAL-54/Source/OpenAL/al/
H A Dal.h498 AL_API ALboolean AL_APIENTRY alIsSource( ALuint sid );
503 AL_API void AL_APIENTRY alSourcef( ALuint sid, ALenum param, ALfloat value );
505 AL_API void AL_APIENTRY alSource3f( ALuint sid, ALenum param, ALfloat value1, ALfloat value2, ALfloat value3 );
507 AL_API void AL_APIENTRY alSourcefv( ALuint sid, ALenum param, const ALfloat* values );
509 AL_API void AL_APIENTRY alSourcei( ALuint sid, ALenum param, ALint value );
511 AL_API void AL_APIENTRY alSource3i( ALuint sid, ALenum param, ALint value1, ALint value2, ALint value3 );
513 AL_API void AL_APIENTRY alSourceiv( ALuint sid, ALenum param, const ALint* values );
518 AL_API void AL_APIENTRY alGetSourcef( ALuint sid, ALenum param, ALfloat* value );
520 AL_API void AL_APIENTRY alGetSource3f( ALuint sid, ALenum param, ALfloat* value1, ALfloat* value2, ALfloat* value3);
522 AL_API void AL_APIENTRY alGetSourcefv( ALuint sid, ALenu
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/nns/
H A Dnns.tcl146 variable sid
147 log::debug [linsert $args end @ $sid]
150 [SERV] send $sid $args
151 #eval [linsert $args 0 [SERV] send $sid] ;# $args
154 return -code error "No name server present @ $sid"
164 variable sid
165 log::debug [linsert $args end @ $sid]
168 [SERV] send -async $sid $args
169 #eval [linsert $args 0 [SERV] send $sid] ;# $args
172 return -code error "No name server present @ $sid"
[all...]
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DMacOSX_OALExtensions.h83 typedef ALvoid (*alSourceRenderingQualityProcPtr) (ALuint sid, ALint value);
84 typedef ALint (*alSourceGetRenderingQualityProcPtr) (ALuint sid);
110 sid - source id
115 typedef ALvoid (*alSourceNotificationProc)(ALuint sid, ALuint notificationID, ALvoid* userData);
120 sid - source id
132 typedef ALenum (*alSourceAddNotificationProcPtr) (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
137 sid - source id
142 typedef ALvoid (*alSourceRemoveNotificationProcPtr) (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
H A DoalImp.h33 typedef ALvoid (*alSourceNotificationProc) (ALuint sid, ALuint notificationID, ALvoid* userData);
56 AL_API ALenum alSourceAddNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
57 AL_API ALvoid alSourceRemoveNotification (ALuint sid, ALuint notificationID, alSourceNotificationProc notifyProc, ALvoid* userData);
60 AL_API ALvoid alSourceRenderingQuality (ALuint sid, ALint value);
61 AL_API ALint alSourceGetRenderingQuality (ALuint sid);
/macosx-10.10/smb-759.0/smbutil/
H A Didentity.c45 #define MAX_SID_PRINTBUFFER 256 /* Used to print out the sid in case of an error */
50 * Take a nt style sid and convert it into a printable string.
81 * the uuid to to obtain the nt style sid of the local user.
84 int get_local_sid(void *sid) argument
91 error = mbr_uuid_to_sid(uu, sid);
107 ntsid_t *sid = NULL; local
143 status = GetNetworkAccountSID(properties.serverName, &AccountName, &DomainName, &sid);
164 if (sid) {
165 print_ntsid(sid, "Network SID:");
166 free(sid);
[all...]
/macosx-10.10/smb-759.0/lib/librpc/
H A DLsarLookup.cpp123 * Given a server and a name obtain the sid. We only support looking up one name
158 ntsid_t *sid; local
219 /* Now get the domain sid */
223 /* No domain sid returned, error out */
225 SMBLogInfo("No domain sid?", ASL_LEVEL_DEBUG);
230 SMBLogInfo("Invalid domain sid?", ASL_LEVEL_DEBUG);
234 sid = (ntsid_t *)malloc(sizeof(ntsid_t));
235 if (sid == NULL) {
240 memset(sid, 0, sizeof(*sid));
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drep065.tcl109 set sid $siteid($i)
110 lappend allids $sid
111 set histdirs($sid) $histtestdir/SITE.$i
112 set upgdir($sid) $controldir/$testdir/SITE.$i
113 file mkdir $histdirs($sid)
114 file mkdir $upgdir($sid)
145 set sid $siteid($i)
155 set sitedir($i) $histdirs($sid)
159 set sitedir($i) $upgdir($sid)
161 upg_repdir $histdirs($sid)
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dwrtxml.cpp550 char *sid = NULL; local
556 sid = getID(id, resname, sid);
558 sid = getID(id, NULL, sid);
563 printAttribute("id", sid, (int32_t) uprv_strlen(sid));
585 return sid;
618 char *sid = NULL; local
626 sid
654 char *sid = NULL; local
685 char* sid = NULL; local
722 char* sid = NULL; local
771 char* sid = NULL; local
800 char* sid = NULL; local
923 char* sid = NULL; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dldapsync.c39 int sid )
55 if ( sid >= 0 ) {
56 len += sprintf( cookiestr+len, ",sid=%03x", sid );
70 if ( sid >= 0 )
71 len += STRLENOF("sid=xxx,");
77 if ( sid >= 0 ) {
78 ptr += sprintf( ptr, "sid=%03x,", sid );
235 int sid,
232 slap_insert_csn_sids( struct sync_cookie *ck, int pos, int sid, struct berval *csn ) argument
[all...]
H A Dslapcommon.c966 unsigned long sid,
974 if ( !(update_ctxcsn && !dryrun && sid != SLAP_SYNC_SID_MAX + 1) ) {
988 for ( sid = 0; sid <= SLAP_SYNC_SID_MAX; sid++ ) {
989 if ( maxcsn[ sid ].bv_len ) {
991 &maxcsn[ sid ], NULL );
1031 sid = (unsigned)rc_sid;
1033 if ( maxcsn[ sid ].bv_len == 0 ) {
1040 &maxcsn[ sid ],
964 slap_tool_update_ctxcsn( const char *progname, unsigned long sid, struct berval *bvtext ) argument
1104 unsigned long sid = SLAP_SYNC_SID_MAX + 1; local
1148 unsigned long sid; local
[all...]
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_security.h35 int smbfs_is_sid_known(ntsid_t *sid);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_secure.c99 SID *sid; local
130 sid = &ace->sid;
131 sid->revision = SID_REVISION;
132 sid->sub_authority_count = 1;
134 sid->identifier_authority.value[0] = 0;
135 sid->identifier_authority.value[1] = 0;
136 sid->identifier_authority.value[2] = 0;
137 sid->identifier_authority.value[3] = 0;
138 sid
[all...]
/macosx-10.10/file-46/file/src/
H A Dcdf.c414 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) argument
420 for (j = i = 0; sid >= 0; i++, j++) {
421 DPRINTF((" %d", sid));
427 if (sid > maxsector) {
428 DPRINTF(("Sector %d > %d\n", sid, maxsector));
432 sid = CDF_TOLE4((uint32_t)sat->sat_tab[sid]);
440 const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn)
444 scn->sst_len = cdf_count_chain(sat, sid, ss);
454 for (j = i = 0; sid >
439 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
484 cdf_read_short_sector_chain(const cdf_header_t *h, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
525 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
544 cdf_secid_t sid = h->h_secid_first_directory; local
597 cdf_secid_t sid = h->h_secid_first_sector_in_short_sat; local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/bsm/
H A Daudit_record.h237 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
239 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
241 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
243 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
245 uid_t ruid, gid_t rgid, pid_t pid, au_asid_t sid,
248 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_t *tid);
260 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
262 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
264 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_t *tid);
266 gid_t rgid, pid_t pid, au_asid_t sid, au_tid_addr_
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnslashdot.el48 (defvoo nnslashdot-comments-url "http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=%d&mode=flat&startat=%d"
52 "http://slashdot.org/article.pl?sid=%s&mode=nocomment"
97 (sid (nth 2 entry))
106 (mm-url-insert (format nnslashdot-article-url sid) t)
124 (concat "<" sid "%1@slashdot>")
131 (format nnslashdot-comments-url sid
183 (concat "<" sid "%" cid "@slashdot>")
185 (concat "<" sid "%" parent "@slashdot>")
296 sid elem description articles gname)
312 (setq sid (matc
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/cms/
H A Dcms_sd.c153 if (si->sid->type == CMS_SIGNERINFO_KEYIDENTIFIER)
209 int cms_set1_SignerIdentifier(CMS_SignerIdentifier *sid, X509 *cert, int type) argument
214 sid->d.issuerAndSerialNumber =
216 if (!sid->d.issuerAndSerialNumber)
218 if (!X509_NAME_set(&sid->d.issuerAndSerialNumber->issuer,
221 ASN1_STRING_free(sid->d.issuerAndSerialNumber->serialNumber);
222 sid->d.issuerAndSerialNumber->serialNumber =
224 if(!sid->d.issuerAndSerialNumber->serialNumber)
235 sid->d.subjectKeyIdentifier = ASN1_STRING_dup(cert->skid);
236 if (!sid
255 cms_SignerIdentifier_get0_signer_id(CMS_SignerIdentifier *sid, ASN1_OCTET_STRING **keyid, X509_NAME **issuer, ASN1_INTEGER **sno) argument
276 cms_SignerIdentifier_cert_cmp(CMS_SignerIdentifier *sid, X509 *cert) argument
[all...]

Completed in 211 milliseconds

1234