Searched refs:pidp (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libdscfg/common/ |
H A D | cfg_lockd.h | 59 void cfg_readpid(int segment, pid_t *pidp);
|
H A D | cfg_lockdlck.c | 102 cfg_readpid(int segment, pid_t *pidp) argument 106 read(local_lockfd, pidp, sizeof (pid_t));
|
H A D | cfg_lockdmsg.c | 213 cfg_lockedby(pid_t *pidp) argument 218 *pidp = message_buf.pid;
|
/osnet-11/usr/src/lib/libvolmgt/ |
H A D | volmgt.h | 278 * pidp - a pointer to a pid_t type. If this argument is not NULL 293 int volmgt_acquire(char *dev, char *id, int ovr, char **err, pid_t *pidp);
|
/osnet-11/usr/src/lib/libvolmgt/common/ |
H A D | volmgt.c | 359 volmgt_acquire(char *dev, char *id, int ovr, char **err, pid_t *pidp) argument
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | spawn.c | 271 pid_t *pidp, 307 if (pidp != NULL && get_error(&error) == 0) 308 *pidp = pid; 366 pid_t *pidp, 425 if (pidp != NULL && get_error(&error) == 0) 426 *pidp = pid; 270 posix_spawn( pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument 365 posix_spawnp( pid_t *pidp, const char *file, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
|
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp_tlv.c | 1101 lldp_portid_t *pidp; local 1122 pidp = &lvip->lvni_portid; 1123 pidp->lp_subtype = *value; 1124 value += sizeof (pidp->lp_subtype); 1125 pidp->lp_pidlen = tlv->lt_len - 11; 1126 (void) memcpy(pidp->lp_pid, value, pidp->lp_pidlen);
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 2249 dt_ident_t *pidp; local 2278 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string, 2283 if (pidp == NULL) { 2288 inp->din_argv[i] = pidp; 2290 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type);
|
Completed in 60 milliseconds